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 e24ae2ef32 Upgrade Quarkus to 3.22.0.CR1 discard f939e262d0 Disable git integration tests due to #7257 add eb3d702e98 Fix #7254 to support named entityManagerFactory in camel-quarkus-jpa add a5c590bb30 fixes #7262: removal of unecessary dependencies to Quarkus Amazon Services new 32d897b93a Disable git integration tests due to #7257 new 87f8ee93a7 Upgrade Quarkus to 3.22.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 (e24ae2ef32) \ N -- N -- N refs/heads/quarkus-main (87f8ee93a7) 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/core/RuntimeBeanRepository.java | 12 ++ .../deployment/pom.xml | 12 -- .../component/jpa/deployment/JpaProcessor.java | 25 ++++ .../quarkus/component/jpa/CamelJpaRecorder.java | 16 +++ .../camel/quarkus/component/jpa/it/JpaRoute.java | 2 + .../jpa/src/main/resources/application.properties | 8 +- .../camel/quarkus/component/jpa/it/JpaTest.java | 149 +-------------------- .../jpa/it/{JpaTest.java => JpaTestBase.java} | 4 +- .../jpa/it/{JpaIT.java => NamedJpaTest.java} | 9 +- .../component/jpa/it/NamedJpaTestProfile.java} | 8 +- 10 files changed, 72 insertions(+), 173 deletions(-) copy integration-tests/jpa/src/test/java/org/apache/camel/quarkus/component/jpa/it/{JpaTest.java => JpaTestBase.java} (98%) copy integration-tests/jpa/src/test/java/org/apache/camel/quarkus/component/jpa/it/{JpaIT.java => NamedJpaTest.java} (82%) copy integration-tests/{micrometer/src/test/java/org/apache/camel/quarkus/component/micrometer/it/NoMessageHistoryProfile.java => jpa/src/test/java/org/apache/camel/quarkus/component/jpa/it/NamedJpaTestProfile.java} (82%)