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
omit 06e89ef26b Disable microprofile-fault-tolerance testing due to #4225 omit eda44abbea Upgrade Quarkus to 2.15.0.CR1 add 670ca6afa1 Upgrade Quarkus to 2.14.0.Final add 367d4d7248 Updated CHANGELOG.md add 218f3b9679 Use Camel hapi-base-version property for hapi-base add cb740e2ae9 Fix #3951 to add a test with quarkus-pooled-jms (#4237) add e3c810d214 Fix : flakiness of Scheduler integration-tests. add ad0292456e Updated CHANGELOG.md add c133ba3ca2 Upgrade Qpid JMS to 0.39.0 add 02a4ce10e9 camel-quarkus-xchange: MissingResourceException: Can't find bundle for base name sun.util.resources.CurrencyNames, locale en_US #4242 add 00654ec223 Upgrade to quarkus-cxf 1.5.6 new ffde918cc0 Upgrade Quarkus to 2.15.0.CR1 new b8e53e844c Disable microprofile-fault-tolerance testing due to #4225 new f8f577ab14 Temporarily add -Dquarkus.platform.version for running examples so we can skip observability project 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 (06e89ef26b) \ N -- N -- N refs/heads/quarkus-main (f8f577ab14) 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 3 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/quarkus-master-cron.yaml | 2 +- CHANGELOG.md | 7 + .../xchange/deployment/XchangeProcessor.java | 2 +- .../component/scheduler/it/SchedulerResource.java | 17 + .../component/scheduler/it/SchedulerRoute.java | 10 +- .../component/scheduler/it/SchedulerTest.java | 106 +- integration-tests/jms-artemis-client/pom.xml | 12 + .../src/main/resources/application.properties | 3 + ...{JmsArtemisIT.java => JmsArtemisPoolingIT.java} | 2 +- ...sCustomTest.java => JmsArtemisPoolingTest.java} | 10 +- ...sArtemisDisable.java => JmsPoolingEnabled.java} | 6 +- pom.xml | 8 +- poms/bom/pom.xml | 14 +- poms/bom/src/main/generated/flattened-full-pom.xml | 12655 ++++++++++--------- .../src/main/generated/flattened-reduced-pom.xml | 53 +- .../generated/flattened-reduced-verbose-pom.xml | 483 +- 16 files changed, 6840 insertions(+), 6550 deletions(-) copy integration-tests/jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/{JmsArtemisIT.java => JmsArtemisPoolingIT.java} (93%) copy integration-tests/jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/{JmsArtemisCustomTest.java => JmsArtemisPoolingTest.java} (80%) copy integration-tests/jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/{JmsArtemisDisable.java => JmsPoolingEnabled.java} (85%)