Branch: refs/heads/6.1
Home:
https://github.com/hibernate/hibernate-search
Commit: 645c15fd3b7488636fa25c1aa32b80ad3bac29b5
https://github.com/hibernate/hibernate-search/commit/645c15fd3b7488636fa2...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-10-28 (Fri, 28 Oct 2022)
Changed paths:
M
mapper/orm-coordination-outbox-polling/src/main/java/org/hibernate/search/mapper/orm/coordination/outboxpolling/cluster/impl/OutboxPollingAgentAdditionalJaxbMappingProducer.java
M
mapper/orm-coordination-outbox-polling/src/main/java/org/hibernate/search/mapper/orm/coordination/outboxpolling/event/impl/OutboxPollingOutboxEventAdditionalJaxbMappingProducer.java
Log Message:
-----------
HSEARCH-4727 Fix definition of "payload" columns in outbox events with DB2
This is a backwards-incompatible change for DB2 users, but the schema
was non-fonctional for those users to begin with, so that's no big deal.
This is also potentially a breaking change for users of some exotic
databases whose dialect had the same problem as DB2's, but those
databases are not tested nor advertised as supported anyway.
Commit: 1e272ac37bd406b6b635771d450de5e751c1a58e
https://github.com/hibernate/hibernate-search/commit/1e272ac37bd406b6b635...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-10-28 (Fri, 28 Oct 2022)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH-4727 Raise the timeout on CI for database-specific runs
Commit: c2b88078df8fa2ec7113aed443be1e285f16416d
https://github.com/hibernate/hibernate-search/commit/c2b88078df8fa2ec7113...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-10-28 (Fri, 28 Oct 2022)
Changed paths:
M parents/integrationtest/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-4732 Run tests against DB2 and DB2 JDBC driver version 11.5.8.0
Commit: 48c944f51d9a1c6fc0704eca240836a1b3b32f78
https://github.com/hibernate/hibernate-search/commit/48c944f51d9a1c6fc070...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-10-28 (Fri, 28 Oct 2022)
Changed paths:
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/bytype/manytomany/ownedbycontained/AutomaticIndexingManyToManyOwnedByContainedCollectionBaseIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/bytype/manytomany/ownedbycontained/AutomaticIndexingManyToManyOwnedByContainedListBaseIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/bytype/manytomany/ownedbycontaining/AutomaticIndexingManyToManyOwnedByContainingCollectionBaseIT.java
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/automaticindexing/association/bytype/manytomany/ownedbycontaining/AutomaticIndexingManyToManyOwnedByContainingListBaseIT.java
Log Message:
-----------
HSEARCH-4732 Fix iteration order in automatic indexing tests for bags
Compare:
https://github.com/hibernate/hibernate-search/compare/3d4de154a140...48c9...