kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

Fix Agroal-Narayana integration #177

Closed urbim closed 3 years ago

urbim commented 3 years ago

Fixed bug: When performing queries to multiple databases in a single XA transaction all queries were performed on the first database that was defined.

Also fixed incorrect parsing of transaction-isolation config parameter and upped minor versions of Agroal and Narayana.