Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 4010f6680ebd5d4b980a37f059e5220db73b802e
https://github.com/hibernate/hibernate-search/commit/4010f6680ebd5d4b980a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-09-28 (Wed, 28 Sep 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4707 Upgrade to Hibernate ORM 5.6.12.Final
Commit: 6d88e2f8fd1e11b824542c71ccb0a40a96d4697e
https://github.com/hibernate/hibernate-search/commit/6d88e2f8fd1e11b82454...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-09-28 (Wed, 28 Sep 2022)
Changed paths:
M
integrationtest/mapper/orm-coordination-outbox-polling/src/test/java/org/hibernate/search/integrationtest/mapper/orm/coordination/outboxpolling/FilteringOutboxEventFinder.java
Log Message:
-----------
HSEARCH-4707 Be extra defensive against concurrent access in
FilteringOutboxEventFinder
Note sure it's necessary, but we don't really care about performance
here and we've had problems before, so let's be on the safe side.
Commit: 8f76e48bc96c1fec804e029ea2cc19d1337ab6a4
https://github.com/hibernate/hibernate-search/commit/8f76e48bc96c1fec804e...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-09-28 (Wed, 28 Sep 2022)
Changed paths:
M
integrationtest/mapper/orm-coordination-outbox-polling/src/test/java/org/hibernate/search/integrationtest/mapper/orm/coordination/outboxpolling/FilteringOutboxEventFinder.java
M
integrationtest/mapper/orm-coordination-outbox-polling/src/test/java/org/hibernate/search/integrationtest/mapper/orm/coordination/outboxpolling/automaticindexing/OutboxPollingAutomaticIndexingOutOfOrderIdsIT.java
Log Message:
-----------
HSEARCH-4707 De-duplicate methods in FilteringOutboxEventFinder
Commit: 57d6c30abe39b39b11c18c8fe724fff4ede9d97b
https://github.com/hibernate/hibernate-search/commit/57d6c30abe39b39b11c1...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-09-28 (Wed, 28 Sep 2022)
Changed paths:
M
integrationtest/mapper/orm-coordination-outbox-polling/src/test/java/org/hibernate/search/integrationtest/mapper/orm/coordination/outboxpolling/automaticindexing/OutboxPollingAutomaticIndexingEdgeCasesIT.java
Log Message:
-----------
HSEARCH-4707 Work around HSEARCH-4708 in OutboxPollingAutomaticIndexingEdgeCasesIT
HSEARCH-4708 is unrelated to what we're testing there.
Commit: c55fa9b9bbf1075cc7fbce0ee2378a319fa3a06c
https://github.com/hibernate/hibernate-search/commit/c55fa9b9bbf1075cc7fb...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-09-28 (Wed, 28 Sep 2022)
Changed paths:
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/bytype/onetoone/ownedbycontained/AutomaticIndexingOneToOneOwnedByContainedEagerOnBothSidesIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/bytype/onetoone/ownedbycontained/AutomaticIndexingOneToOneOwnedByContainedLazyOnContainedSideIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/bytype/onetoone/ownedbycontained/AutomaticIndexingOneToOneOwnedByContainedLazyOnContainingSideIT.java
Log Message:
-----------
HSEARCH-4707 Mention HSEARCH-4708 in tests
Compare:
https://github.com/hibernate/hibernate-search/compare/cc851edf239c...c55f...