HibernateTransactionManager (unintentionally) bound to Hibernate 5.2 SharedSessionContractImplementor [SPR-17557] #22089
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
type: regression
A bug that is also a regression
Milestone
Uh oh!
There was an error while loading. Please reload this page.
Taras Tielkes opened SPR-17557 and commented
The compiled version of
HibernateTransactionManager
seems to contain a reference toSharedSessionContractImplementor
(perhaps from the lambda call?).When running with Hibernate 5.1.x in the classpath, resolution of
SharedSessionContractImplementor
will fail, triggering aNoClassDefFoundError
.Please take a look at the output of "
javap -v
" for the compiled version ofHibernateTransactionManager
in the latest release jar.Affects: 5.1.3
Issue Links:
Referenced from: commits 0841dc5
The text was updated successfully, but these errors were encountered: