Branch: refs/heads/wip/6.2/dependency-update/jandex3
Home: https://github.com/hibernate/hibernate-search
Commit: ea767bde37e80c1d9811e97d734d0eda9d90be47
https://github.com/hibernate/hibernate-search/commit/ea767bde37e80c1d9811...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M orm6/integrationtest/mapper/orm-spring-uberjar/application/ant-src-changes.patch
Log Message:
-----------
HSEARCH-5024 Adjust the CodeSource to be able to handle the new URL structure of the nested jars from Spring to work with Jandex 3
Commit: c6b07fb5f789cc9aec80e9f853df348385e9852a
https://github.com/hibernate/hibernate-search/commit/c6b07fb5f789cc9aec80...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2023-12-11 (Mon, 11 Dec 2023)
Changed paths:
M integrationtest/mapper/orm-spring-uberjar/application/pom.xml
M integrationtest/mapper/orm-spring-uberjar/application/src/test/java/org/hibernate/search/integrationtest/spring/repackaged/application/RepackagedApplicationIT.java
M integrationtest/showcase/library/pom.xml
M orm6/build/parents/internal/pom.xml
M orm6/build/parents/public/pom.xml
M pom.xml
M util/internal/test/common/pom.xml
Log Message:
-----------
DONOTMERGE Insert Jandex 3 dependency in tests
Compare: https://github.com/hibernate/hibernate-search/compare/7593465b087b...c6b0...
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: f55e2334a4c587ac37f86b38578189378b975a2e
https://github.com/hibernate/hibernate-orm/commit/f55e2334a4c587ac37f86b3...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/collections/ElementCollectionMapUpdateTest.java
Log Message:
-----------
HHH-17334 Add test for issue
Commit: defdfc54f4bb12c8b8e9be04ac5bf1640590f832
https://github.com/hibernate/hibernate-orm/commit/defdfc54f4bb12c8b8e9be0...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/BasicCollectionPersister.java
M hibernate-core/src/test/java/org/hibernate/orm/test/embeddable/EmbeddableAsElementCollectionWithUpdatableFalseTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/embeddable/EmbeddableAsOrderedElementCollectionWithUpdatableFalseTest.java
Log Message:
-----------
HHH-17334 Simplify indexed element collection update and assert element column mutability
Compare: https://github.com/hibernate/hibernate-orm/compare/20ca66625fd9...defdfc5...