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 50704536cf Upgrade Quarkus to 3.17.0.CR1 add e97a134a69 Fix #6754 to remove exlusion of findbugs when depends on quarkus-grpc-common new 3a735e714f Upgrade Quarkus to 3.17.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 (50704536cf) \ N -- N -- N refs/heads/quarkus-main (3a735e714f) 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: extensions/google-bigquery/deployment/pom.xml | 10 ----- extensions/google-bigquery/pom.xml | 4 ++ extensions/google-bigquery/runtime/pom.xml | 4 -- extensions/google-pubsub/deployment/pom.xml | 10 ----- extensions/google-pubsub/pom.xml | 4 ++ extensions/google-pubsub/runtime/pom.xml | 4 -- extensions/grpc/deployment/pom.xml | 22 --------- extensions/grpc/pom.xml | 63 ++------------------------ extensions/pinecone/deployment/pom.xml | 6 --- extensions/pinecone/pom.xml | 4 ++ extensions/pinecone/runtime/pom.xml | 6 --- extensions/qdrant/deployment/pom.xml | 10 ----- extensions/qdrant/pom.xml | 4 ++ extensions/qdrant/runtime/pom.xml | 6 --- extensions/salesforce/pom.xml | 64 +++------------------------ extensions/salesforce/runtime/pom.xml | 4 -- integration-tests/google-bigquery/pom.xml | 4 ++ integration-tests/google-pubsub/pom.xml | 4 ++ integration-tests/grpc/pom.xml | 60 ++----------------------- integration-tests/pinecone/pom.xml | 4 ++ integration-tests/qdrant/pom.xml | 4 ++ integration-tests/salesforce/pom.xml | 60 ++----------------------- pom.xml | 36 +++++++++++++-- tooling/enforcer-rules/allow-findbugs.xsl | 8 +++- 24 files changed, 88 insertions(+), 317 deletions(-)