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 ba8cceeecf Upgrade Quarkus to 3.11.0.CR1 add 26fb3289dd Bump quarkiverse-groovy.version from 3.9.3 to 3.10.0 add 7e223c51dd Add xml-jaxb extension back to management extension add c5d4323a5a Move slow Splunk tests to separate test categories add d84dd280b7 Add changelog for 3.10.0 new f7ae12f526 Upgrade Quarkus to 3.11.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 (ba8cceeecf) \ N -- N -- N refs/heads/quarkus-main (f7ae12f526) 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: CHANGELOG.md | 74 ++++++++++++++++++++++ extensions-core/xml-jaxb/runtime/pom.xml | 6 ++ extensions/jaxb/runtime/pom.xml | 6 ++ extensions/management/deployment/pom.xml | 4 ++ extensions/management/runtime/pom.xml | 4 ++ extensions/soap/runtime/pom.xml | 6 -- .../management/it/ManagementResource.java | 19 ++++++ .../src/main/resources/application.properties | 3 + .../component/management/it/ManagementTest.java | 53 +++++++++++++++- pom.xml | 2 +- poms/bom/pom.xml | 20 ++++++ poms/bom/src/main/generated/flattened-full-pom.xml | 24 ++++++- .../src/main/generated/flattened-reduced-pom.xml | 24 ++++++- .../generated/flattened-reduced-verbose-pom.xml | 24 ++++++- tooling/scripts/test-categories.yaml | 4 +- 15 files changed, 257 insertions(+), 16 deletions(-)