Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 25d8ee3bfa7e4a8d093109894b39a1ea336e526b
https://github.com/hibernate/hibernate-search/commit/25d8ee3bfa7e4a8d0931...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2022-12-22 (Thu, 22 Dec 2022)
Changed paths:
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/AutomaticIndexingEmbeddableIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/bytype/AbstractAutomaticIndexingAssociationBaseIT.java
Log Message:
-----------
HSEARCH-4757 Make use of flush() in some of OneToOne mapped tests
Commit: c9a8ba34ef6cce76c9101ffd189a9bda3aa01d55
https://github.com/hibernate/hibernate-search/commit/c9a8ba34ef6cce76c910...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2022-12-22 (Thu, 22 Dec 2022)
Changed paths:
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/bytype/onetoone/ownedbycontaining/AutomaticIndexingOneToOneOwnedByContainingEagerOnBothSidesIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/bytype/onetoone/ownedbycontaining/AutomaticIndexingOneToOneOwnedByContainingLazyOnContainedSideIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/bytype/onetoone/ownedbycontaining/AutomaticIndexingOneToOneOwnedByContainingLazyOnContainingSideIT.java
Log Message:
-----------
HSEARCH-4757 Use `@ManyToOne` when the other side of mapping is an element collection
Compare:
https://github.com/hibernate/hibernate-search/compare/2b1681e3aa79...c9a8...