This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard 7dc49070aa Upgrade quarkus-jgit to 2.3.2 discard 01b74fb462 Upgrade Quarkus to 3.0.0.CR1 add 6219742e5b vertx-http: remove deprecated serviceCall eip add 2f94ab701f Fix #4710 to register reflection for FastStringBuffer and resource bundle for XMLErrorResources (#4720) add c1a45492ee Upgrade Quarkus to 3.0.0.CR1 add 2969df1f70 Upgrade quarkus-jgit to 2.3.2 add 305db0d7d0 Upgrade to Quarkus Cassandra 1.2.0-alpha1 #4488 add 6b6058790c Try to avoid Maven central connection timed outs by decreasing maven.wagon.httpconnectionManager.ttlSeconds from 120 to 60 add a5d90ecd6f Updated CHANGELOG.md new 2e1bd93c36 Upgrade Quarkus to 3.0.0.CR2 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 (7dc49070aa) \ N -- N -- N refs/heads/quarkus-main (2e1bd93c36) 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: .mvn/maven.config | 2 +- CHANGELOG.md | 7 ++ .../deployment/XalanNativeImageProcessor.java | 5 +- .../camel/quarkus/component/http/it/HttpRoute.java | 11 --- .../camel/quarkus/component/http/it/HttpTest.java | 13 ---- integration-tests/pom.xml | 2 +- .../quarkus/component/xml/it/XmlRouteBuilder.java | 7 +- pom.xml | 4 +- poms/bom/src/main/generated/flattened-full-pom.xml | 78 +++++++++++----------- .../src/main/generated/flattened-reduced-pom.xml | 4 +- .../generated/flattened-reduced-verbose-pom.xml | 26 ++++---- tooling/scripts/test-categories.yaml | 1 + 12 files changed, 75 insertions(+), 85 deletions(-)