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 7e729650ff Disable microprofile-fault-tolerance tests due to #6851 discard 274171c0bd Upgrade Quarkus to 3.18.0.CR1 add f854de7d1c fixes #6492 - removed DoubleRoutesPerClassTest,because it is invalid scenario since Camel 4.9.0 new c0c34e88f9 Upgrade Quarkus to 3.18.0.CR1 new 01a9fe9c8c Disable microprofile-fault-tolerance tests due to #6851 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 (7e729650ff) \ N -- N -- N refs/heads/quarkus-main (01a9fe9c8c) 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: .../DoubleRoutesPerClassTest.java | 63 ---------------------- .../doubeRouteBuilderPerClass/FirstPerClassET.java | 60 --------------------- .../RouteBuilderPerClass.java | 26 --------- .../SecondPerClassET.java | 60 --------------------- 4 files changed, 209 deletions(-) delete mode 100644 test-framework/junit5-extension-tests/src/test/java/org/apache/camel/quarkus/test/extensions/doubeRouteBuilderPerClass/DoubleRoutesPerClassTest.java delete mode 100644 test-framework/junit5-extension-tests/src/test/java/org/apache/camel/quarkus/test/extensions/doubeRouteBuilderPerClass/FirstPerClassET.java delete mode 100644 test-framework/junit5-extension-tests/src/test/java/org/apache/camel/quarkus/test/extensions/doubeRouteBuilderPerClass/RouteBuilderPerClass.java delete mode 100644 test-framework/junit5-extension-tests/src/test/java/org/apache/camel/quarkus/test/extensions/doubeRouteBuilderPerClass/SecondPerClassET.java