[hibernate/hibernate-search] 27078e: Bump opensearchproject/opensearch
by dependabot[bot]
Branch: refs/heads/dependabot/docker/build/container/search-backend/search-backend-containers-475295acec
Home: https://github.com/hibernate/hibernate-search
Commit: 27078e1d9b76b75be35985584d824271db75cb2a
https://github.com/hibernate/hibernate-search/commit/27078e1d9b76b75be359...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2026-05-28 (Thu, 28 May 2026)
Changed paths:
M build/container/search-backend/amazon-opensearch-serverless.Dockerfile
M build/container/search-backend/opensearch.Dockerfile
Log Message:
-----------
Bump opensearchproject/opensearch
Bumps the search-backend-containers group with 1 update in the /build/container/search-backend directory: opensearchproject/opensearch.
Updates `opensearchproject/opensearch` from `57bd3c8` to `b5dd151`
---
updated-dependencies:
- dependency-name: opensearchproject/opensearch
dependency-version: 3.6.0
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: search-backend-containers
...
Signed-off-by: dependabot[bot] <support(a)github.com>
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-search/settings/notifications
3 weeks, 1 day
[hibernate/hibernate-orm] 9f6056: HHH-20503 - Support JPA 4 @Fetch (#12554)
by Steve Ebersole
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 9f6056a2c12f140510d85e78edf2f59171e29441
https://github.com/hibernate/hibernate-orm/commit/9f6056a2c12f140510d85e7...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/EntityBinder.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/FetchGraphContribution.java
A hibernate-core/src/main/java/org/hibernate/boot/model/internal/FetchHintOptions.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/NamedGraphCreatorJpa.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/ToOneBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/models/JpaAnnotations.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FetchJpaAnnotation.java
A hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/FetchesJpaAnnotation.java
A hibernate-core/src/test/java/org/hibernate/orm/test/entitygraph/JpaFetchAnnotationGraphTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/entitygraph/JpaFetchAnnotationJpaApiTest.java
Log Message:
-----------
HHH-20503 - Support JPA 4 @Fetch (#12554)
* HHH-20503 - Support JPA 4 @Fetch
Signed-off-by: Steve Ebersole <steve(a)hibernate.org>
Co-authored-by: Gavin King <gavin(a)hibernate.org>
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
3 weeks, 1 day
[hibernate/hibernate-search] 2791ee: [Jenkins release job] Preparing next development i...
by Marko Bekhta
Branch: refs/heads/8.4
Home: https://github.com/hibernate/hibernate-search
Commit: 2791ee1d0a254358dbab62d18d97854eb03c8ea7
https://github.com/hibernate/hibernate-search/commit/2791ee1d0a254358dbab...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M backend/elasticsearch-aws/pom.xml
M backend/elasticsearch-client/elasticsearch-rest4-client/pom.xml
M backend/elasticsearch-client/elasticsearch-rest5-client/pom.xml
M backend/elasticsearch-client/opensearch-rest-client/pom.xml
M backend/elasticsearch/pom.xml
M backend/lucene/pom.xml
M bom/platform-common/pom.xml
M bom/platform-next/pom.xml
M bom/platform/pom.xml
M bom/public/pom.xml
M build/config/pom.xml
M build/configuration-properties-collector/pom.xml
M build/enforcer/pom.xml
M build/parents/build/pom.xml
M build/parents/integrationtest/pom.xml
M build/parents/internal/pom.xml
M build/parents/public/pom.xml
M build/parents/relocation/pom.xml
M build/parents/springtest/pom.xml
M build/reports/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M engine/pom.xml
M integrationtest/backend/elasticsearch/pom.xml
M integrationtest/backend/lucene/pom.xml
M integrationtest/backend/tck/pom.xml
M integrationtest/java/modules/orm-elasticsearch/pom.xml
M integrationtest/java/modules/orm-lucene/pom.xml
M integrationtest/java/modules/orm-outbox-polling-elasticsearch/pom.xml
M integrationtest/java/modules/pojo-standalone-elasticsearch/pom.xml
M integrationtest/java/modules/pojo-standalone-lucene/pom.xml
M integrationtest/mapper/orm-cdi/pom.xml
M integrationtest/mapper/orm-envers/pom.xml
M integrationtest/mapper/orm-jakarta-batch/pom.xml
M integrationtest/mapper/orm-outbox-polling/pom.xml
M integrationtest/mapper/orm-realbackend/pom.xml
M integrationtest/mapper/orm-spring-uberjar/application/pom.xml
M integrationtest/mapper/orm-spring-uberjar/model/pom.xml
M integrationtest/mapper/orm-spring-uberjar/pom.xml
M integrationtest/mapper/orm-spring/pom.xml
M integrationtest/mapper/orm/pom.xml
M integrationtest/mapper/pojo-base/pom.xml
M integrationtest/mapper/pojo-standalone-realbackend/pom.xml
M integrationtest/metamodel/orm-elasticsearch/pom.xml
M integrationtest/metamodel/orm-lucene/pom.xml
M integrationtest/metamodel/standalone-elasticsearch/pom.xml
M integrationtest/metamodel/standalone-lucene/pom.xml
M integrationtest/performance/backend/base/pom.xml
M integrationtest/performance/backend/elasticsearch/pom.xml
M integrationtest/performance/backend/lucene/pom.xml
M integrationtest/performance/pom.xml
M integrationtest/pom.xml
M integrationtest/showcase/library/pom.xml
M integrationtest/v5migrationhelper/engine/pom.xml
M integrationtest/v5migrationhelper/orm/pom.xml
M lucene-next/backend/lucene/pom.xml
M lucene-next/build/parents/integrationtest/pom.xml
M lucene-next/build/parents/internal/pom.xml
M lucene-next/build/parents/public/pom.xml
M lucene-next/build/parents/springtest/pom.xml
M lucene-next/documentation/pom.xml
M lucene-next/integrationtest/backend/lucene/pom.xml
M lucene-next/integrationtest/java/modules/orm-lucene/pom.xml
M lucene-next/integrationtest/java/modules/pojo-standalone-lucene/pom.xml
M lucene-next/integrationtest/mapper/orm-jakarta-batch/pom.xml
M lucene-next/integrationtest/mapper/orm-realbackend/pom.xml
M lucene-next/integrationtest/mapper/pojo-standalone-realbackend/pom.xml
M lucene-next/integrationtest/pom.xml
M lucene-next/integrationtest/showcase/library/pom.xml
M lucene-next/pom.xml
M lucene-next/util/internal/integrationtest/backend/lucene/pom.xml
M lucene-next/util/internal/integrationtest/pom.xml
M mapper/orm-batch-jsr352/core/pom.xml
M mapper/orm-batch-jsr352/jberet/pom.xml
M mapper/orm-coordination-outbox-polling/pom.xml
M mapper/orm-jakarta-batch/core/pom.xml
M mapper/orm-jakarta-batch/jberet/pom.xml
M mapper/orm-outbox-polling/pom.xml
M mapper/orm/pom.xml
M mapper/pojo-base/pom.xml
M mapper/pojo-standalone/pom.xml
M metamodel/metamodel-processor/pom.xml
M pom.xml
M util/common/pom.xml
M util/internal/integrationtest/backend/elasticsearch/pom.xml
M util/internal/integrationtest/backend/lucene-common/pom.xml
M util/internal/integrationtest/backend/lucene/pom.xml
M util/internal/integrationtest/common/pom.xml
M util/internal/integrationtest/jbatch-runtime/pom.xml
M util/internal/integrationtest/jberet-se/pom.xml
M util/internal/integrationtest/mapper/orm/pom.xml
M util/internal/integrationtest/mapper/pojo-standalone/pom.xml
M util/internal/integrationtest/mapper/stub/pom.xml
M util/internal/integrationtest/pom.xml
M util/internal/integrationtest/v5migrationhelper/pom.xml
M util/internal/test/common/pom.xml
M util/internal/test/orm/pom.xml
M v5migrationhelper/engine/pom.xml
M v5migrationhelper/orm/pom.xml
Log Message:
-----------
[Jenkins release job] Preparing next development iteration
Commit: 788b176eb824ce024c865b3c90b2f9b669ff6c26
https://github.com/hibernate/hibernate-search/commit/788b176eb824ce024c86...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M ci/dependency-update/Jenkinsfile
R ci/dependency-update/rules-lucene-future.xml
R ci/dependency-update/rules-lucene9.xml
R ci/dependency-update/rules-orm.xml
A ci/dependency-update/rules-orm7.4.xml
Log Message:
-----------
Adjust dependency update CI job according to the running rules of a maintenance branch
Commit: c8682f9615949721af0b9921d14e55972dc4721a
https://github.com/hibernate/hibernate-search/commit/c8682f9615949721af0b...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M ci/dependency-update/rules-lucene10.xml
Log Message:
-----------
Limit Lucene 10 updates to 10.4.x only
Compare: https://github.com/hibernate/hibernate-search/compare/2791ee1d0a25%5E...c...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-search/settings/notifications
3 weeks, 1 day
[hibernate/hibernate-orm] 6679e7: HHH-19424 Continue switching tests using hbm.xml t...
by Andrea Boriero
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 6679e7bdf09adb98779534e332444073988ec92f
https://github.com/hibernate/hibernate-orm/commit/6679e7bdf09adb98779534e...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/cascade/circle/MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/cascade/circle/MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/cascade/circle/MultiPathCircleCascadeDelayedInsertTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/cascade/circle/MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/cascade/circle/MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/cascade/circle/MultiPathCircleCascadeDelayedInsertTest.java
R hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/circle/MultiPathCircleCascadeDelayedInsert.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/circle/MultiPathCircleCascadeDelayedInsert.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: 56fee29f9d78cde18a38f83137394bdf5cc7a4a6
https://github.com/hibernate/hibernate-orm/commit/56fee29f9d78cde18a38f83...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/cascade/circle/MultiPathCircleCascadeCheckNullibilityFalseTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/cascade/circle/MultiPathCircleCascadeCheckNullibilityTrueTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/cascade/circle/MultiPathCircleCascadeTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityFalseTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityTrueTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/cascade/circle/MultiPathCircleCascadeTest.java
R hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/circle/MultiPathCircleCascade.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/circle/MultiPathCircleCascade.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: 5472618704636851cb88e0cb9bf4fa2cbaeaffe7
https://github.com/hibernate/hibernate-orm/commit/5472618704636851cb88e0c...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/cascade/circle/CascadeMergeToChildBeforeParentTest.java
R hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/circle/CascadeMergeToChildBeforeParent.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/circle/CascadeMergeToChildBeforeParent.orm.xml
M hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/circle/MultiPathCircleCascade.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: 22ddcfb5abfd52633da12300900178ed464e54cf
https://github.com/hibernate/hibernate-orm/commit/22ddcfb5abfd52633da1230...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/cascade/BidirectionalOneToManyCascadeTest.java
R hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/Child.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/Child.orm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/DeleteOrphanChild.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/DeleteOrphanChild.orm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/Parent.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/Parent.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: 0b408df7511b6c3f09487e184ef99be06cd705aa
https://github.com/hibernate/hibernate-orm/commit/0b408df7511b6c3f09487e1...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/cascade/CascadeTestWithAssignedParentIdTest.java
R hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/ChildForParentWithAssignedId.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/ChildForParentWithAssignedId.orm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/ParentWithAssignedId.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/ParentWithAssignedId.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: 4a04ab2446174fb42f47d817eb960e76dd2df377
https://github.com/hibernate/hibernate-orm/commit/4a04ab2446174fb42f47d81...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
R hibernate-core/src/test/java/org/hibernate/orm/test/cascade/Job.java
R hibernate-core/src/test/java/org/hibernate/orm/test/cascade/JobBatch.java
R hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/Job.hbm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/JobBatch.hbm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: 3aa44c061ccf7ee0387f212aeadcc38695ac26ac
https://github.com/hibernate/hibernate-orm/commit/3aa44c061ccf7ee0387f212...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/lazy/MultiPathCascadeTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/cascade/MultiPathCascadeTest.java
R hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/MultiPathCascade.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/cascade/MultiPathCascade.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: 4f9b94a3af9da6c921581e690d5d8696f7f7a791
https://github.com/hibernate/hibernate-orm/commit/4f9b94a3af9da6c921581e6...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/where/annotations/EagerManyToOneFetchModeJoinWhereTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/where/hbm/EagerManyToOneFetchModeJoinWhereTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/where/hbm/EagerManyToOneFetchModeSelectWhereTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/EagerManyToOneFetchModeJoinWhereTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/EagerManyToOneFetchModeSelectWhereTest.java
R hibernate-core/src/test/resources/hbm/where/EagerManyToOneFetchModeJoinWhereTest.hbm.xml
R hibernate-core/src/test/resources/hbm/where/EagerManyToOneFetchModeSelectWhereTest.hbm.xml
A hibernate-core/src/test/resources/mappings/where/EagerManyToOneFetchModeJoinWhereTest.orm.xml
A hibernate-core/src/test/resources/mappings/where/EagerManyToOneFetchModeSelectWhereTest.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: e460a6d7276f956cfc3051431d75aca98ff96b13
https://github.com/hibernate/hibernate-orm/commit/e460a6d7276f956cfc30514...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
R hibernate-core/src/test/java/org/hibernate/orm/test/where/hbm/EagerToManyWhereTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/where/hbm/EagerToManyWhereUseClassWhereTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/EagerToManyWhereTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/EagerToManyWhereUseClassWhereTest.java
R hibernate-core/src/test/resources/hbm/where/EagerToManyWhere.hbm.xml
A hibernate-core/src/test/resources/mappings/where/EagerToManyWhere.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: 41519e086427cb627a4eb3815cfbf6ab875d1fcb
https://github.com/hibernate/hibernate-orm/commit/41519e086427cb627a4eb38...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
R hibernate-core/src/test/java/org/hibernate/orm/test/where/hbm/WhereTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/WhereTest.java
R hibernate-core/src/test/resources/hbm/where/File.hbm.xml
A hibernate-core/src/test/resources/mappings/where/File.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: a235750895b8c6174cc9bbdf917002c04f7526d0
https://github.com/hibernate/hibernate-orm/commit/a235750895b8c6174cc9bbd...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
R hibernate-core/src/test/java/org/hibernate/orm/test/where/hbm/LazyElementCollectionBasicNonUniqueIdWhereTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/LazyElementCollectionBasicNonUniqueIdWhereTest.java
A hibernate-core/src/test/resources/mappings/where/LazyElementCollectionBasicNonUniqueIdWhereTest.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: 47f336634d78b631d09abcf314543afb879e73cb
https://github.com/hibernate/hibernate-orm/commit/47f336634d78b631d09abcf...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
R hibernate-core/src/test/java/org/hibernate/orm/test/where/hbm/LazyElementCollectionWithLazyManyToOneNonUniqueIdWhereTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/LazyElementCollectionWithLazyManyToOneNonUniqueIdWhereTest.java
M hibernate-core/src/test/resources/mappings/where/LazyElementCollectionBasicNonUniqueIdWhereTest.orm.xml
A hibernate-core/src/test/resources/mappings/where/LazyElementCollectionWithLazyManyToOneNonUniqueIdWhereTest.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: dd0e68e5458324939b4daf9988ea64b7bd78a756
https://github.com/hibernate/hibernate-orm/commit/dd0e68e5458324939b4daf9...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/LazyElementCollectionWithLazyManyToOneNonUniqueIdWhereTest.java
R hibernate-core/src/test/resources/hbm/where/LazyElementCollectionBasicNonUniqueIdWhereTest.hbm.xml
R hibernate-core/src/test/resources/hbm/where/LazyElementCollectionWithLazyManyToOneNonUniqueIdWhereTest.hbm.xml
M hibernate-core/src/test/resources/mappings/where/LazyElementCollectionBasicNonUniqueIdWhereTest.orm.xml
M hibernate-core/src/test/resources/mappings/where/LazyElementCollectionWithLazyManyToOneNonUniqueIdWhereTest.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: 4a9db01b8d25499712021d5b1a50b05fdfc84d4d
https://github.com/hibernate/hibernate-orm/commit/4a9db01b8d25499712021d5...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
R hibernate-core/src/test/java/org/hibernate/orm/test/where/hbm/LazyManyToManyNonUniqueIdNotFoundWhereTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/LazyManyToManyNonUniqueIdNotFoundWhereTest.java
R hibernate-core/src/test/resources/hbm/where/LazyManyToManyNonUniqueIdNotFoundWhereTest.hbm.xml
A hibernate-core/src/test/resources/mappings/where/LazyManyToManyNonUniqueIdNotFoundWhereTest.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: d49364b94602ad0ae8f9813249825f79e1e075dc
https://github.com/hibernate/hibernate-orm/commit/d49364b94602ad0ae8f9813...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
R hibernate-core/src/test/java/org/hibernate/orm/test/where/hbm/LazyManyToManyNonUniqueIdWhereTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/LazyManyToManyNonUniqueIdWhereTest.java
R hibernate-core/src/test/resources/hbm/where/LazyManyToManyNonUniqueIdWhereTest.hbm.xml
A hibernate-core/src/test/resources/mappings/where/LazyManyToManyNonUniqueIdWhereTest.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: e22a45faf3a1174c4db40a52651c55a8db491642
https://github.com/hibernate/hibernate-orm/commit/e22a45faf3a1174c4db40a5...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
R hibernate-core/src/test/java/org/hibernate/orm/test/where/hbm/LazyOneToManyNonUniqueIdWhereTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/LazyOneToManyNonUniqueIdWhereTest.java
R hibernate-core/src/test/resources/hbm/where/LazyOneToManyNonUniqueIdWhereTest.hbm.xml
M hibernate-core/src/test/resources/mappings/where/LazyManyToManyNonUniqueIdNotFoundWhereTest.orm.xml
A hibernate-core/src/test/resources/mappings/where/LazyOneToManyNonUniqueIdWhereTest.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: 1c6b1932361585532418d8625ef089f66a25a584
https://github.com/hibernate/hibernate-orm/commit/1c6b1932361585532418d86...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
R hibernate-core/src/test/java/org/hibernate/orm/test/where/hbm/Category.java
R hibernate-core/src/test/java/org/hibernate/orm/test/where/hbm/File.java
R hibernate-core/src/test/java/org/hibernate/orm/test/where/hbm/LazyToManyWhereTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/where/hbm/LazyToManyWhereUseClassWhereTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/where/hbm/Product.java
A hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/Category.java
M hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/EagerManyToOneFetchModeJoinWhereTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/EagerManyToOneFetchModeSelectWhereTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/EagerToManyWhereTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/EagerToManyWhereUseClassWhereTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/File.java
M hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/LazyElementCollectionBasicNonUniqueIdWhereTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/LazyElementCollectionWithLazyManyToOneNonUniqueIdWhereTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/LazyManyToManyNonUniqueIdNotFoundWhereTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/LazyManyToManyNonUniqueIdWhereTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/LazyOneToManyNonUniqueIdWhereTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/LazyToManyWhereTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/LazyToManyWhereUseClassWhereTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/Product.java
M hibernate-core/src/test/java/org/hibernate/orm/test/where/xml/WhereTest.java
A hibernate-core/src/test/resources/mappings/where/EagerManyToOneFetchModeJoinWhere.orm.xml
R hibernate-core/src/test/resources/mappings/where/EagerManyToOneFetchModeJoinWhereTest.orm.xml
A hibernate-core/src/test/resources/mappings/where/EagerManyToOneFetchModeSelectWhere.orm.xml
R hibernate-core/src/test/resources/mappings/where/EagerManyToOneFetchModeSelectWhereTest.orm.xml
M hibernate-core/src/test/resources/mappings/where/EagerToManyWhere.orm.xml
M hibernate-core/src/test/resources/mappings/where/File.orm.xml
A hibernate-core/src/test/resources/mappings/where/LazyElementCollectionBasicNonUniqueIdWhere.orm.xml
R hibernate-core/src/test/resources/mappings/where/LazyElementCollectionBasicNonUniqueIdWhereTest.orm.xml
A hibernate-core/src/test/resources/mappings/where/LazyElementCollectionWithLazyManyToOneNonUniqueIdWhere.orm.xml
R hibernate-core/src/test/resources/mappings/where/LazyElementCollectionWithLazyManyToOneNonUniqueIdWhereTest.orm.xml
A hibernate-core/src/test/resources/mappings/where/LazyManyToManyNonUniqueIdNotFoundWhere.orm.xml
R hibernate-core/src/test/resources/mappings/where/LazyManyToManyNonUniqueIdNotFoundWhereTest.orm.xml
A hibernate-core/src/test/resources/mappings/where/LazyManyToManyNonUniqueIdWhere.orm.xml
R hibernate-core/src/test/resources/mappings/where/LazyManyToManyNonUniqueIdWhereTest.orm.xml
A hibernate-core/src/test/resources/mappings/where/LazyOneToManyNonUniqueIdWhere.orm.xml
R hibernate-core/src/test/resources/mappings/where/LazyOneToManyNonUniqueIdWhereTest.orm.xml
A hibernate-core/src/test/resources/mappings/where/LazyToManyWhere.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: 2e8531783f25ab361a7ce9d30909b6221e0a8f51
https://github.com/hibernate/hibernate-orm/commit/2e8531783f25ab361a7ce9d...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
R hibernate-core/src/test/resources/hbm/where/LazyToManyWhere.hbm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: 7d6cb1a497e07a407c2a54b5013c740a29bc2f3f
https://github.com/hibernate/hibernate-orm/commit/7d6cb1a497e07a407c2a54b...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/ternary/TernaryTest.java
R hibernate-core/src/test/resources/mappings/map/Ternary.hbm.xml
A hibernate-core/src/test/resources/mappings/map/Ternary.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: 3165a8b53061d847e85f601094bf8c2f810196f2
https://github.com/hibernate/hibernate-orm/commit/3165a8b53061d847e85f601...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/orphan/OrphanTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/orphan/Part.java
A hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/orphan/Product.java
R hibernate-core/src/test/java/org/hibernate/orm/test/orphan/OrphanTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/orphan/Part.java
R hibernate-core/src/test/java/org/hibernate/orm/test/orphan/Product.java
A hibernate-core/src/test/resources/org/hibernate/orm/test/bytecode/enhancement/orphan/Product.orm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/orphan/Product.hbm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: 8be7c98a5a8d6cf59d36a94bcd8af9351ac0dbbc
https://github.com/hibernate/hibernate-orm/commit/8be7c98a5a8d6cf59d36a94...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/orphan/PropertyRefTest.java
R hibernate-core/src/test/resources/org/hibernate/orm/test/orphan/Mail.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/orphan/Mail.orm.xml
R hibernate-core/src/test/resources/org/hibernate/orm/test/orphan/User.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/orphan/User.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: dc69e4934e5248f6f6368ecb0a3263577cd45304
https://github.com/hibernate/hibernate-orm/commit/dc69e4934e5248f6f6368ec...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/orphan/elementcollection/ElementCollectionOrphanTest.java
R hibernate-core/src/test/resources/org/hibernate/orm/test/orphan/elementcollection/student.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/orphan/elementcollection/student.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: 6e7fcb9e38444dbd54ec4775425c54d95425eee3
https://github.com/hibernate/hibernate-orm/commit/6e7fcb9e38444dbd54ec477...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/orphan/manytomany/ManyToManyOrphanTest.java
R hibernate-core/src/test/resources/org/hibernate/orm/test/orphan/manytomany/UserGroup.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/orphan/manytomany/UserGroup.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: 2284a1e4f0367eebbe61ff468f00327becebf9e2
https://github.com/hibernate/hibernate-orm/commit/2284a1e4f0367eebbe61ff4...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/orphan/one2one/fk/bidirectional/DeleteOneToOneOrphansTest.java
R hibernate-core/src/test/resources/org/hibernate/orm/test/orphan/one2one/fk/bidirectional/Mapping.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/orphan/one2one/fk/bidirectional/Mapping.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Commit: de3053a92c2e13c83eb3d08f7836dd9a4a12a2b8
https://github.com/hibernate/hibernate-orm/commit/de3053a92c2e13c83eb3d08...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/orphan/one2one/fk/composite/DeleteOneToOneOrphansTest.java
R hibernate-core/src/test/resources/org/hibernate/orm/test/orphan/one2one/fk/composite/Mapping.hbm.xml
A hibernate-core/src/test/resources/org/hibernate/orm/test/orphan/one2one/fk/composite/Mapping.orm.xml
Log Message:
-----------
HHH-19424 Continue switching tests using hbm.xml to use mapping.xml
Compare: https://github.com/hibernate/hibernate-orm/compare/9c58886cf4e3...de3053a...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
3 weeks, 1 day
[hibernate/hibernate-search] 391fc6: [Jenkins release job] Preparing next development i...
by Bot for Hibernate continuous integration
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-search
Commit: 391fc676f70e8ecf39468bbfc6af0f62e4766e40
https://github.com/hibernate/hibernate-search/commit/391fc676f70e8ecf3946...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2026-05-27 (Wed, 27 May 2026)
Changed paths:
M backend/elasticsearch-aws/pom.xml
M backend/elasticsearch-client/elasticsearch-rest4-client/pom.xml
M backend/elasticsearch-client/elasticsearch-rest5-client/pom.xml
M backend/elasticsearch-client/opensearch-rest-client/pom.xml
M backend/elasticsearch/pom.xml
M backend/lucene/pom.xml
M bom/platform-common/pom.xml
M bom/platform-next/pom.xml
M bom/platform/pom.xml
M bom/public/pom.xml
M build/config/pom.xml
M build/configuration-properties-collector/pom.xml
M build/enforcer/pom.xml
M build/parents/build/pom.xml
M build/parents/integrationtest/pom.xml
M build/parents/internal/pom.xml
M build/parents/public/pom.xml
M build/parents/relocation/pom.xml
M build/parents/springtest/pom.xml
M build/reports/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M engine/pom.xml
M integrationtest/backend/elasticsearch/pom.xml
M integrationtest/backend/lucene/pom.xml
M integrationtest/backend/tck/pom.xml
M integrationtest/java/modules/orm-elasticsearch/pom.xml
M integrationtest/java/modules/orm-lucene/pom.xml
M integrationtest/java/modules/orm-outbox-polling-elasticsearch/pom.xml
M integrationtest/java/modules/pojo-standalone-elasticsearch/pom.xml
M integrationtest/java/modules/pojo-standalone-lucene/pom.xml
M integrationtest/mapper/orm-cdi/pom.xml
M integrationtest/mapper/orm-envers/pom.xml
M integrationtest/mapper/orm-jakarta-batch/pom.xml
M integrationtest/mapper/orm-outbox-polling/pom.xml
M integrationtest/mapper/orm-realbackend/pom.xml
M integrationtest/mapper/orm-spring-uberjar/application/pom.xml
M integrationtest/mapper/orm-spring-uberjar/model/pom.xml
M integrationtest/mapper/orm-spring-uberjar/pom.xml
M integrationtest/mapper/orm-spring/pom.xml
M integrationtest/mapper/orm/pom.xml
M integrationtest/mapper/pojo-base/pom.xml
M integrationtest/mapper/pojo-standalone-realbackend/pom.xml
M integrationtest/metamodel/orm-elasticsearch/pom.xml
M integrationtest/metamodel/orm-lucene/pom.xml
M integrationtest/metamodel/standalone-elasticsearch/pom.xml
M integrationtest/metamodel/standalone-lucene/pom.xml
M integrationtest/performance/backend/base/pom.xml
M integrationtest/performance/backend/elasticsearch/pom.xml
M integrationtest/performance/backend/lucene/pom.xml
M integrationtest/performance/pom.xml
M integrationtest/pom.xml
M integrationtest/showcase/library/pom.xml
M integrationtest/v5migrationhelper/engine/pom.xml
M integrationtest/v5migrationhelper/orm/pom.xml
M lucene-next/backend/lucene/pom.xml
M lucene-next/build/parents/integrationtest/pom.xml
M lucene-next/build/parents/internal/pom.xml
M lucene-next/build/parents/public/pom.xml
M lucene-next/build/parents/springtest/pom.xml
M lucene-next/documentation/pom.xml
M lucene-next/integrationtest/backend/lucene/pom.xml
M lucene-next/integrationtest/java/modules/orm-lucene/pom.xml
M lucene-next/integrationtest/java/modules/pojo-standalone-lucene/pom.xml
M lucene-next/integrationtest/mapper/orm-jakarta-batch/pom.xml
M lucene-next/integrationtest/mapper/orm-realbackend/pom.xml
M lucene-next/integrationtest/mapper/pojo-standalone-realbackend/pom.xml
M lucene-next/integrationtest/pom.xml
M lucene-next/integrationtest/showcase/library/pom.xml
M lucene-next/pom.xml
M lucene-next/util/internal/integrationtest/backend/lucene/pom.xml
M lucene-next/util/internal/integrationtest/pom.xml
M mapper/orm-batch-jsr352/core/pom.xml
M mapper/orm-batch-jsr352/jberet/pom.xml
M mapper/orm-coordination-outbox-polling/pom.xml
M mapper/orm-jakarta-batch/core/pom.xml
M mapper/orm-jakarta-batch/jberet/pom.xml
M mapper/orm-outbox-polling/pom.xml
M mapper/orm/pom.xml
M mapper/pojo-base/pom.xml
M mapper/pojo-standalone/pom.xml
M metamodel/metamodel-processor/pom.xml
M pom.xml
M util/common/pom.xml
M util/internal/integrationtest/backend/elasticsearch/pom.xml
M util/internal/integrationtest/backend/lucene-common/pom.xml
M util/internal/integrationtest/backend/lucene/pom.xml
M util/internal/integrationtest/common/pom.xml
M util/internal/integrationtest/jbatch-runtime/pom.xml
M util/internal/integrationtest/jberet-se/pom.xml
M util/internal/integrationtest/mapper/orm/pom.xml
M util/internal/integrationtest/mapper/pojo-standalone/pom.xml
M util/internal/integrationtest/mapper/stub/pom.xml
M util/internal/integrationtest/pom.xml
M util/internal/integrationtest/v5migrationhelper/pom.xml
M util/internal/test/common/pom.xml
M util/internal/test/orm/pom.xml
M v5migrationhelper/engine/pom.xml
M v5migrationhelper/orm/pom.xml
Log Message:
-----------
[Jenkins release job] Preparing next development iteration
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-search/settings/notifications
3 weeks, 1 day