Closed
Description
Jens Schauder opened SPR-16569 and commented
Regarding the test failure for the latest Hibernate Snapshots (5.3.0-SNAPSHOT):
Hibernate seems to have changed the way class names get generated for their proxies. This causes ClassUtils.getUserClass
to fail to detect it as a proxy because the class name does not contain a $$
. This breaks the AbstractPersistable.equals
method, triggering a test failure for AbstractPersistableIntegrationTests
.
Issue Links:
- Support for Hibernate ORM 5.3 [SPR-16303] #20850 Support for Hibernate ORM 5.3
- DATAJPA-1347 Improve proxy detection to properly detect Hibernate 5.3 proxies
1 votes, 10 watchers