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 4c4233e20a Add workaround for RemoteCacheManager bean discovery #4841 discard f2afd58a26 Revert "Revert "Restore smallrye-reactive-messaging-camel extension"" discard 89e28392cd Upgrade Quarkus to 3.1.0.CR1 add 7329273ac3 Updated CHANGELOG.md add d6ef217290 Upgrade to quarkus-cxf 2.0.2, Stop managing woodstox directly, rather rely on quarkus-cxf-bom #4855 add 18843a82c2 Bump quarkus-amazon-services-bom from 2.0.1 to 2.1.1 add aed4db1599 Auto generated changes for dependabot commit 929ab6e978c80be2682388665cfb315d7a7ea27b new 314c7f0a96 Upgrade Quarkus to 3.1.0.CR1 new 8e796c0670 Revert "Revert "Restore smallrye-reactive-messaging-camel extension"" new 80dba9175f Add workaround for RemoteCacheManager bean discovery #4841 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 (4c4233e20a) \ N -- N -- N refs/heads/quarkus-main (80dba9175f) 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 3 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 | 12 + catalog/pom.xml | 13 - extensions-support/pom.xml | 1 - extensions-support/stax/deployment/pom.xml | 58 - .../stax/deployment/StaxSupportProcessor.java | 61 - extensions-support/stax/pom.xml | 39 - extensions-support/stax/runtime/pom.xml | 66 - .../main/resources/META-INF/quarkus-extension.yaml | 28 - extensions/stax/deployment/pom.xml | 4 +- extensions/stax/runtime/pom.xml | 4 +- pom.xml | 10 +- poms/bom/pom.xml | 20 - poms/bom/src/main/generated/flattened-full-pom.xml | 2704 ++++++++++---------- .../src/main/generated/flattened-reduced-pom.xml | 158 +- .../generated/flattened-reduced-verbose-pom.xml | 736 +++--- 15 files changed, 1804 insertions(+), 2110 deletions(-) delete mode 100644 extensions-support/stax/deployment/pom.xml delete mode 100644 extensions-support/stax/deployment/src/main/java/org/apache/camel/quarkus/support/stax/deployment/StaxSupportProcessor.java delete mode 100644 extensions-support/stax/pom.xml delete mode 100644 extensions-support/stax/runtime/pom.xml delete mode 100644 extensions-support/stax/runtime/src/main/resources/META-INF/quarkus-extension.yaml