This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
from e7b01ea xchange: explicitly register the CurrencyNames bundle at build time #2983 new 558e1a1 Upgrade Camel to 3.11.1 new a3df3f5 Remove workaround for Vert.x Buffer conversion new 08615de Remove CamelBoxNativeApplicationStartedNotifier The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../http/deployment/PlatformHttpProcessor.java | 9 --- .../runtime/CamelQuarkusVertxBufferConverter.java | 39 ------------- .../http/runtime/PlatformHttpRecorder.java | 5 -- .../runtime/VertxByteBufferConverterLoader.java | 64 ---------------------- .../CamelBoxNativeApplicationStartedNotifier.java | 40 -------------- ....quarkus.test.common.NativeImageStartedNotifier | 1 - pom.xml | 4 +- 7 files changed, 2 insertions(+), 160 deletions(-) delete mode 100644 extensions/platform-http/runtime/src/main/java/org/apache/camel/quarkus/component/platform/http/runtime/CamelQuarkusVertxBufferConverter.java delete mode 100644 extensions/platform-http/runtime/src/main/java/org/apache/camel/quarkus/component/platform/http/runtime/VertxByteBufferConverterLoader.java delete mode 100644 integration-tests/box/src/test/java/org/apache/camel/quarkus/component/box/it/CamelBoxNativeApplicationStartedNotifier.java delete mode 100644 integration-tests/box/src/test/resources/META-INF/services/io.quarkus.test.common.NativeImageStartedNotifier