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 a870cede1c Disable microprofile-fault-tolerance testing due to #5995 discard 680ea9b944 Upgrade Quarkus to 3.10.0.CR1 add 0a42991a25 Tidy openapi-java tests after removal of support for OpenAPI V2 add 1726682d17 Tidy logging for openapi-java expose option build time code add d4fc79f88c jdbc-db2: fails in fips environment #5993 add 3bbf352319 Regen SBOM from commit d4fc79f88cc67c5f80ca39a0af1f7e0139cff26b (#5997) new f51a326812 Upgrade Quarkus to 3.10.0.CR1 new 5488e9ce5e 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 (a870cede1c) \ N -- N -- N refs/heads/quarkus-main (5488e9ce5e) 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 +++++++---- .../java/deployment/OpenApiJavaProcessor.java | 5 +- 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 + integration-tests/openapi-java/pom.xml | 6 - .../component/openapijava/it/OpenApiRoutes.java | 260 ++- .../openapijava/it/common/OpenApiTest.java | 215 -- .../component/openapijava/it/v3/OpenApiV3IT.java | 2 - .../component/openapijava/it/v3/OpenApiV3Test.java | 189 +- .../openapijava/it/v3/OpenApiV3TestProfile.java | 30 - 20 files changed, 2647 insertions(+), 1357 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%) delete mode 100644 integration-tests/openapi-java/src/test/java/org/apache/camel/quarkus/component/openapijava/it/common/OpenApiTest.java delete mode 100644 integration-tests/openapi-java/src/test/java/org/apache/camel/quarkus/component/openapijava/it/v3/OpenApiV3TestProfile.java