Closed
Description
Taras Tielkes opened SPR-17557 and commented
The compiled version of HibernateTransactionManager
seems to contain a reference to SharedSessionContractImplementor
(perhaps from the lambda call?).
When running with Hibernate 5.1.x in the classpath, resolution of SharedSessionContractImplementor
will fail, triggering a NoClassDefFoundError
.
Please take a look at the output of "javap -v
" for the compiled version of HibernateTransactionManager
in the latest release jar.
Affects: 5.1.3
Issue Links:
- Propagate read-only status to Hibernate Session through setDefaultReadOnly [SPR-16956] #21494 Propagate read-only status to Hibernate Session through setDefaultReadOnly
- HibernateTransactionManager should lazily acquire JDBC Connection (like HibernateJpaDialect) [SPR-17216] #21749 HibernateTransactionManager should lazily acquire JDBC Connection (like HibernateJpaDialect)
Referenced from: commits 0841dc5