-
Bug
-
Resolution: Done
-
Major
-
7.16.0.Final
-
None
-
4
-
NEW
-
NEW
-
2019 Week 02-04
SpringBoot doesn't release database connections and hangs up as a result of waiting for a connection to become available. This is due to the
factoryBean.setJpaVendorAdapter(new HibernateJpaVendorAdapter());
setting that overrides the hibernate.connection.release_mode to ON_CLOSE.