This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch regen_bot_sbom in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
omit e85093cc25 Regen SBOM from commit 067371db1e62c7fd7094db117b14542b3ecfcd02 add 79bcb43f79 Regen SBOM from commit 067371db1e62c7fd7094db117b14542b3ecfcd02 (#7109) add 822d7a1c61 Upgrade Camel to 4.10.2 add d1596f5f3e Align CXF JAX-RS dependencies to the same CXF version used by quarkus-cxf add aadac7093d Add changelog for 3.15.3 add 47c3a17516 Use quarkus-rest-client instead of quarkus-rest in Jira extension add 8642b8b3a9 cxf-soap-grouped native build occasionally runs out of memory, fix #7076 add dd929ef743 Refactored azure-servicebus emulator to not use docker compose add 7a835e463d Bump org.jolokia:jolokia-agent-jvm from 2.2.4 to 2.2.6 add f2f7eb6391 Fix population of catalog models when extendClassPathCatalog is in use add 5b6170c66b Bump cq-plugin.version from 4.17.0 to 4.17.1 (#7126) add ae23b82010 Bump quarkiverse-jsch.version from 3.0.13 to 3.0.14 (#7124) add 8217da2184 Bump com.azure:azure-core-http-vertx from 1.0.2 to 1.0.3 (#7123) add ec71ba9cca Fix get beans name from the camel quarkus runtime catalog (#7127) add eaf2fce2cd Add option to disable sanity checks in individual modules add 0af50864c0 Avoid comparing CDI client proxies in Fault Tolerance configuration testing add 6b1d978d12 Fix dependency convergence failures with camel-quarkus-google-secret-manager add d47202c901 Azure-servicebus: fixed intermittent failures by switching to another sql image add fab683bee0 Upgrade Quarkus to 3.20.0.CR1 add 1a7040028d Upgrade Quarkus Amazon Services to 3.3.1 add 177dd3ec86 Upgrade to Quarkus CXF 3.20.0.CR1 add ded6523f9b Bump io.quarkiverse.artemis:quarkus-artemis-bom from 3.7.0 to 3.7.1 add 05be5a8564 Regen SBOM from commit ded6523f9b68d2b1f4dfa85c482f5f9d6c15cd2f 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 (e85093cc25) \ N -- N -- N refs/heads/regen_bot_sbom (05be5a8564) 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. No new revisions were added by this update. Summary of changes: CHANGELOG.md | 10 + camel-quarkus-sbom/camel-quarkus-sbom.json | 28189 ++++++++++--------- camel-quarkus-sbom/camel-quarkus-sbom.xml | 26276 ++++++++--------- docs/antora.yml | 4 +- extensions/jira/deployment/pom.xml | 2 +- extensions/jira/runtime/pom.xml | 2 +- .../component/aws2/s3/it/Aws2S3Resource.java | 10 +- .../quarkus/component/aws2/s3/it/Aws2S3Test.java | 2 - .../cxf/soap/server/it/CxfSoapRoutes.java | 5 +- .../cxf-soap/cxf-soap-ws-security-client/pom.xml | 6 + .../src/main/resources/application.properties | 3 - .../cxf-soap/cxf-soap-ws-security-server/pom.xml | 6 + .../cxf-soap/cxf-soap-ws-trust/pom.xml | 6 + .../camel/quarkus/component/bean/BeanResource.java | 14 - .../camel/quarkus/component/bean/BeanTest.java | 10 - .../support/azure/AzureServiceBusTestResource.java | 79 +- .../main/resources/servicebus-docker-compose.yaml | 46 - integration-tests/cxf-soap-grouped/pom.xml | 12 + integration-tests/jira/pom.xml | 2 +- .../MicroProfileFaultToleranceRoutes.java | 1 + .../MicroprofileFaultToleranceProducers.java | 5 +- .../MicroprofileFaultToleranceResource.java | 5 +- ...fileFaultToleranceConfigurationTestProfile.java | 5 +- pom.xml | 31 +- poms/bom/pom.xml | 29 + poms/bom/src/main/generated/flattened-full-pom.xml | 3991 +-- .../src/main/generated/flattened-reduced-pom.xml | 996 +- .../generated/flattened-reduced-verbose-pom.xml | 1666 +- .../org/apache/camel/quarkus/maven/CqCatalog.java | 2 +- .../quarkus/maven/PrepareCatalogQuarkusMojo.java | 2 +- tooling/scripts/sanity-checks.groovy | 5 + 31 files changed, 31562 insertions(+), 29860 deletions(-) delete mode 100644 integration-tests-support/azure/src/main/resources/servicebus-docker-compose.yaml