You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2022/03/16 18:01:14 UTC

[camel] branch regen_bot updated (d0e308a -> 46318bd)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from d0e308a  Upgrade to vertx 4.2.5
     add bcd1d69  CAMEL-17808: Added unit test
     add 05297c9  CAMEL-17809: camel-vertx - Should have type converter from buffer to stream cache
     add 46318bd  CAMEL-17808: setSteps in flow and non-flow mode

No new revisions were added by this update.

Summary of changes:
 .../component/kamelet/KameletEipMulticastTest.java | 116 +++++++++++++++++++++
 .../VertxPlatformHttpBufferConverterTest.java      |   9 ++
 .../vertx/common/VertxBufferConverterLoader.java   |   2 +
 .../vertx/common/VertxBufferConverter.java         |   7 ++
 .../dsl/yaml/common/YamlDeserializerSupport.java   |   6 +-
 5 files changed, 139 insertions(+), 1 deletion(-)
 create mode 100644 components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/KameletEipMulticastTest.java