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:
1 votes, 10 watchers