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 270b150881 Disable microprofile-fault-tolerance testing due to #5995 discard 76e86873c4 Upgrade Camel to 4.6.0 add d4fc79f88c jdbc-db2: fails in fips environment #5993 add 3bbf352319 Regen SBOM from commit d4fc79f88cc67c5f80ca39a0af1f7e0139cff26b (#5997) new 57c28044c9 Upgrade Camel to 4.6.0 new 42925dacb4 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 (270b150881) \ N -- N -- N refs/heads/camel-main (42925dacb4) 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: camel-quarkus-sbom/camel-quarkus-sbom.json | 2060 ++++++++++++++------ camel-quarkus-sbom/camel-quarkus-sbom.xml | 1146 +++++++---- integration-test-groups/jdbc/db2/pom.xml | 5 + .../component/jdbc/db2/CamelDb2JdbcTest.java | 2 + ...bledIfFipsMode.java => DisabledIfFipsMode.java} | 6 +- ...ition.java => DisabledIfFipsModeCondition.java} | 36 +- .../quarkus/test/EnabledIfFipsModeCondition.java | 27 +- integration-tests/jdbc-grouped/pom.xml | 5 + integration-tests/microprofile/pom.xml | 2 + .../MicroprofileFaultToleranceIT.java | 2 + .../MicroprofileFaultToleranceTest.java | 2 + .../it/health/MicroProfileHealthTest.java | 2 + .../it/health/MicroprofileHealthIT.java | 2 + poms/bom/src/main/generated/flattened-full-pom.xml | 16 +- .../src/main/generated/flattened-reduced-pom.xml | 14 +- .../generated/flattened-reduced-verbose-pom.xml | 14 +- 16 files changed, 2358 insertions(+), 983 deletions(-) copy integration-tests-support/test-support/src/main/java/org/apache/camel/quarkus/test/{EnabledIfFipsMode.java => DisabledIfFipsMode.java} (89%) copy integration-tests-support/test-support/src/main/java/org/apache/camel/quarkus/test/{EnabledIfFipsModeCondition.java => DisabledIfFipsModeCondition.java} (57%)