Branch: refs/heads/wip/6.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 020319b4fbd0e84f5c21d86f555db8c0feea7246
https://github.com/hibernate/hibernate-orm/commit/020319b4fbd0e84f5c21d86...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2021-05-27 (Thu, 27 May 2021)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/AbstractRecursiveBidirectionalOneToManyTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/AbstractVersionedRecursiveBidirectionalOneToManyTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/Node.hbm.xml
A hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/Node.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/OneToManyDuplicateInsertionTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/RecursiveBidirectionalOneToManyCacheTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/RecursiveBidirectionalOneToManyNoCacheTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/RecursiveVersionedBidirectionalOneToManyCacheTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/RecursiveVersionedBidirectionalOneToManyNoCacheTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/VersionedNode.hbm.xml
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/inheritance/joined/Book.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/inheritance/joined/Library.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/inheritance/joined/MappedSuperclassMapTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/inheritance/joined/Product.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/inheritance/perclass/Book.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/inheritance/perclass/Library.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/inheritance/perclass/MappedSuperclassMapTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/inheritance/perclass/Product.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/inheritance/single/Book.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/inheritance/single/Library.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/inheritance/single/MappedSuperclassMapTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/onetomany/inheritance/single/Product.java
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/AbstractRecursiveBidirectionalOneToManyTest.java
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/AbstractVersionedRecursiveBidirectionalOneToManyTest.java
R hibernate-core/src/test/java/org/hibernate/test/onetomany/Node.hbm.xml
R hibernate-core/src/test/java/org/hibernate/test/onetomany/Node.java
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/OneToManyDuplicateInsertionTest.java
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveBidirectionalOneToManyCacheTest.java
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveBidirectionalOneToManyNoCacheTest.java
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveVersionedBidirectionalOneToManyCacheTest.java
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveVersionedBidirectionalOneToManyNoCacheTest.java
R hibernate-core/src/test/java/org/hibernate/test/onetomany/VersionedNode.hbm.xml
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/inheritance/joined/Book.java
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/inheritance/joined/Library.java
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/inheritance/joined/MappedSuperclassMapTest.java
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/inheritance/joined/Product.java
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/inheritance/perclass/Book.java
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/inheritance/perclass/Library.java
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/inheritance/perclass/MappedSuperclassMapTest.java
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/inheritance/perclass/Product.java
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/inheritance/single/Book.java
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/inheritance/single/Library.java
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/inheritance/single/MappedSuperclassMapTest.java
R
hibernate-core/src/test/java/org/hibernate/test/onetomany/inheritance/single/Product.java
Log Message:
-----------
Re-enable additional tests