This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard eb3feeaa9e Upgrade Quarkus to 3.2.0.CR1 add 3aef1c1f54 Upgrade Maven plugins, remove redundant plugin version properties and enable plugin upgrades via dependabot add d447a697da Updated CHANGELOG.md add a4f17d65b5 Regen SBOM from commit d447a697dadfa210c9afaab1bc9320c111940642 add 1cdcd9cf7f Updated CHANGELOG.md new 37d97b1a60 Upgrade Quarkus to 3.2.0.CR1 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 (eb3feeaa9e) \ N -- N -- N refs/heads/quarkus-main (37d97b1a60) 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 1 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: .github/dependabot.yml | 24 +- CHANGELOG.md | 3 + camel-quarkus-sbom/camel-quarkus-sbom.json | 50709 +++++++++++-------- camel-quarkus-sbom/camel-quarkus-sbom.xml | 30484 ++++++----- .../deployment/catalog/BuildTimeCamelCatalog.java | 2 +- .../core/deployment/main/CamelMainHelper.java | 2 +- .../quarkus/core/CamelLifecycleEventBridge.java | 2 +- .../apache/camel/quarkus/core/util/FileUtils.java | 4 +- .../language/deployment/dm/DryModeInjector.java | 2 +- .../component/aws2/ddb/it/Aws2DdbStreamRoutes.java | 32 +- .../azure/eventhubs/it/AzureEventhubsRoutes.java | 2 +- .../storage/blob/it/AzureStorageBlobResource.java | 10 +- .../cxf/soap/server/it/CxfSoapRoutes.java | 6 +- .../component/language/it/LanguageTest.java | 8 +- .../quarkus/component/mongodb/it/MongoDbRoute.java | 38 +- .../camel/quarkus/component/avro/it/Value.java | 24 +- .../cassandraql/it/CassandraqlRoutes.java | 4 +- .../quarkus/component/file/it/FileRoutes.java | 10 +- .../google/storage/it/GoogleStorageRoute.java | 4 +- .../camel/quarkus/component/grpc/it/GrpcRoute.java | 70 +- .../quarkus/component/http/it/HttpService.java | 2 +- .../quarkus/component/kafka/CamelKafkaRoutes.java | 2 +- .../quarkus/component/ldap/it/LdapResource.java | 4 +- .../camel/quarkus/component/ldap/it/LdapTest.java | 6 +- .../lumberjack/it/LumberjackClientUtil.java | 4 +- .../camel/quarkus/component/mail/CamelRoute.java | 58 +- .../quarkus/component/mail/MailTestResource.java | 10 +- .../component/salesforce/SalesforceResource.java | 2 +- .../component/salesforce/SalesforceRoutes.java | 4 +- .../camel/quarkus/component/sql/it/SqlRoutes.java | 6 +- .../camel/quarkus/component/sql/it/SqlTest.java | 26 +- pom.xml | 44 +- .../quarkus/test/CamelQuarkusTestSupport.java | 4 +- .../cq-perf-regression-sample-base/pom.xml | 6 +- 34 files changed, 46399 insertions(+), 35219 deletions(-)