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 81223288a1 Disable Infinispan tests due to #5844 discard 7dbb9d484f Upgrade Quarkus to 3.9.0.CR1 add b2930ef0dc Bump io.quarkiverse.artemis:quarkus-artemis-bom from 3.2.0 to 3.2.1 (#5854) add 3db087eed5 Regen SBOM from commit b2930ef0dcb3aa8b9259d650cf6c8abb974b1ec3 (#5856) add ce6eb50966 Fix typo in servlet name configuration code snippet add bd592a114f Exclude CloudEvents transformer services unless camel-quarkus-cloudevents is on the classpath add ba5d6006e2 Move main-xml-io-with-beans tests into main-xml-io new 95d782784b Upgrade Quarkus to 3.9.0.CR1 new 80d8aa1370 Disable Infinispan tests due to #5844 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 (81223288a1) \ N -- N -- N refs/heads/quarkus-main (80d8aa1370) 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 2 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: camel-quarkus-sbom/camel-quarkus-sbom.json | 10556 +++++++++--------- camel-quarkus-sbom/camel-quarkus-sbom.xml | 10588 +++++++++---------- docs/antora.yml | 2 +- .../ROOT/pages/reference/extensions/servlet.adoc | 2 +- .../quarkus/core/deployment/CamelProcessor.java | 14 + .../camel/quarkus/core/CamelCapabilities.java | 1 + extensions/aws2-s3/deployment/pom.xml | 4 - extensions/aws2-s3/runtime/pom.xml | 4 - extensions/aws2-sqs/deployment/pom.xml | 4 - extensions/aws2-sqs/runtime/pom.xml | 4 - extensions/azure-storage-blob/deployment/pom.xml | 4 - extensions/azure-storage-blob/runtime/pom.xml | 4 - extensions/azure-storage-queue/deployment/pom.xml | 4 - extensions/azure-storage-queue/runtime/pom.xml | 4 - extensions/cloudevents/runtime/pom.xml | 5 + extensions/google-storage/deployment/pom.xml | 4 - extensions/google-storage/runtime/pom.xml | 4 - extensions/js-dsl/runtime/pom.xml | 4 + extensions/servlet/runtime/src/main/doc/usage.adoc | 2 +- integration-tests/main-xml-io-with-beans/pom.xml | 152 - .../main/CoreMainXmlIoWithBeansResource.java | 52 - .../src/main/resources/application.properties | 29 - .../quarkus/main/CoreMainXmlIoWithBeansIT.java | 23 - .../quarkus/main/CoreMainXmlIoWithBeansTest.java | 39 - integration-tests/main-xml-io/pom.xml | 17 + .../java/org/apache/camel/quarkus/main/MyBean.java | 0 .../src/main/resources/application.properties | 2 +- .../resources/routes/my-route-with-beanType.xml | 0 .../camel/quarkus/main/CoreMainXmlIoTest.java | 10 + integration-tests/pom.xml | 1 - pom.xml | 4 +- poms/bom/pom.xml | 8 +- poms/bom/src/main/generated/flattened-full-pom.xml | 17 +- .../src/main/generated/flattened-reduced-pom.xml | 10 +- .../generated/flattened-reduced-verbose-pom.xml | 10 +- tooling/scripts/test-categories.yaml | 1 - 36 files changed, 10606 insertions(+), 10983 deletions(-) delete mode 100644 integration-tests/main-xml-io-with-beans/pom.xml delete mode 100644 integration-tests/main-xml-io-with-beans/src/main/java/org/apache/camel/quarkus/main/CoreMainXmlIoWithBeansResource.java delete mode 100644 integration-tests/main-xml-io-with-beans/src/main/resources/application.properties delete mode 100644 integration-tests/main-xml-io-with-beans/src/test/java/org/apache/camel/quarkus/main/CoreMainXmlIoWithBeansIT.java delete mode 100644 integration-tests/main-xml-io-with-beans/src/test/java/org/apache/camel/quarkus/main/CoreMainXmlIoWithBeansTest.java rename integration-tests/{main-xml-io-with-beans => main-xml-io}/src/main/java/org/apache/camel/quarkus/main/MyBean.java (100%) rename integration-tests/{main-xml-io-with-beans => main-xml-io}/src/main/resources/routes/my-route-with-beanType.xml (100%)