This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
from 353cc54 Disable xref checks as long as there is no 3.11.x branch of Camel docs add 68c4b55 Add a TypeConverter for platform-http to convert Buffer to ByteBuffer and work around #2838 No new revisions were added by this update. Summary of changes: .../http/deployment/PlatformHttpProcessor.java | 9 +++ .../runtime/CamelQuarkusVertxBufferConverter.java | 19 +++++-- .../http/runtime/PlatformHttpRecorder.java | 5 ++ .../runtime/VertxByteBufferConverterLoader.java | 64 ++++++++++++++++++++++ .../platform/http/it/PlatformHttpRouteBuilder.java | 3 + .../component/http/server/it/PlatformHttpTest.java | 14 +++++ integration-tests/rest/pom.xml | 17 ++++++ .../quarkus/component/rest/it/RestRoutes.java | 5 ++ .../camel/quarkus/component/rest/it/RestTest.java | 12 ++++ 9 files changed, 144 insertions(+), 4 deletions(-) copy integration-test-groups/foundation/type-converter/src/main/java/org/apache/camel/quarkus/core/converter/it/model/NotRegisteredConverters.java => extensions/platform-http/runtime/src/main/java/org/apache/camel/quarkus/component/platform/http/runtime/CamelQuarkusVertxBufferConverter.java (62%) create mode 100644 extensions/platform-http/runtime/src/main/java/org/apache/camel/quarkus/component/platform/http/runtime/VertxByteBufferConverterLoader.java