[hibernate/hibernate-orm] ab2c2d: HHH-19890 Add Jackson 3 FormatMapper support
by Nicholas Rayburn
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: ab2c2d3627b1c493aff311c839922f28c6f20bc3
https://github.com/hibernate/hibernate-orm/commit/ab2c2d3627b1c493aff311c...
Author: Nick Rayburn <52075362+nrayburn-tech(a)users.noreply.github.com>
Date: 2025-12-15 (Mon, 15 Dec 2025)
Changed paths:
M documentation/src/main/asciidoc/introduction/Configuration.adoc
M documentation/src/main/asciidoc/introduction/Mapping.adoc
M hibernate-core/hibernate-core.gradle
M hibernate-core/src/main/java/org/hibernate/boot/internal/SessionFactoryOptionsBuilder.java
M hibernate-core/src/main/java/org/hibernate/boot/registry/selector/internal/StrategySelectorBuilder.java
A hibernate-core/src/main/java/org/hibernate/type/format/jackson/Jackson3JsonFormatMapper.java
A hibernate-core/src/main/java/org/hibernate/type/format/jackson/Jackson3XmlFormatMapper.java
M hibernate-core/src/main/java/org/hibernate/type/format/jackson/JacksonIntegration.java
A hibernate-core/src/test/java/org/hibernate/orm/test/mapping/basic/JsonJavaTimeMappingTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/basic/JsonMappingTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/basic/PolymorphicJsonTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/basic/XmlMappingTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/format/XmlFormatterTest.java
M settings.gradle
Log Message:
-----------
HHH-19890 Add Jackson 3 FormatMapper support
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
5 months
[hibernate/hibernate-orm] e5277e: HHH-19826 Add array_reverse and array_sort functions
by yoobin_mion
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: e5277e0569288ec350f9245590b4ff80be6e5d07
https://github.com/hibernate/hibernate-orm/commit/e5277e0569288ec350f9245...
Author: Yoobin Yoon <yunyubin54(a)gmail.com>
Date: 2025-12-15 (Mon, 15 Dec 2025)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/query/hql/QueryLanguage.adoc
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/CockroachLegacyDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/H2LegacyDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/HSQLLegacyDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/OracleLegacyDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/PostgreSQLLegacyDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/CockroachDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/HSQLDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/CommonFunctionFactory.java
A hibernate-core/src/main/java/org/hibernate/dialect/function/array/AbstractArrayReverseFunction.java
A hibernate-core/src/main/java/org/hibernate/dialect/function/array/AbstractArraySortFunction.java
A hibernate-core/src/main/java/org/hibernate/dialect/function/array/H2ArrayReverseFunction.java
A hibernate-core/src/main/java/org/hibernate/dialect/function/array/H2ArraySortFunction.java
A hibernate-core/src/main/java/org/hibernate/dialect/function/array/HSQLArraySortFunction.java
A hibernate-core/src/main/java/org/hibernate/dialect/function/array/OracleArrayReverseFunction.java
A hibernate-core/src/main/java/org/hibernate/dialect/function/array/OracleArraySortFunction.java
A hibernate-core/src/main/java/org/hibernate/dialect/function/array/PostgreSQLArrayReverseEmulation.java
A hibernate-core/src/main/java/org/hibernate/dialect/function/array/PostgreSQLArraySortEmulation.java
M hibernate-core/src/main/java/org/hibernate/dialect/type/OracleUserDefinedTypeExporter.java
M hibernate-core/src/main/java/org/hibernate/query/criteria/HibernateCriteriaBuilder.java
M hibernate-core/src/main/java/org/hibernate/query/criteria/spi/HibernateCriteriaBuilderDelegate.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/NodeBuilder.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/SqmCriteriaNodeBuilder.java
A hibernate-core/src/test/java/org/hibernate/orm/test/function/array/ArrayReverseTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/function/array/ArraySortTest.java
M hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/DialectFeatureChecks.java
Log Message:
-----------
HHH-19826 Add array_reverse and array_sort functions
Implement array_reverse() and array_sort() with PostgreSQL 18 semantics.
Supports PostgreSQL, H2, HSQLDB, Oracle, and CockroachDB with native functions or SQL emulation as appropriate.
Signed-off-by: Yoobin Yoon <yunyubin54(a)gmail.com>
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
5 months
[hibernate/hibernate-search] 1c6c4a: [Jenkins release job] Preparing next development i...
by Marko Bekhta
Branch: refs/heads/8.2
Home: https://github.com/hibernate/hibernate-search
Commit: 1c6c4a6f2712bca9bd0f4c18b2b516ad67f6e7ac
https://github.com/hibernate/hibernate-search/commit/1c6c4a6f2712bca9bd0f...
Author: Jenkins <ci(a)hibernate.org>
Date: 2025-12-15 (Mon, 15 Dec 2025)
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: 85605be0b82f279323ec7e96c1515f5546490589
https://github.com/hibernate/hibernate-search/commit/85605be0b82f279323ec...
Author: marko-bekhta <marko.prykladna(a)gmail.com>
Date: 2025-12-15 (Mon, 15 Dec 2025)
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.2.xml
Log Message:
-----------
Adjust dependency update CI job according to the running rules of a maintenance branch
Compare: https://github.com/hibernate/hibernate-search/compare/1c6c4a6f2712%5E...8...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-search/settings/notifications
5 months
[hibernate/hibernate-search] 41744c: [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: 41744c0216366dc7e78f8e88da604afe3cf00a48
https://github.com/hibernate/hibernate-search/commit/41744c0216366dc7e78f...
Author: Jenkins <ci(a)hibernate.org>
Date: 2025-12-15 (Mon, 15 Dec 2025)
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
5 months
[hibernate/hibernate-search] 8c9ff7: [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: 8c9ff78b6e6293058b1790fde44239ab7cf13285
https://github.com/hibernate/hibernate-search/commit/8c9ff78b6e6293058b17...
Author: Jenkins <ci(a)hibernate.org>
Date: 2025-12-15 (Mon, 15 Dec 2025)
Changed paths:
M changelog.txt
Log Message:
-----------
[Jenkins release job] changelog.txt updated by release build 8.2.0.Final
Commit: 7fcf051a285438db72d370790623b4290155067d
https://github.com/hibernate/hibernate-search/commit/7fcf051a285438db72d3...
Author: Jenkins <ci(a)hibernate.org>
Date: 2025-12-15 (Mon, 15 Dec 2025)
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.2.0.Final
Compare: https://github.com/hibernate/hibernate-search/compare/dc1a26d15e80...7fcf...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-search/settings/notifications
5 months