[hibernate/hibernate-orm] 0340fa: HHH-20298 Update Spanner emulator to 1.5.53 and en...
by Sakthivel Subramanian
Branch: refs/heads/7.4
Home: https://github.com/hibernate/hibernate-orm
Commit: 0340fa3f0a93035882e0dd72069253d1ee4bedbe
https://github.com/hibernate/hibernate-orm/commit/0340fa3f0a93035882e0dd7...
Author: Sakthivel Subramanian <sakthipvmj(a)gmail.com>
Date: 2026-05-11 (Mon, 11 May 2026)
Changed paths:
M docker-compose/latest/spanner.yml
M hibernate-core/src/test/java/org/hibernate/orm/test/query/criteria/CriteriaBuilderNonStandardFunctionsTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/FunctionTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/TruncConvertedDatetimeAttributeTest.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/DialectFeatureChecks.java
Log Message:
-----------
HHH-20298 Update Spanner emulator to 1.5.53 and enable supported features
- Update Spanner emulator version to 1.5.53 in docker-compose/latest/spanner.yml.
- Unskip tests for date_trunc in CriteriaBuilderNonStandardFunctionsTest, FunctionTests, and TruncConvertedDatetimeAttributeTest as they are now supported by the emulator.
- Enable generate_series support for SpannerPostgreSQLDialect in DialectFeatureChecks and verify with GenerateSeriesTest.
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
1 month, 1 week
[hibernate/hibernate-orm] fd56b2: HHH-20298 Update Spanner emulator to 1.5.53 and en...
by Sakthivel Subramanian
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: fd56b263491dae642c75a650dacf61a467e2aa77
https://github.com/hibernate/hibernate-orm/commit/fd56b263491dae642c75a65...
Author: Sakthivel Subramanian <sakthipvmj(a)gmail.com>
Date: 2026-05-11 (Mon, 11 May 2026)
Changed paths:
M docker-compose/latest/spanner.yml
M hibernate-core/src/test/java/org/hibernate/orm/test/query/criteria/CriteriaBuilderNonStandardFunctionsTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/FunctionTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/TruncConvertedDatetimeAttributeTest.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/DialectFeatureChecks.java
Log Message:
-----------
HHH-20298 Update Spanner emulator to 1.5.53 and enable supported features
- Update Spanner emulator version to 1.5.53 in docker-compose/latest/spanner.yml.
- Unskip tests for date_trunc in CriteriaBuilderNonStandardFunctionsTest, FunctionTests, and TruncConvertedDatetimeAttributeTest as they are now supported by the emulator.
- Enable generate_series support for SpannerPostgreSQLDialect in DialectFeatureChecks and verify with GenerateSeriesTest.
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
1 month, 1 week
[hibernate/hibernate-search] 488c3c: [Jenkins release job] Preparing next development i...
by Bot for Hibernate continuous integration
Branch: refs/heads/8.3
Home: https://github.com/hibernate/hibernate-search
Commit: 488c3cc16534d3f1e1d61c837c8ecbd91fedd8c8
https://github.com/hibernate/hibernate-search/commit/488c3cc16534d3f1e1d6...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2026-05-11 (Mon, 11 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
1 month, 1 week
[hibernate/hibernate-search] f4ed23: [Jenkins release job] changelog.txt updated by rel...
by Bot for Hibernate continuous integration
Branch: refs/heads/8.3
Home: https://github.com/hibernate/hibernate-search
Commit: f4ed2338f2b1a6fd282c42a4cd06f7dc9edc30db
https://github.com/hibernate/hibernate-search/commit/f4ed2338f2b1a6fd282c...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2026-05-11 (Mon, 11 May 2026)
Changed paths:
M changelog.txt
Log Message:
-----------
[Jenkins release job] changelog.txt updated by release build 8.3.1.Final
Commit: 858ee86f9fe98d70e3f60c9bbc6cd74071a03730
https://github.com/hibernate/hibernate-search/commit/858ee86f9fe98d70e3f6...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2026-05-11 (Mon, 11 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 release 8.3.1.Final
Compare: https://github.com/hibernate/hibernate-search/compare/111f08d49584...858e...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-search/settings/notifications
1 month, 1 week
[hibernate/hibernate-orm] ef9d22: Fix some broken Javadoc references
by Marko Bekhta
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: ef9d22d769fece03fd6a5843b6dca6b99e9e5819
https://github.com/hibernate/hibernate-orm/commit/ef9d22d769fece03fd6a584...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2026-05-11 (Mon, 11 May 2026)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/action/internal/BulkOperationCleanupAction.java
M hibernate-core/src/main/java/org/hibernate/action/queue/spi/bind/JdbcValueBindings.java
M hibernate-core/src/main/java/org/hibernate/action/queue/spi/bind/PostExecutionCallback.java
M hibernate-core/src/main/java/org/hibernate/action/queue/spi/decompose/DecompositionContext.java
M hibernate-core/src/main/java/org/hibernate/action/spi/package-info.java
M hibernate-core/src/main/java/org/hibernate/cfg/FlushSettings.java
M hibernate-core/src/main/java/org/hibernate/internal/StatelessSessionImpl.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/EntityPersister.java
M hibernate-core/src/main/java/org/hibernate/sql/model/ast/builder/AssigningTableMutationBuilder.java
Log Message:
-----------
Fix some broken Javadoc references
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
1 month, 1 week
[hibernate/hibernate-search] ab00f1: [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: ab00f13d1856f5a47648e10a802ec63ed5fbc8fa
https://github.com/hibernate/hibernate-search/commit/ab00f13d1856f5a47648...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2026-05-11 (Mon, 11 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
1 month, 1 week
[hibernate/hibernate-search] 8a18f2: [Jenkins release job] changelog.txt updated by rel...
by Bot for Hibernate continuous integration
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-search
Commit: 8a18f276bd88e8b99817a5b8dcb91ba7b7b25856
https://github.com/hibernate/hibernate-search/commit/8a18f276bd88e8b99817...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2026-05-11 (Mon, 11 May 2026)
Changed paths:
M changelog.txt
Log Message:
-----------
[Jenkins release job] changelog.txt updated by release build 8.4.0.CR1
Commit: 05a85dd7b78f945c1be54cd22792153b8a6322ea
https://github.com/hibernate/hibernate-search/commit/05a85dd7b78f945c1be5...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2026-05-11 (Mon, 11 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 release 8.4.0.CR1
Compare: https://github.com/hibernate/hibernate-search/compare/14fe1cc3c4d0...05a8...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-search/settings/notifications
1 month, 1 week