We are using Quarkus 1.9.2 with Hibernate and Agroal to access PostgreSQL DB.
It looks like Agroal is leaking connections when connection is closed (somewhere) on the server side during transaction rollback.
The following log was observed:
Error trying to transactionRollback local transaction: This connection has been closed.