This is an automated email from the ASF dual-hosted git repository. zbendhiba pushed a change to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.
discard 967453f Upgrade Camel to 3.12.0 add 22e72ec Add test for camel.faulttolerance.* properties #2780 add 7729b52 Updated CHANGELOG.md add ad6f720 kafka : impossible to authenticate with oauth2 (#2879) new 22d8a46 Upgrade Camel to 3.12.0 new ff9aa5e Upgrade spark and hadoop versions 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 (967453f) \ N -- N -- N refs/heads/camel-main (ff9aa5e) 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 | 5 ++ .../ROOT/pages/reference/extensions/aws2-sqs.adoc | 4 +- .../reference/extensions/elasticsearch-rest.adoc | 4 +- .../ROOT/pages/reference/extensions/hdfs.adoc | 4 +- .../reference/extensions/huaweicloud-smn.adoc | 2 +- .../reference/extensions/microprofile-health.adoc | 4 +- .../ROOT/pages/reference/extensions/netty.adoc | 4 +- .../partials/reference/components/aws2-sqs.adoc | 2 +- .../reference/components/elasticsearch-rest.adoc | 2 +- .../partials/reference/components/hwcloud-smn.adoc | 2 +- .../ROOT/partials/reference/components/netty.adoc | 2 +- .../reference/languages/exchangeProperty.adoc | 2 +- .../ROOT/partials/reference/languages/file.adoc | 2 +- .../ROOT/partials/reference/languages/header.adoc | 2 +- .../partials/reference/languages/tokenize.adoc | 2 +- .../reference/others/microprofile-health.adoc | 2 +- extensions-jvm/hdfs/runtime/pom.xml | 2 +- extensions-jvm/spark/bom/pom.xml | 51 +++++++++++++--- .../pom.xml | 21 +++---- .../quarkus/core/CoreFaultToleranceProducers.java | 57 +++++++++++++++++ .../quarkus/core/CoreFaultToleranceResource.java | 71 ++++++++++++++++++++++ .../quarkus/core/CoreFaultToleranceRoutes.java | 17 ++++-- .../src/main/resources/application.properties | 18 ++++-- .../camel/quarkus/core/CoreFaultToleranceIT.java} | 5 +- .../quarkus/core/CoreFaultToleranceTest.java} | 25 +++++--- integration-test-groups/foundation/pom.xml | 1 + integration-tests/foundation-grouped/pom.xml | 17 ++++++ pom.xml | 11 +++- 28 files changed, 275 insertions(+), 66 deletions(-) copy integration-test-groups/foundation/{core-annotations => core-fault-tolerance}/pom.xml (89%) create mode 100644 integration-test-groups/foundation/core-fault-tolerance/src/main/java/org/apache/camel/quarkus/core/CoreFaultToleranceProducers.java create mode 100644 integration-test-groups/foundation/core-fault-tolerance/src/main/java/org/apache/camel/quarkus/core/CoreFaultToleranceResource.java copy integration-tests/core-discovery-disabled/src/main/java/org/apache/camel/quarkus/core/CoreDiscoveryDisabledRoutesCDI.java => integration-test-groups/foundation/core-fault-tolerance/src/main/java/org/apache/camel/quarkus/core/CoreFaultToleranceRoutes.java (63%) copy {integration-tests/dataformats-json => integration-test-groups/foundation/core-fault-tolerance}/src/main/resources/application.properties (62%) copy integration-test-groups/foundation/{core-languages/src/test/java/org/apache/camel/quarkus/core/languages/it/SimpleIT.java => core-fault-tolerance/src/test/java/org/apache/camel/quarkus/core/CoreFaultToleranceIT.java} (94%) copy integration-test-groups/foundation/{core-thread-pools/src/test/java/org/apache/camel/quarkus/core/CoreThreadPoolsTest.java => core-fault-tolerance/src/test/java/org/apache/camel/quarkus/core/CoreFaultToleranceTest.java} (54%)