JSR-352: Check our use of hibernate.connection.release_mode in tests

Description

It's an old documentation, but this page discourages the use of hibernate.connection.release_mode: https://docs.jboss.org/hibernate/stable/core.old/reference/en/html/transactions-connection-release.html
We use hibernate.connection.release_mode = on_close in tests, and everything starts to fail if we don't.
We should check whether we have a problem somewhere, or if it is really needed (in which case we should document that and explain why).

Activity

Show:

Yoann RodièreOctober 26, 2017 at 6:55 AM

Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created October 3, 2017 at 1:08 PM
Updated December 3, 2024 at 11:53 AM
Resolved October 26, 2017 at 6:55 AM

Flag notifications