[hibernate/hibernate-search] 601194: HSEARCH-5363 Add compatibility with OpenSearch 3.0.0
by Marko Bekhta
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-search
Commit: 60119422097199eafc958b71c35ef4d5c1f79ac8
https://github.com/hibernate/hibernate-search/commit/60119422097199eafc95...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2025-05-07 (Wed, 07 May 2025)
Changed paths:
M Jenkinsfile
M backend/elasticsearch/src/main/java/org/hibernate/search/backend/elasticsearch/dialect/impl/ElasticsearchDialectFactory.java
M backend/elasticsearch/src/test/java/org/hibernate/search/backend/elasticsearch/dialect/impl/ElasticsearchDialectFactoryTest.java
M build/container/search-backend/amazon-opensearch-serverless.Dockerfile
M build/container/search-backend/opensearch.Dockerfile
M build/parents/build/pom.xml
M documentation/src/test/java/org/hibernate/search/documentation/search/query/ElasticsearchQueryDslIT.java
M integrationtest/backend/elasticsearch/src/test/java/org/hibernate/search/integrationtest/backend/elasticsearch/schema/custom/ElasticsearchCustomIndexSettingsIT.java
M integrationtest/mapper/pojo-standalone-realbackend/src/test/java/org/hibernate/search/integrationtest/mapper/pojo/standalone/realbackend/mapping/VectorFieldIT.java
M util/internal/integrationtest/backend/elasticsearch/src/main/java/org/hibernate/search/util/impl/integrationtest/backend/elasticsearch/SearchBackendContainer.java
Log Message:
-----------
HSEARCH-5363 Add compatibility with OpenSearch 3.0.0
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-search/settings/notifications
5 months, 1 week
[hibernate/hibernate-orm] 7e9bf7: HHH-19324 - Switch tests using hbm.xml to use mapp...
by Steve Ebersole
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 7e9bf7e9e1d1500bb3b37fd30e2de49ea56bfe1f
https://github.com/hibernate/hibernate-orm/commit/7e9bf7e9e1d1500bb3b37fd...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2025-05-06 (Tue, 06 May 2025)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/idbag/PersistentIdBagTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/lazynocascade/LazyAssociationNoCascadeTest.java
R hibernate-core/src/test/resources/org/hibernate/orm/test/collection/idbag/Mappings.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/collection/idbag/Mappings.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/collection/lazynocascade/Parent.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/collection/lazynocascade/Parent.xml
Log Message:
-----------
HHH-19324 - Switch tests using hbm.xml to use mapping.xml
Commit: f7c1a055433e961ff9d6043c8234f9fe57066bad
https://github.com/hibernate/hibernate-orm/commit/f7c1a055433e961ff9d6043...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2025-05-06 (Tue, 06 May 2025)
Changed paths:
M hibernate-core/src/main/resources/org/hibernate/xsd/mapping/mapping-7.0.xsd
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/list/IterateOverListInTheSetMethodTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/list/PersistentListTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/map/Parent.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/map/PersistentMapTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/original/CollectionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/original/Zoo.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/set/Parent.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/set/PersistentSetNonLazyTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/set/PersistentSetTest.java
M hibernate-core/src/test/resources/org/hibernate/orm/test/collection/lazynocascade/Parent.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/collection/list/Mappings.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/collection/list/Mappings.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/collection/list/ParentChildMapping.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/collection/list/ParentChildMapping.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/collection/map/Mappings.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/collection/map/Mappings.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/collection/original/Zoo.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/collection/original/Zoo.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/collection/set/Mappings.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/collection/set/Mappings.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/collection/set/MappingsNonLazy.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/collection/set/MappingsNonLazy.xml
Log Message:
-----------
HHH-19324 - Switch tests using hbm.xml to use mapping.xml
Commit: 2adaf7632e9aca0eeac3c23d57d28819e4730faa
https://github.com/hibernate/hibernate-orm/commit/2adaf7632e9aca0eeac3c23...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2025-05-06 (Tue, 06 May 2025)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/jaxb/mapping/spi/JaxbPluralAttribute.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/SimpleTypeInterpretation.java
M hibernate-core/src/main/java/org/hibernate/boot/models/xml/internal/attr/CommonPluralAttributeProcessing.java
M hibernate-core/src/main/resources/org/hibernate/xsd/mapping/mapping-7.0.xsd
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/list/PersistentListTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/original/CollectionTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/original/User.java
M hibernate-core/src/test/resources/org/hibernate/orm/test/collection/list/Mappings.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/collection/original/UserPermissions.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/collection/original/UserPermissions.xml
Log Message:
-----------
HHH-19324 - Switch tests using hbm.xml to use mapping.xml
HHH-19428 - Support @ListIndexBase in mapping.xml
Commit: 55c583832b1aad81c9cf256fb2e511e8ca83adb4
https://github.com/hibernate/hibernate-orm/commit/55c583832b1aad81c9cf256...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2025-05-06 (Tue, 06 May 2025)
Changed paths:
A hibernate-core/src/test/java/org/hibernate/orm/test/bidi/Auction2Test.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bidi/AuctionTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/bidi/AuctionTest2.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bidi/AuctionWithAbstractBidClassTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/collection/list/PersistentListTest.java
M hibernate-core/src/test/resources/org/hibernate/orm/test/any/xml/Person.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/bidi/Auction.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/bidi/Auction.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/bidi/Auction2.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/bidi/Auction2.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/bidi/Auction3.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/bidi/Auction3.xml
Log Message:
-----------
HHH-19324 - Switch tests using hbm.xml to use mapping.xml
HHH-19428 - Support @ListIndexBase in mapping.xml
Compare: https://github.com/hibernate/hibernate-orm/compare/53bfb215bb90...55c5838...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
5 months, 1 week