This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a change to branch main 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