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 f8f577ab14 Temporarily add -Dquarkus.platform.version for running
examples so we can skip observability project
discard b8e53e844c Disable microprofile-fault-tolerance testing due to #4225
discard ffde918cc0 Upgrade Quarkus to 2.15.0.CR1
add 4089a18384 Fix #4250 to add JmsArtemisXATest (#4251)
add 37338d3d10 Updated CHANGELOG.md
add bef1226329 Upgarde quarkus-artemis to 2.0.1 and quarkus-pooled-jms to
1.0.6 (#4253)
add 8815fa2896 Updated CHANGELOG.md
new acc0b50dfa Upgrade Quarkus to 2.15.0.CR1
new e51a720743 Disable microprofile-fault-tolerance testing due to #4225
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 (f8f577ab14)
\
N -- N -- N refs/heads/quarkus-main (e51a720743)
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:
.github/workflows/quarkus-master-cron.yaml | 2 +-
CHANGELOG.md | 92 +++++++++++++---------
.../jms/artemis/it/JmsArtemisResource.java | 39 +++++++++
...oolingEnabled.java => JmsArtemisXAEnabled.java} | 4 +-
.../it/{JmsArtemisIT.java => JmsArtemisXAIT.java} | 3 +-
.../jms/artemis/it/JmsArtemisXATest.java} | 32 ++++----
.../quarkus/messaging/jms/DummyXAResource.java | 81 +++++++++++++++++++
.../camel/quarkus/messaging/jms/JmsRoutes.java | 24 ++++++
pom.xml | 4 +-
poms/bom/src/main/generated/flattened-full-pom.xml | 2 +-
.../src/main/generated/flattened-reduced-pom.xml | 2 +-
.../generated/flattened-reduced-verbose-pom.xml | 2 +-
12 files changed, 226 insertions(+), 61 deletions(-)
copy
integration-tests/jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/{JmsPoolingEnabled.java
=> JmsArtemisXAEnabled.java} (86%)
copy
integration-tests/jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/{JmsArtemisIT.java
=> JmsArtemisXAIT.java} (94%)
copy
integration-tests/{stax/src/test/java/org/apache/camel/quarkus/component/stax/it/StaxTest.java
=>
jms-artemis-client/src/test/java/org/apache/camel/quarkus/component/jms/artemis/it/JmsArtemisXATest.java}
(64%)
create mode 100644
integration-tests/messaging/jms/src/main/java/org/apache/camel/quarkus/messaging/jms/DummyXAResource.java