Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 839de7e624c5a00f25a05a50ae788ae717d72737
https://github.com/hibernate/hibernate-search/commit/839de7e624c5a00f25a0...
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: c7eada4451af60e469899154ec183e16242eb7f3
https://github.com/hibernate/hibernate-search/commit/c7eada4451af60e46989...
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: f123a8d8df0c1d05c81aaf678ff3542e4b378f66
https://github.com/hibernate/hibernate-search/commit/f123a8d8df0c1d05c81a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2022-10-28 (Fri, 28 Oct 2022)
Changed paths:
M pom.xml
Log Message:
-----------
HSEARCH-4732 Run tests against DB2 and DB2 JDBC driver version 11.5.8.0
Commit: 28a6e67c5d11e3c90ffd899be0df7e14d0fe6367
https://github.com/hibernate/hibernate-search/commit/28a6e67c5d11e3c90ffd...
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
Log Message:
-----------
HSEARCH-4732 Fix iteration order in automatic indexing tests for bags
Compare:
https://github.com/hibernate/hibernate-search/compare/433c928ba478...28a6...