You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zh...@apache.org on 2023/10/16 03:02:50 UTC

[camel-quarkus-examples] branch camel-quarkus-main updated: Fix quarkus.transaction-manager.object-store directory property

This is an automated email from the ASF dual-hosted git repository.

zhfeng pushed a commit to branch camel-quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git


The following commit(s) were added to refs/heads/camel-quarkus-main by this push:
     new 40de717  Fix quarkus.transaction-manager.object-store directory property
40de717 is described below

commit 40de717895957e69490bcfa79de093ed6418da3e
Author: Zheng Feng <zh...@gmail.com>
AuthorDate: Sat Oct 14 22:12:29 2023 +0800

    Fix quarkus.transaction-manager.object-store directory property
---
 jms-jpa/src/main/resources/application.properties | 2 +-
 jta-jpa/src/main/resources/application.properties | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/jms-jpa/src/main/resources/application.properties b/jms-jpa/src/main/resources/application.properties
index 219c865..20974c3 100644
--- a/jms-jpa/src/main/resources/application.properties
+++ b/jms-jpa/src/main/resources/application.properties
@@ -37,7 +37,7 @@ quarkus.hibernate-orm.database.generation=drop-and-create
 #%prod.quarkus.hibernate-orm.database.generation=none
 
 # Quarkus Narayana JTA
-quarkus.transaction-manager.object-store-directory=target/narayana
+quarkus.transaction-manager.object-store.directory=target/narayana
 quarkus.transaction-manager.enable-recovery=true
 
 # Camel
diff --git a/jta-jpa/src/main/resources/application.properties b/jta-jpa/src/main/resources/application.properties
index 0753efa..55d65a0 100644
--- a/jta-jpa/src/main/resources/application.properties
+++ b/jta-jpa/src/main/resources/application.properties
@@ -37,7 +37,7 @@ quarkus.hibernate-orm.database.generation=drop-and-create
 #%prod.quarkus.hibernate-orm.database.generation=none
 
 # Quarkus Narayana JTA
-quarkus.transaction-manager.object-store-directory=target/narayana
+quarkus.transaction-manager.object-store.directory=target/narayana
 quarkus.transaction-manager.enable-recovery=true
 
 # Camel