This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 430eab5c5a Try to exclude problematic devtools/gradle module discard f36427439d Upgrade Quarkus to 2.11.0.CR1 add 162a4b90cd Fix PDF encryption in native mode add f0f5ad992e Ensure new extensions are generated to reference quarkus-extension-maven-plugin add 29b4455cff Updated CHANGELOG.md new b1c2317a30 Upgrade Quarkus to 2.11.0.CR1 new 72fa475e64 Temporarily work around Vert.x incompatibilities between Camel & Quarkus new 3dc2357f74 Try to exclude problematic devtools/gradle module This update added new revisions after undoing existing revisions. That is to say, some revisions that were in the old version of the branch are not in the new version. This situation occurs when a user --force pushes a change and generates a repository containing something like this: * -- * -- B -- O -- O -- O (430eab5c5a) \ N -- N -- N refs/heads/quarkus-main (3dc2357f74) You should already have received notification emails for all of the O revisions, and so the following emails describe only the N revisions from the common base, B. Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. 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: CHANGELOG.md | 7 + .../component/pdf/deployment/PdfProcessor.java | 7 + .../CamelQuarkusVertxPlatformHttpConsumer.java | 313 +++++++++++++++++++++ .../http/runtime/PlatformHttpRecorder.java | 14 +- .../quarkus/component/pdf/it/PdfResource.java | 45 +++ .../camel/quarkus/component/pdf/it/PdfTest.java | 34 +++ .../component/http/server/it/PlatformHttpTest.java | 4 +- poms/bom/pom.xml | 4 + poms/bom/src/main/generated/flattened-full-pom.xml | 4 + .../src/main/generated/flattened-reduced-pom.xml | 4 + .../generated/flattened-reduced-verbose-pom.xml | 4 + tooling/create-extension-templates/runtime-pom.xml | 2 +- 12 files changed, 438 insertions(+), 4 deletions(-) create mode 100644 extensions/platform-http/runtime/src/main/java/org/apache/camel/component/platform/http/vertx/CamelQuarkusVertxPlatformHttpConsumer.java