Hello,

I was amazed you changed default value of hibernate property
"hibernate.connection.release_mode" from "auto"(in 1.25) to "on_close"(in 1.26).

Why? Is there any necessity or advantage for Spring?
Hibernate reference says that "This setting is left for backwards compatibility,
but its use is highly discouraged."

Regards