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 4a01e55055 Disable MicroProfile Fault Tolerance tests due to #6285 discard 9c3320ab5f Upgrade Quarkus to 3.14.0.CR1 add f3a7991567 Replace aws2-kinesis native substitutions with bytecode transformation #6238 add 889d35bce1 Remove redundant microprofile-fault-tolerance dependencies from foundation-grouped tests new b25d3d0e2c Upgrade Quarkus to 3.14.0.CR1 new d589f19d8a Disable MicroProfile Fault Tolerance tests due to #6285 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 (4a01e55055) \ N -- N -- N refs/heads/quarkus-main (d589f19d8a) 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: extensions/aws2-kinesis/deployment/pom.xml | 5 +- .../kinesis}/deployment/JakartaEnablement.java | 12 +- .../kinesis/graalvm/Aws2KinesisSubstitutions.java | 165 --------------------- integration-tests/foundation-grouped/pom.xml | 17 --- 4 files changed, 11 insertions(+), 188 deletions(-) copy {extensions-support/ahc/deployment/src/main/java/org/apache/camel/quarkus/component/support/ahc => extensions/aws2-kinesis/deployment/src/main/java/org/apache/camel/quarkus/component/aws2/kinesis}/deployment/JakartaEnablement.java (90%) delete mode 100644 extensions/aws2-kinesis/runtime/src/main/java/org/apache/camel/quarkus/component/aws2/kinesis/graalvm/Aws2KinesisSubstitutions.java