[hibernate/hibernate-orm] 73038b: HHH-17884 Respect ordering guarantee of ORDINAL/ST...
by Christian Beikov
Branch: refs/heads/6.5
Home: https://github.com/hibernate/hibernate-orm
Commit: 73038b47abba58e7bdb74446a504894772aa0cee
https://github.com/hibernate/hibernate-orm/commit/73038b47abba58e7bdb7444...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2024-04-10 (Wed, 10 Apr 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLEnumJdbcType.java
M hibernate-core/src/main/java/org/hibernate/mapping/BasicValue.java
M hibernate-core/src/main/java/org/hibernate/type/EnumType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/converter/internal/EnumHelper.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/EnumJavaType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/JdbcType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/internal/NativeEnumDdlTypeImpl.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/enumerated/mappedSuperclass/EnumeratedWithMappedSuperclassTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/function/array/ArrayAggregateTest.java
Log Message:
-----------
HHH-17884 Respect ordering guarantee of ORDINAL/STRING when using native enums
Commit: 5d16b90826bd70e53324ff7fafb882cfe46b5299
https://github.com/hibernate/hibernate-orm/commit/5d16b90826bd70e53324ff7...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2024-04-10 (Wed, 10 Apr 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/query/sqm/sql/BaseSqmToSqlAstConverter.java
Log Message:
-----------
HHH-17906 Use insert target paths for type inference of SqmValues
Commit: 94f17a92e02f124a8423e16e6e578f354f2e42fb
https://github.com/hibernate/hibernate-orm/commit/94f17a92e02f124a8423e16...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2024-04-10 (Wed, 10 Apr 2024)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/internal/SessionFactoryOptionsBuilder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/BasicValueBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/model/process/internal/VersionResolution.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/AbstractDelegatingSessionFactoryOptions.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/MetadataBuildingContext.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/SessionFactoryOptions.java
M hibernate-core/src/main/java/org/hibernate/cfg/MappingSettings.java
M hibernate-core/src/main/java/org/hibernate/mapping/BasicValue.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/EnumJavaType.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/DelegatingJdbcTypeIndicators.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/jdbc/JdbcTypeIndicators.java
M hibernate-core/src/main/java/org/hibernate/type/spi/TypeConfiguration.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/enums/EnumTypeTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/enums/UnspecifiedEnumTypeTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/UnspecifiedEnumTypeTest.java
M hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/collection/EnumSet.java
M hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/customtype/EnumTypeTest.java
M tooling/metamodel-generator/src/main/java/org/hibernate/processor/validation/MockSessionFactory.java
Log Message:
-----------
HHH-17904 Introduce config property to enable native enum type
Compare: https://github.com/hibernate/hibernate-orm/compare/661fe9ede013...94f17a9...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
1 year, 5 months
[hibernate/hibernate-search] 14613d: [Jenkins release job] changelog.txt updated by rel...
by Bot for Hibernate continuous integration
Branch: refs/heads/7.1
Home: https://github.com/hibernate/hibernate-search
Commit: 14613d36f0de196c1ada0717a5a88b321fe7e431
https://github.com/hibernate/hibernate-search/commit/14613d36f0de196c1ada...
Author: Jenkins <ci(a)hibernate.org>
Date: 2024-04-10 (Wed, 10 Apr 2024)
Changed paths:
M changelog.txt
Log Message:
-----------
[Jenkins release job] changelog.txt updated by release build 7.1.1.Final
Commit: b00d45a232bcac7d9f75f73e87b0628c01a9eb0b
https://github.com/hibernate/hibernate-search/commit/b00d45a232bcac7d9f75...
Author: Jenkins <ci(a)hibernate.org>
Date: 2024-04-10 (Wed, 10 Apr 2024)
Changed paths:
M backend/elasticsearch-aws/pom.xml
M backend/elasticsearch/pom.xml
M backend/lucene/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/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 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 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 7.1.1.Final
Commit: ebb6950c3f5a7c0c2ed332ef5af850cf936e247e
https://github.com/hibernate/hibernate-search/commit/ebb6950c3f5a7c0c2ed3...
Author: Jenkins <ci(a)hibernate.org>
Date: 2024-04-10 (Wed, 10 Apr 2024)
Changed paths:
M backend/elasticsearch-aws/pom.xml
M backend/elasticsearch/pom.xml
M backend/lucene/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/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 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 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
Compare: https://github.com/hibernate/hibernate-search/compare/40541901876b...ebb6...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-search/settings/notifications
1 year, 5 months
[hibernate/hibernate-search] 3273b3: [Jenkins release job] changelog.txt updated by rel...
by Bot for Hibernate continuous integration
Branch: refs/heads/7.0
Home: https://github.com/hibernate/hibernate-search
Commit: 3273b3f045540b372a7c66fac25afe74b96e5896
https://github.com/hibernate/hibernate-search/commit/3273b3f045540b372a7c...
Author: Jenkins <ci(a)hibernate.org>
Date: 2024-04-10 (Wed, 10 Apr 2024)
Changed paths:
M changelog.txt
Log Message:
-----------
[Jenkins release job] changelog.txt updated by release build 7.0.1.Final
Commit: 06fd9f41184be0211de576147fe7b15156d43b50
https://github.com/hibernate/hibernate-search/commit/06fd9f41184be0211de5...
Author: Jenkins <ci(a)hibernate.org>
Date: 2024-04-10 (Wed, 10 Apr 2024)
Changed paths:
M backend/elasticsearch-aws/pom.xml
M backend/elasticsearch/pom.xml
M backend/lucene/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/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 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 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 7.0.1.Final
Commit: 0af22a6fe22ec1c8bb971e3b69b0d9a712aaa3bd
https://github.com/hibernate/hibernate-search/commit/0af22a6fe22ec1c8bb97...
Author: Jenkins <ci(a)hibernate.org>
Date: 2024-04-10 (Wed, 10 Apr 2024)
Changed paths:
M backend/elasticsearch-aws/pom.xml
M backend/elasticsearch/pom.xml
M backend/lucene/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/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 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 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
Compare: https://github.com/hibernate/hibernate-search/compare/c91200488532...0af2...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-search/settings/notifications
1 year, 5 months
[hibernate/hibernate-search] 9abefe: [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: 9abefec2de71eebb2bd111fbf69f5097351d14b9
https://github.com/hibernate/hibernate-search/commit/9abefec2de71eebb2bd1...
Author: Jenkins <ci(a)hibernate.org>
Date: 2024-04-10 (Wed, 10 Apr 2024)
Changed paths:
M changelog.txt
Log Message:
-----------
[Jenkins release job] changelog.txt updated by release build 6.2.4.Final
Commit: 44b48f76a65f3773141b1f022e350d23c9de6ed2
https://github.com/hibernate/hibernate-search/commit/44b48f76a65f3773141b...
Author: Jenkins <ci(a)hibernate.org>
Date: 2024-04-10 (Wed, 10 Apr 2024)
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.4.Final
Commit: 134e3acf48fd857ac0e61dc3a1844f1785fce53d
https://github.com/hibernate/hibernate-search/commit/134e3acf48fd857ac0e6...
Author: Jenkins <ci(a)hibernate.org>
Date: 2024-04-10 (Wed, 10 Apr 2024)
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
Compare: https://github.com/hibernate/hibernate-search/compare/1956ec5b9336...134e...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-search/settings/notifications
1 year, 5 months