Branch: refs/heads/6.1
Home:
https://github.com/hibernate/hibernate-search
Commit: a4d11c57a5d482def511648a00ae2b829c04dbd8
https://github.com/hibernate/hibernate-search/commit/a4d11c57a5d482def511...
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: cd0cf6bc516b724f83880a96e94591578d2104b5
https://github.com/hibernate/hibernate-search/commit/cd0cf6bc516b724f8388...
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: ed051ac8e6643d55705fc9f70ce8aeedd7035d91
https://github.com/hibernate/hibernate-search/commit/ed051ac8e6643d55705f...
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: ecc33808fb5fbf99c4f73c3a91c04868b0f43d51
https://github.com/hibernate/hibernate-search/commit/ecc33808fb5fbf99c4f7...
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: df16025b1fc6c351b73a4cbdefe629c6a86fa201
https://github.com/hibernate/hibernate-search/commit/df16025b1fc6c351b73a...
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/daf2c0c98d9d...df16...