vladmihalcea / flexy-pool

FlexyPool adds metrics and failover strategies to a given Connection Pool, allowing it to resize on demand.
Apache License 2.0
1.09k stars 120 forks source link

Add support for Atomikos5 #57

Closed oburgosm closed 1 week ago

oburgosm commented 4 years ago

Atomikos 5 has been released, and it has some changes in its API, that made flexy-atomikos incompatible with it.

https://www.atomikos.com/Blog/TransactionsEssentials5dot0

vladmihalcea commented 4 years ago

If you are interested in this feature, then you should contribute an adaptor and send me a Pull Request. Looking forward to seeing your contribution.

vladmihalcea commented 1 week ago

Fixed by this commit.