Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: dc3b3db5127c668778d1f2eb8108fbde6b348307
https://github.com/hibernate/hibernate-orm/commit/dc3b3db5127c668778d1f2e...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M
documentation/src/test/java/org/hibernate/userguide/caching/SecondLevelCacheTest.java
Log Message:
-----------
Re-enable additional tests
Commit: f14e70cb8f0057b4d6830e7de60dd3802904dc19
https://github.com/hibernate/hibernate-orm/commit/f14e70cb8f0057b4d6830e7...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2022-02-15 (Tue, 15 Feb 2022)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/loader/ast/internal/LoaderSelectBuilder.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/entity/BasicHibernateAnnotationsTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/collection/original/CollectionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/filter/DynamicFilterTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/custom/basic/UserCollectionTypeAnnotationsVariantTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/custom/basic/UserCollectionTypeHbmVariantTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/custom/basic/UserCollectionTypeTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/custom/basic/UserPermissions.hbm.xml
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/custom/declaredtype/UserCollectionTypeAnnotationsVariantTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/custom/declaredtype/UserCollectionTypeHbmVariantTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/custom/declaredtype/UserCollectionTypeTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/custom/declaredtype/UserPermissions.hbm.xml
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/fetch/subselect/SubselectFetchTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/inheritance/discriminator/JoinedInheritanceTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/typedmanytoone/TypedManyToOneTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/joinfetch/Bid.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/joinfetch/Comment.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/joinfetch/Group.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/joinfetch/Item.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/joinfetch/ItemBid.hbm.xml
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/joinfetch/JoinFetchTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/joinfetch/User.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/query/joinfetch/UserGroup.hbm.xml
M
hibernate-core/src/test/java/org/hibernate/orm/test/queryhint/QueryHintHANATest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/sql/exec/manytoone/EntityWithManyToOneSelfReferenceTest.java
Log Message:
-----------
Re-enabled additional tests
Compare:
https://github.com/hibernate/hibernate-orm/compare/2873440a25c8...f14e70c...