You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HHH-19394 fix a test which made a VERY strange assumption
This test seems to have been written to assume that Hibernate has
to call getPersistProperty() during the flush cycle, but with it
was actually wrong thet Hibernate was previously doing this.
Copy file name to clipboardExpand all lines: hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/access/HierarchyPropertyAccessTest.java
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,10 @@ public void testParent(SessionFactoryScope scope) {
0 commit comments