Skip to content

HibernateTransactionManager (unintentionally) bound to Hibernate 5.2 SharedSessionContractImplementor [SPR-17557] #22089

Closed
@spring-projects-issues

Description

@spring-projects-issues

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:

Referenced from: commits 0841dc5

Metadata

Metadata

Assignees

Labels

in: dataIssues in data modules (jdbc, orm, oxm, tx)type: regressionA bug that is also a regression

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions