Fixed
Details
Assignee
UnassignedUnassignedReporter
Yoann RodièreYoann RodièreComponents
Fix versions
Priority
Major
Details
Details
Assignee
Unassigned
UnassignedReporter
Yoann Rodière
Yoann RodièreComponents
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
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).