This is an automated email from the ASF dual-hosted git repository. ppalaga pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit f0d822f1a2c3626ee8a4e19f1f52d928ad9c2367 Author: Zheng Feng <zh.f...@gmail.com> AuthorDate: Fri Mar 10 10:36:45 2023 +0800 Upgrade quarkus-artemis to 3.0.0.Alpha7 --- jms-jpa/pom.xml | 2 +- jms-jpa/src/main/resources/application.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jms-jpa/pom.xml b/jms-jpa/pom.xml index e5af58d..5cd0d9c 100644 --- a/jms-jpa/pom.xml +++ b/jms-jpa/pom.xml @@ -27,7 +27,7 @@ <properties> <quarkus.platform.version>3.0.0.Alpha4</quarkus.platform.version> <camel-quarkus.platform.version>3.0.0-SNAPSHOT</camel-quarkus.platform.version> - <quarkiverse-artemis.version>3.0.0.Alpha5</quarkiverse-artemis.version> + <quarkiverse-artemis.version>3.0.0.Alpha7</quarkiverse-artemis.version> <quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id> <quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id> diff --git a/jms-jpa/src/main/resources/application.properties b/jms-jpa/src/main/resources/application.properties index 300ddf1..219c865 100644 --- a/jms-jpa/src/main/resources/application.properties +++ b/jms-jpa/src/main/resources/application.properties @@ -51,4 +51,4 @@ quarkus.artemis.enabled=true #%prod.quarkus.artemis.password=admin # Quarkus MessagingHub Pooled JMS -quarkus.pooled-jms.xa.enabled=true +quarkus.pooled-jms.transaction=xa