This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard a8be215 Temporarily disable kafka integration test due to #3312 discard 22f101d Upgrade Camel to 3.14.0 add 85665e9 Updated CHANGELOG.md add f2be8e5 Remove camel-quarkus-support-common add 958e2f6 Ban com.google.code.findbugs:jsr305 unconditionally #3335 new de965a5 Upgrade Camel to 3.14.0 new e4ae3c8 Temporarily disable kafka integration test due to #3312 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 (a8be215) \ N -- N -- N refs/heads/camel-main (e4ae3c8) 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: CHANGELOG.md | 10 +++ catalog/pom.xml | 13 ---- extensions-core/core/deployment/pom.xml | 5 -- .../quarkus/core/deployment/CamelProcessor.java | 2 +- .../quarkus/core/deployment/ConsumeProcessor.java | 2 +- .../core/deployment/InjectionPointsProcessor.java | 2 +- extensions-core/core/runtime/pom.xml | 4 -- .../camel/quarkus/core}/CamelCapabilities.java | 2 +- extensions-support/common/deployment/pom.xml | 58 ----------------- extensions-support/common/pom.xml | 39 ----------- extensions-support/common/runtime/pom.xml | 75 ---------------------- .../main/resources/META-INF/quarkus-extension.yaml | 27 -------- .../google-http-client/runtime/pom.xml | 6 ++ extensions-support/pom.xml | 1 - extensions/cassandraql/runtime/pom.xml | 6 ++ .../csimple/deployment/CSimpleXmlProcessor.java | 2 +- extensions/google-pubsub/deployment/pom.xml | 6 ++ extensions/google-pubsub/runtime/pom.xml | 6 ++ extensions/grpc/deployment/pom.xml | 6 ++ extensions/grpc/runtime/pom.xml | 4 ++ extensions/opentelemetry/runtime/pom.xml | 6 ++ integration-tests/xchange/pom.xml | 6 ++ pom.xml | 5 ++ poms/bom/pom.xml | 66 ++++++++++++++++--- 24 files changed, 122 insertions(+), 237 deletions(-) rename {extensions-support/common/runtime/src/main/java/org/apache/camel/quarkus/support/common => extensions-core/core/runtime/src/main/java/org/apache/camel/quarkus/core}/CamelCapabilities.java (96%) delete mode 100644 extensions-support/common/deployment/pom.xml delete mode 100644 extensions-support/common/pom.xml delete mode 100644 extensions-support/common/runtime/pom.xml delete mode 100644 extensions-support/common/runtime/src/main/resources/META-INF/quarkus-extension.yaml