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 7a5fadc3fe Upgrade Quarkus to 3.7.0.CR1 add 4d477f8f2f Fix disablement of InfinispanTest.query on JUnit 5.10.1 add 4551a0da99 Move Infinispan test classes to the correct package add 5c7e3b7fa8 Switch to enabling JFR support with quarkus.native.monitoring config property add 9b7ff3f98c Fix incorrect Maven args variable name used for example projects build new 23b32ef71b Upgrade Quarkus to 3.7.0.CR1 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 (7a5fadc3fe) \ N -- N -- N refs/heads/quarkus-main (23b32ef71b) 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 1 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: .github/workflows/camel-master-cron.yaml | 2 +- .github/workflows/ci-build.yaml | 2 +- .github/workflows/quarkus-master-cron.yaml | 2 +- docs/modules/ROOT/pages/reference/extensions/jfr.adoc | 4 ++-- extensions/jfr/runtime/src/main/doc/usage.adoc | 4 ++-- .../camel/quarkus/component/infinispan}/InfinispanRoutes.java | 1 + .../apache/camel/quarkus/component/infinispan}/InfinispanIT.java | 1 + .../quarkus/component/infinispan}/InfinispanServerTestResource.java | 1 + .../apache/camel/quarkus/component/infinispan}/InfinispanTest.java | 4 +++- integration-tests/jfr/src/main/resources/application.properties | 2 +- pom.xml | 2 +- .../main/java/org/apache/camel/quarkus/test/AfterEachCallback.java | 1 - .../main/java/org/apache/camel/quarkus/test/BeforeEachCallback.java | 1 - .../quarkus/test/userTestCases/AdviceInDoBeforeEachMethodsTest.java | 6 +++--- 14 files changed, 18 insertions(+), 15 deletions(-) rename integration-tests/infinispan/src/main/java/{ => org/apache/camel/quarkus/component/infinispan}/InfinispanRoutes.java (98%) rename integration-tests/infinispan/src/test/java/{ => org/apache/camel/quarkus/component/infinispan}/InfinispanIT.java (94%) rename integration-tests/infinispan/src/test/java/{ => org/apache/camel/quarkus/component/infinispan}/InfinispanServerTestResource.java (97%) rename integration-tests/infinispan/src/test/java/{ => org/apache/camel/quarkus/component/infinispan}/InfinispanTest.java (94%)