Fix property name changed in Quarkus 3.2

Closes #21456
This commit is contained in:
Alexander Schwartz 2023-07-05 15:19:06 +02:00 committed by Pedro Igor
parent 3f1553c6cb
commit ce13a91ceb

View file

@ -44,4 +44,4 @@ quarkus.log.category."io.quarkus.config".level=off
quarkus.log.category."io.quarkus.hibernate.orm.deployment.HibernateOrmProcessor".level=warn quarkus.log.category."io.quarkus.hibernate.orm.deployment.HibernateOrmProcessor".level=warn
# Set default directory name for the location of the transaction logs # Set default directory name for the location of the transaction logs
quarkus.transaction-manager.object-store-directory=${kc.home.dir:default}${file.separator}data${file.separator}transaction-logs quarkus.transaction-manager.object-store.directory=${kc.home.dir:default}${file.separator}data${file.separator}transaction-logs