[hibernate/hibernate-orm] fc4363: HHH-9414 introduce Optional to eliminate use of Ma...
by Gavin King
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: fc4363ea65815bec689e9be6feb63bb2efa6a5aa
https://github.com/hibernate/hibernate-orm/commit/fc4363ea65815bec689e9be...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/collection/spi/AbstractPersistentCollection.java
M hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentList.java
M hibernate-core/src/main/java/org/hibernate/collection/spi/PersistentMap.java
A hibernate-core/src/main/java/org/hibernate/internal/util/Optional.java
Log Message:
-----------
HHH-9414 introduce Optional to eliminate use of MarkerObject in PersistentCollection stuff
Commit: 47bd2c6cef1fef694ab7f0fc2efcc6c8a8faba89
https://github.com/hibernate/hibernate-orm/commit/47bd2c6cef1fef694ab7f0f...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/internal/Cascade.java
M hibernate-core/src/main/java/org/hibernate/event/internal/FlushVisitor.java
M hibernate-core/src/main/java/org/hibernate/event/internal/OnReplicateVisitor.java
M hibernate-core/src/main/java/org/hibernate/event/internal/OnUpdateVisitor.java
M hibernate-core/src/main/java/org/hibernate/event/internal/WrapVisitor.java
M hibernate-core/src/main/java/org/hibernate/type/CollectionType.java
Log Message:
-----------
HHH-9414 remove completely obsolete UNFETCHED_COLLECTION MarkerObject
Commit: a545d828187e3f4a3a6dd0e32367d9c6bf5e2e0e
https://github.com/hibernate/hibernate-orm/commit/a545d828187e3f4a3a6dd0e...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/internal/util/Optional.java
Log Message:
-----------
HHH-9414 Optional should be Serializable
Commit: d236a17bf7f6248973759e904e30047a336fbe4c
https://github.com/hibernate/hibernate-orm/commit/d236a17bf7f6248973759e9...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/bytecode/enhance/spi/LazyPropertyInitializer.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/PersistenceContext.java
R hibernate-core/src/main/java/org/hibernate/internal/util/MarkerObject.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
Log Message:
-----------
HHH-9414 make NO_ROW private and delete MarkerObject
Compare: https://github.com/hibernate/hibernate-orm/compare/6c7d0e4572f8...d236a17...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
2 months
[hibernate/hibernate-orm] 199f51: HHH-9414 eliminate use of MarkerObject in proxies
by Gavin King
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 199f516b767aea86a24c22bcc5966161f426a95a
https://github.com/hibernate/hibernate-orm/commit/199f516b767aea86a24c22b...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/proxy/pojo/BasicLazyInitializer.java
M hibernate-core/src/main/java/org/hibernate/proxy/pojo/bytebuddy/ByteBuddyInterceptor.java
Log Message:
-----------
HHH-9414 eliminate use of MarkerObject in proxies
Commit: dedbae3df5b83b4c6f645c8af6055a18425d3008
https://github.com/hibernate/hibernate-orm/commit/dedbae3df5b83b4c6f645c8...
Author: Gavin King <gavin(a)hibernate.org>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/BinderHelper.java
M hibernate-core/src/main/java/org/hibernate/boot/model/source/internal/hbm/ModelBinder.java
M hibernate-core/src/main/java/org/hibernate/mapping/Any.java
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/DiscriminatorConverter.java
A hibernate-core/src/main/java/org/hibernate/metamodel/mapping/DiscriminatorValue.java
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/EntityMappingType.java
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/AnyDiscriminatorPart.java
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/DiscriminatorValueDetailsImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/UnifiedAnyDiscriminatorConverter.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/DiscriminatorHelper.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/JoinedSubclassEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/SingleTableEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/UnionSubclassEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/mutation/MergeCoordinator.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/tuple/internal/AnonymousTupleEntityValuedModelPart.java
M hibernate-core/src/main/java/org/hibernate/type/MetaType.java
M hibernate-core/src/test/java/org/hibernate/orm/test/joinedsubclass/JoinedSubclassWithExplicitDiscriminatorTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/joinedsubclass/JoinedSubclassWithIgnoredExplicitDiscriminatorTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/joinedsubclass/JoinedSubclassWithImplicitDiscriminatorTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/MappingModelAccessTests.java
Log Message:
-----------
HHH-9414 introduce DiscriminatorValue to eliminate use of MarkerObject
Compare: https://github.com/hibernate/hibernate-orm/compare/9584b56ab4bf...dedbae3...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
2 months
[hibernate/hibernate-orm] e3cd78: Bump the build-dependencies group across 1 directo...
by dependabot[bot]
Branch: refs/heads/dependabot/gradle/build-dependencies-c7f631532c
Home: https://github.com/hibernate/hibernate-orm
Commit: e3cd78621ca98282b2235c7670658639b7f6590f
https://github.com/hibernate/hibernate-orm/commit/e3cd78621ca98282b2235c7...
Author: dependabot[bot] <49699333+dependabot[bot](a)users.noreply.github.com>
Date: 2026-02-19 (Thu, 19 Feb 2026)
Changed paths:
M build.gradle
M local-build-plugins/build.gradle
M settings.gradle
Log Message:
-----------
Bump the build-dependencies group across 1 directory with 7 updates
Bumps the build-dependencies group with 6 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| biz.aQute.bnd | `7.2.0` | `7.2.1` |
| com.diffplug.spotless | `8.1.0` | `8.2.1` |
| org.checkerframework | `0.6.61` | `1.0.2` |
| org.jetbrains.gradle.plugin.idea-ext | `1.3` | `1.4` |
| com.gradle.develocity | `4.3` | `4.3.2` |
| [org.apache.maven.resolver:maven-resolver-connector-basic](https://github.... | `1.9.25` | `1.9.26` |
Updates `biz.aQute.bnd` from 7.2.0 to 7.2.1
Updates `com.diffplug.spotless` from 8.1.0 to 8.2.1
Updates `org.checkerframework` from 0.6.61 to 1.0.2
Updates `org.jetbrains.gradle.plugin.idea-ext` from 1.3 to 1.4
Updates `com.gradle.develocity` from 4.3 to 4.3.2
Updates `org.apache.maven.resolver:maven-resolver-connector-basic` from 1.9.25 to 1.9.26
- [Release notes](https://github.com/apache/maven-resolver/releases)
- [Commits](https://github.com/apache/maven-resolver/compare/maven-resolver-...
Updates `org.apache.maven.resolver:maven-resolver-transport-http` from 1.9.25 to 1.9.26
---
updated-dependencies:
- dependency-name: biz.aQute.bnd
dependency-version: 7.2.1
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-dependencies
- dependency-name: com.diffplug.spotless
dependency-version: 8.2.1
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-dependencies
- dependency-name: org.checkerframework
dependency-version: 1.0.2
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: build-dependencies
- dependency-name: org.jetbrains.gradle.plugin.idea-ext
dependency-version: '1.4'
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: build-dependencies
- dependency-name: com.gradle.develocity
dependency-version: 4.3.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-dependencies
- dependency-name: org.apache.maven.resolver:maven-resolver-connector-basic
dependency-version: 1.9.26
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-dependencies
- dependency-name: org.apache.maven.resolver:maven-resolver-transport-http
dependency-version: 1.9.26
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: build-dependencies
...
Signed-off-by: dependabot[bot] <support(a)github.com>
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
2 months
[hibernate/hibernate-search] 914eba: [Jenkins release job] Preparing next development i...
by Bot for Hibernate continuous integration
Branch: refs/heads/6.2
Home: https://github.com/hibernate/hibernate-search
Commit: 914eba36e2b97924503ac9a36d0da90e1cacf267
https://github.com/hibernate/hibernate-search/commit/914eba36e2b97924503a...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2026-02-18 (Wed, 18 Feb 2026)
Changed paths:
M backend/elasticsearch-aws/pom.xml
M backend/elasticsearch/pom.xml
M backend/lucene/pom.xml
M build/config/pom.xml
M build/configuration-properties-collector/pom.xml
M build/parents/integrationtest/pom.xml
M build/parents/internal/pom.xml
M build/parents/public/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-coordination-outbox-polling-elasticsearch/pom.xml
M integrationtest/java/modules/orm-elasticsearch/pom.xml
M integrationtest/java/modules/orm-lucene/pom.xml
M integrationtest/java/modules/pojo-standalone-elasticsearch/pom.xml
M integrationtest/java/modules/pojo-standalone-lucene/pom.xml
M integrationtest/mapper/orm-batch-jsr352/pom.xml
M integrationtest/mapper/orm-cdi/pom.xml
M integrationtest/mapper/orm-coordination-outbox-polling/pom.xml
M integrationtest/mapper/orm-envers/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/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 jakarta/build/parents/integrationtest/pom.xml
M jakarta/build/parents/internal/pom.xml
M jakarta/build/parents/public/pom.xml
M jakarta/documentation/pom.xml
M jakarta/integrationtest/java/modules/orm-coordination-outbox-polling-elasticsearch/pom.xml
M jakarta/integrationtest/java/modules/orm-elasticsearch/pom.xml
M jakarta/integrationtest/java/modules/orm-lucene/pom.xml
M jakarta/integrationtest/mapper/orm-batch-jsr352/pom.xml
M jakarta/integrationtest/mapper/orm-cdi/pom.xml
M jakarta/integrationtest/mapper/orm-coordination-outbox-polling/pom.xml
M jakarta/integrationtest/mapper/orm-envers/pom.xml
M jakarta/integrationtest/mapper/orm-realbackend/pom.xml
M jakarta/integrationtest/mapper/orm/pom.xml
M jakarta/integrationtest/pom.xml
M jakarta/integrationtest/v5migrationhelper/orm/pom.xml
M jakarta/mapper/orm-batch-jsr352/core/pom.xml
M jakarta/mapper/orm-batch-jsr352/jberet/pom.xml
M jakarta/mapper/orm-coordination-outbox-polling/pom.xml
M jakarta/mapper/orm/pom.xml
M jakarta/pom.xml
M jakarta/util/internal/integrationtest/jbatch-runtime/pom.xml
M jakarta/util/internal/integrationtest/jberet-se/pom.xml
M jakarta/util/internal/integrationtest/mapper/orm/pom.xml
M jakarta/util/internal/integrationtest/pom.xml
M jakarta/util/internal/test/orm/pom.xml
M jakarta/v5migrationhelper/orm/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/pom.xml
M mapper/pojo-base/pom.xml
M mapper/pojo-standalone/pom.xml
M orm6/build/parents/integrationtest/pom.xml
M orm6/build/parents/internal/pom.xml
M orm6/build/parents/public/pom.xml
M orm6/documentation/pom.xml
M orm6/integrationtest/java/modules/orm-coordination-outbox-polling-elasticsearch/pom.xml
M orm6/integrationtest/java/modules/orm-elasticsearch/pom.xml
M orm6/integrationtest/java/modules/orm-lucene/pom.xml
M orm6/integrationtest/mapper/orm-batch-jsr352/pom.xml
M orm6/integrationtest/mapper/orm-cdi/pom.xml
M orm6/integrationtest/mapper/orm-coordination-outbox-polling/pom.xml
M orm6/integrationtest/mapper/orm-envers/pom.xml
M orm6/integrationtest/mapper/orm-realbackend/pom.xml
M orm6/integrationtest/mapper/orm-spring-uberjar/application/pom.xml
M orm6/integrationtest/mapper/orm-spring-uberjar/model/pom.xml
M orm6/integrationtest/mapper/orm-spring-uberjar/pom.xml
M orm6/integrationtest/mapper/orm/pom.xml
M orm6/integrationtest/pom.xml
M orm6/integrationtest/v5migrationhelper/orm/pom.xml
M orm6/mapper/orm-batch-jsr352/core/pom.xml
M orm6/mapper/orm-batch-jsr352/jberet/pom.xml
M orm6/mapper/orm-coordination-outbox-polling/pom.xml
M orm6/mapper/orm/pom.xml
M orm6/pom.xml
M orm6/util/internal/integrationtest/jbatch-runtime/pom.xml
M orm6/util/internal/integrationtest/jberet-se/pom.xml
M orm6/util/internal/integrationtest/mapper/orm/pom.xml
M orm6/util/internal/integrationtest/pom.xml
M orm6/util/internal/test/orm/pom.xml
M orm6/v5migrationhelper/orm/pom.xml
M pom.xml
M util/common/pom.xml
M util/internal/integrationtest/backend/elasticsearch/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
2 months
[hibernate/hibernate-search] 3788e5: [Jenkins release job] changelog.txt updated by rel...
by Bot for Hibernate continuous integration
Branch: refs/heads/6.2
Home: https://github.com/hibernate/hibernate-search
Commit: 3788e5f6d1a34ad8fb311e6e9fb443ff526ad0ed
https://github.com/hibernate/hibernate-search/commit/3788e5f6d1a34ad8fb31...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2026-02-18 (Wed, 18 Feb 2026)
Changed paths:
M changelog.txt
Log Message:
-----------
[Jenkins release job] changelog.txt updated by release build 6.2.5.Final
Commit: d1b4405ed2ab1c15d0f97349a835a4a47fb428a1
https://github.com/hibernate/hibernate-search/commit/d1b4405ed2ab1c15d0f9...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2026-02-18 (Wed, 18 Feb 2026)
Changed paths:
M backend/elasticsearch-aws/pom.xml
M backend/elasticsearch/pom.xml
M backend/lucene/pom.xml
M build/config/pom.xml
M build/configuration-properties-collector/pom.xml
M build/parents/integrationtest/pom.xml
M build/parents/internal/pom.xml
M build/parents/public/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-coordination-outbox-polling-elasticsearch/pom.xml
M integrationtest/java/modules/orm-elasticsearch/pom.xml
M integrationtest/java/modules/orm-lucene/pom.xml
M integrationtest/java/modules/pojo-standalone-elasticsearch/pom.xml
M integrationtest/java/modules/pojo-standalone-lucene/pom.xml
M integrationtest/mapper/orm-batch-jsr352/pom.xml
M integrationtest/mapper/orm-cdi/pom.xml
M integrationtest/mapper/orm-coordination-outbox-polling/pom.xml
M integrationtest/mapper/orm-envers/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/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 jakarta/build/parents/integrationtest/pom.xml
M jakarta/build/parents/internal/pom.xml
M jakarta/build/parents/public/pom.xml
M jakarta/documentation/pom.xml
M jakarta/integrationtest/java/modules/orm-coordination-outbox-polling-elasticsearch/pom.xml
M jakarta/integrationtest/java/modules/orm-elasticsearch/pom.xml
M jakarta/integrationtest/java/modules/orm-lucene/pom.xml
M jakarta/integrationtest/mapper/orm-batch-jsr352/pom.xml
M jakarta/integrationtest/mapper/orm-cdi/pom.xml
M jakarta/integrationtest/mapper/orm-coordination-outbox-polling/pom.xml
M jakarta/integrationtest/mapper/orm-envers/pom.xml
M jakarta/integrationtest/mapper/orm-realbackend/pom.xml
M jakarta/integrationtest/mapper/orm/pom.xml
M jakarta/integrationtest/pom.xml
M jakarta/integrationtest/v5migrationhelper/orm/pom.xml
M jakarta/mapper/orm-batch-jsr352/core/pom.xml
M jakarta/mapper/orm-batch-jsr352/jberet/pom.xml
M jakarta/mapper/orm-coordination-outbox-polling/pom.xml
M jakarta/mapper/orm/pom.xml
M jakarta/pom.xml
M jakarta/util/internal/integrationtest/jbatch-runtime/pom.xml
M jakarta/util/internal/integrationtest/jberet-se/pom.xml
M jakarta/util/internal/integrationtest/mapper/orm/pom.xml
M jakarta/util/internal/integrationtest/pom.xml
M jakarta/util/internal/test/orm/pom.xml
M jakarta/v5migrationhelper/orm/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/pom.xml
M mapper/pojo-base/pom.xml
M mapper/pojo-standalone/pom.xml
M orm6/build/parents/integrationtest/pom.xml
M orm6/build/parents/internal/pom.xml
M orm6/build/parents/public/pom.xml
M orm6/documentation/pom.xml
M orm6/integrationtest/java/modules/orm-coordination-outbox-polling-elasticsearch/pom.xml
M orm6/integrationtest/java/modules/orm-elasticsearch/pom.xml
M orm6/integrationtest/java/modules/orm-lucene/pom.xml
M orm6/integrationtest/mapper/orm-batch-jsr352/pom.xml
M orm6/integrationtest/mapper/orm-cdi/pom.xml
M orm6/integrationtest/mapper/orm-coordination-outbox-polling/pom.xml
M orm6/integrationtest/mapper/orm-envers/pom.xml
M orm6/integrationtest/mapper/orm-realbackend/pom.xml
M orm6/integrationtest/mapper/orm-spring-uberjar/application/pom.xml
M orm6/integrationtest/mapper/orm-spring-uberjar/model/pom.xml
M orm6/integrationtest/mapper/orm-spring-uberjar/pom.xml
M orm6/integrationtest/mapper/orm/pom.xml
M orm6/integrationtest/pom.xml
M orm6/integrationtest/v5migrationhelper/orm/pom.xml
M orm6/mapper/orm-batch-jsr352/core/pom.xml
M orm6/mapper/orm-batch-jsr352/jberet/pom.xml
M orm6/mapper/orm-coordination-outbox-polling/pom.xml
M orm6/mapper/orm/pom.xml
M orm6/pom.xml
M orm6/util/internal/integrationtest/jbatch-runtime/pom.xml
M orm6/util/internal/integrationtest/jberet-se/pom.xml
M orm6/util/internal/integrationtest/mapper/orm/pom.xml
M orm6/util/internal/integrationtest/pom.xml
M orm6/util/internal/test/orm/pom.xml
M orm6/v5migrationhelper/orm/pom.xml
M pom.xml
M util/common/pom.xml
M util/internal/integrationtest/backend/elasticsearch/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 release 6.2.5.Final
Compare: https://github.com/hibernate/hibernate-search/compare/034949ea8fd2...d1b4...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-search/settings/notifications
2 months