Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-search
Commit: 3cca31dd60aafe2fc81713f6e964138877da1dbb
https://github.com/hibernate/hibernate-search/commit/3cca31dd60aafe2fc817...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M
mapper/orm-batch-jsr352/core/src/main/java/org/hibernate/search/batch/jsr352/core/massindexing/util/impl/PersistenceUtil.java
Log Message:
-----------
HSEARCH-4775 Always use SessionBuilder as a raw type
The generics are removed in ORM 6.2.
Commit: dcade9724d8f8a502955ff9ac3a3f4d2f1c30f61
https://github.com/hibernate/hibernate-search/commit/dcade9724d8f8a502955...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M MAINTAINERS.md
M orm6/README.md
Log Message:
-----------
HSEARCH-4775 Clarify that dependency update test runs require a specific profile
Commit: c90031b3300ff6c4302e9e4cb5806d76a595e230
https://github.com/hibernate/hibernate-search/commit/c90031b3300ff6c4302e...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M orm6/mapper/orm/ant-src-changes.patch
M orm6/v5migrationhelper/orm/ant-src-changes.patch
Log Message:
-----------
HSEARCH-4775 Avoid direct references to setParameter methods in ORM query adapters
ORM 6.2 makes some changes to the setParameter methods, so we'd better
avoid overriding them altogether. Overriding locateBinding() methods is
safe, though.
Commit: 68016e5adf6bdd2e6c5c5ddac9d227f1d1eb4d90
https://github.com/hibernate/hibernate-search/commit/68016e5adf6bdd2e6c5c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M mapper/orm-coordination-outbox-polling/pom.xml
M orm6/mapper/orm-coordination-outbox-polling/pom.xml
Log Message:
-----------
HSEARCH-4768 Export outbox-polling entities to ByteBuddy
For some unknown reason, this is necessary. ByteBuddy apparently uses
setAccessible on our entities for some reason.
Commit: df8f7dd7cb5b53dfdd6905cf5c8c5eb81f981a2f
https://github.com/hibernate/hibernate-search/commit/df8f7dd7cb5b53dfdd69...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
A
orm6/integrationtest/java/modules/orm-coordination-outbox-polling-elasticsearch/ant-src-changes.patch
M
orm6/integrationtest/java/modules/orm-coordination-outbox-polling-elasticsearch/pom.xml
A orm6/integrationtest/java/modules/orm-elasticsearch/ant-src-changes.patch
A orm6/integrationtest/java/modules/orm-lucene/ant-src-changes.patch
Log Message:
-----------
HSEARCH-4768 Fix JavaModulePathTest with ORM 6.2
Commit: 993f18449cfa6fb34a1111ee515590e2baa73f91
https://github.com/hibernate/hibernate-search/commit/993f18449cfa6fb34a11...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M
integrationtest/java/modules/pojo-standalone-elasticsearch/src/main/java/module-info.java
M integrationtest/java/modules/pojo-standalone-lucene/src/main/java/module-info.java
Log Message:
-----------
HSEARCH-4768 Remove other unnecessary 'requires' clauses from module-info.java
in Java module tests
Commit: 3031b0f2f85cfb51c2104f56182703fdfc4f141d
https://github.com/hibernate/hibernate-search/commit/3031b0f2f85cfb51c210...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M orm6/README.md
Log Message:
-----------
Add some more help to orm6/README.md
Commit: 600cb3ff5d43eb39785aa72c88bd1238b9aada51
https://github.com/hibernate/hibernate-search/commit/600cb3ff5d43eb39785a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-01-10 (Tue, 10 Jan 2023)
Changed paths:
M
integrationtest/mapper/orm/src/test/java/org/hibernate/search/integrationtest/mapper/orm/model/BytecodeEnhancementIT.java
Log Message:
-----------
HSEARCH-4768 Relax some assertions in BytecodeEnhancementIT
Compare:
https://github.com/hibernate/hibernate-search/compare/47926949d8c3...600c...