This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
discard b43547d957 Rebase + generated files discard 961d603fa6 Rebased + generated files discard 08497864e8 Fix Swagger classpath resource loading in native mode discard 8581d0a8cb Update generated files discard f872af28f5 Rebased + genersted files discard 5f6512b63e Revert "Disable microprofile-fault-tolerance testing due to #5995" discard 51710324f9 Generated files discard 0ef859e639 Upgrade Camel to 4.6.0 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 29608150a5 Upgrade Camel to 4.6.0 new a74a7dabcc Revert "Disable microprofile-fault-tolerance testing due to #5995" 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 (b43547d957) \ N -- N -- N refs/heads/camel-main (a74a7dabcc) 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 | 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 -- .../camel/quarkus/component/as2/it/As2Sender.java | 3 +- .../management/it/ManagementResource.java | 19 ++++++ .../src/main/resources/application.properties | 3 + .../component/management/it/ManagementTest.java | 53 +++++++++++++++- pom.xml | 3 +- poms/bom/pom.xml | 25 ++++++-- poms/bom/src/main/generated/flattened-full-pom.xml | 29 +++++++-- .../src/main/generated/flattened-reduced-pom.xml | 29 +++++++-- .../generated/flattened-reduced-verbose-pom.xml | 29 +++++++-- tooling/scripts/test-categories.yaml | 4 +- 16 files changed, 259 insertions(+), 38 deletions(-)