[hibernate/hibernate-orm] cfb98a: WrongClassException
by Steve Ebersole
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: cfb98abf7aa99972a830dfeeebdd664a98992421
https://github.com/hibernate/hibernate-orm/commit/cfb98abf7aa99972a830dfe...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cache/internal/EnabledCaching.java
M hibernate-core/src/main/java/org/hibernate/loader/entity/CacheEntityLoaderHelper.java
R hibernate-core/src/test/java/org/hibernate/orm/test/cache/polymorphism/AbstractCachedItem.java
A hibernate-core/src/test/java/org/hibernate/orm/test/cache/polymorphism/Cacheable.java
M hibernate-core/src/test/java/org/hibernate/orm/test/cache/polymorphism/CachedItem1.java
M hibernate-core/src/test/java/org/hibernate/orm/test/cache/polymorphism/CachedItem2.java
M hibernate-core/src/test/java/org/hibernate/orm/test/cache/polymorphism/PolymorphicCacheTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/naturalid/inheritance/cache/InheritedNaturalIdCacheTest.java
Log Message:
-----------
WrongClassException
2 years, 10 months
[hibernate/hibernate-orm] c28431: Add validation for format function and remove `aa`...
by Christian Beikov
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: c284315931d58720df2d17f35b00a9f90ef940f3
https://github.com/hibernate/hibernate-orm/commit/c284315931d58720df2d17f...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/InformixDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/SQLiteDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/CockroachDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/MySQLDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/SQLServerDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/SpannerDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/CommonFunctionFactory.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/DB2FormatEmulation.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/SQLServerFormatEmulation.java
M hibernate-core/src/main/java/org/hibernate/query/hql/internal/SemanticQueryBuilder.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/tree/expression/SqmFormat.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/StandardFunctionTests.java
Log Message:
-----------
Add validation for format function and remove `aa` format as no database supports long/short AM/PM markers
Commit: 0fb19fd4fb676baae4c54bd12ef7b0e654ba676c
https://github.com/hibernate/hibernate-orm/commit/0fb19fd4fb676baae4c54bd...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/query/Attrvalue.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/lazy/LazyLoadingByEnhancerSetterTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/lazy/proxy/RoleEntity.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/lazy/proxy/SpecializedEntity.java
M hibernate-core/src/test/java/org/hibernate/orm/test/comments/TestEntity.java
M hibernate-core/src/test/java/org/hibernate/orm/test/comments/TestEntity2.java
M hibernate-core/src/test/java/org/hibernate/orm/test/fetchprofiles/EntityLoadedInTwoPhaseLoadTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/hql/CollectionMapWithComponentValueTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/hql/fetchAndJoin/Child.java
M hibernate-core/src/test/java/org/hibernate/orm/test/hql/fetchAndJoin/Entity1.java
M hibernate-core/src/test/java/org/hibernate/orm/test/hql/fetchAndJoin/Entity2.java
M hibernate-core/src/test/java/org/hibernate/orm/test/hql/fetchAndJoin/Entity3.java
M hibernate-core/src/test/java/org/hibernate/orm/test/hql/fetchAndJoin/GrandChild.java
M hibernate-core/src/test/java/org/hibernate/orm/test/hql/fetchAndJoin/Parent.java
M hibernate-core/src/test/java/org/hibernate/orm/test/join/OuterJoinTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/beanvalidation/BeanValidationTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/compliance/tck2_2/TableGeneratorVisibilityTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/criteria/components/joins/ManyToOneType.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/criteria/selectcase/SelectCaseTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/criteria/simplecase/BasicSimpleCaseTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/metamodel/Entity1.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/metamodel/Entity2.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/metamodel/Entity3.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/converted/converter/elementCollection/ElementCollectionTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/math/Math.hbm.xml
M hibernate-core/src/test/java/org/hibernate/orm/test/optlock/Document.hbm.xml
M hibernate-core/src/test/java/org/hibernate/orm/test/query/criteria/internal/hhh14197/Employee.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/EmbeddableWithPluralAttributeTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/schemavalidation/ViewValidationTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/where/annotations/LazyElementCollectionBasicNonUniqueIdWhereTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/where/hbm/LazyElementCollectionBasicNonUniqueIdWhereTest.hbm.xml
M hibernate-core/src/test/java/org/hibernate/orm/test/where/hbm/LazyElementCollectionBasicNonUniqueIdWhereTest.java
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/OrderByThreeEntityTest.java
M hibernate-envers/src/test/java/org/hibernate/orm/test/envers/entities/components/Component4.java
M hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/collection/embeddable/ListEqualsHashCodeTest.java
M hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/collection/embeddable/ListNoEqualsHashCodeTest.java
M hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/collection/embeddable/MapEqualsHashCodeTest.java
M hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/collection/embeddable/MapNoEqualsHashCodeTest.java
M hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/collection/embeddable/SetEqualsHashCodeTest.java
M hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/collection/embeddable/SetNoEqualsHashCodeTest.java
M hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/naming/VersionsJoinTableRangeTestEntity.java
M hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/query/AbstractEntityWithChangesQueryTest.java
M hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/strategy/ValidityAuditStrategyComponentCollectionRevEndTest.java
M hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/superclass/auditoverride/AuditOverrideAuditJoinTableTest.java
M hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/superclass/auditoverride/EmbeddableTest.java
Log Message:
-----------
Get rid of column names that are problematic on H2 2.0.202+
Commit: ad43a625ae9527d25b4e3a7346c9c75e3ac2866c
https://github.com/hibernate/hibernate-orm/commit/ad43a625ae9527d25b4e3a7...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M hibernate-testing/src/main/java/org/hibernate/testing/orm/junit/DialectFilterExtension.java
Log Message:
-----------
Allow skipping dialect versions even when using `@RequiresDialect`
Commit: fe44411e60a59bffe2d08b7b92678cfb392e2823
https://github.com/hibernate/hibernate-orm/commit/fe44411e60a59bffe2d08b7...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/H2SqlAstTranslator.java
Log Message:
-----------
HHH-15014 Fix subquery tuple rendering for H2 2.0.202+
Commit: 6feb33f4e1fa768eab237691e3ec1c0cdd883bef
https://github.com/hibernate/hibernate-orm/commit/6feb33f4e1fa768eab23769...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java
M hibernate-core/src/main/java/org/hibernate/tool/schema/extract/internal/AbstractInformationExtractorImpl.java
Log Message:
-----------
HHH-15009 Allow augmenting supported physical table types through dialect for H2 2.0.202+ support
Commit: fb749b6b3200176cbb5de680475eafdc3c24d2c4
https://github.com/hibernate/hibernate-orm/commit/fb749b6b3200176cbb5de68...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M documentation/src/test/java/org/hibernate/userguide/fetching/FetchingTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/procedure/H2StoreProcedureTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/loading/multiLoad/MultiLoadSubSelectCollectionDialectWithLimitTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/formula/FormulaWithColumnTypesTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/type/contribution/array/StringArrayContributorTests.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/QueryParametersValidationArrayTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/schematools/TestExtraPhysicalTableTypes.java
M hibernate-core/src/test/java/org/hibernate/orm/test/tool/schema/IndividuallySchemaValidatorImplTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/type/OffsetTimeTest.java
Log Message:
-----------
Adapt tests and skips for H2 2.0.202+
Commit: d0f6c3302cc7e879830ec1d71a7f8cb01ab276c3
https://github.com/hibernate/hibernate-orm/commit/d0f6c3302cc7e879830ec1d...
Author: Christian Beikov <christian.beikov(a)gmail.com>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java
Log Message:
-----------
HHH-15035 Fix native query type discovery with h2 2.0.202+ with float(..) DDL type
Compare: https://github.com/hibernate/hibernate-orm/compare/b8fab567cccb...d0f6c33...
2 years, 10 months
[hibernate/hibernate-orm] 370d93: Fix CriteriaBuidler#locate() arguments order rende...
by Andrea Boriero
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 370d9354fc869d82c7bdc49ce55f091a67d6a5a3
https://github.com/hibernate/hibernate-orm/commit/370d9354fc869d82c7bdc49...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
R hibernate-core/src/test/java/org/hibernate/orm/test/jpa/compliance/CriteriaLocateTest.java
A hibernate-core/src/test/java/org/hibernate/orm/test/jpa/compliance/LocateTest.java
Log Message:
-----------
Fix CriteriaBuidler#locate() arguments order rendering
Commit: b8fab567cccb7df93aaa5f84c648496ca9c60add
https://github.com/hibernate/hibernate-orm/commit/b8fab567cccb7df93aaa5f8...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/CacheDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/FirebirdDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/InformixDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/IngresDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/MaxDBDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/SQLiteDialect.java
M hibernate-community-dialects/src/main/java/org/hibernate/community/dialect/TimesTenDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/AbstractHANADialect.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
M hibernate-core/src/main/java/org/hibernate/dialect/function/LocatePositionEmulation.java
M hibernate-core/src/main/java/org/hibernate/query/sqm/internal/SqmCriteriaNodeBuilder.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/compliance/LocateTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/query/hql/FunctionTests.java
Log Message:
-----------
Fix CriteriaBuidler#locate() arguments order rendering
Compare: https://github.com/hibernate/hibernate-orm/compare/6f1ddc32dd23...b8fab56...
2 years, 10 months
[hibernate/hibernate-search] 1767d7: [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: 1767d70e586adc6bc234523f2ee020f846194924
https://github.com/hibernate/hibernate-search/commit/1767d70e586adc6bc234...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2022-01-18 (Tue, 18 Jan 2022)
Changed paths:
M changelog.txt
Log Message:
-----------
[Jenkins release job] changelog.txt updated by release build 6.1.0.CR1
Commit: 92163f8118924c2d638eca23cb05998622760ede
https://github.com/hibernate/hibernate-search/commit/92163f8118924c2d638e...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2022-01-18 (Tue, 18 Jan 2022)
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/surefire-extension/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/jdk/java-modules/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/pom.xml
M integrationtest/mapper/orm/pom.xml
M integrationtest/mapper/pojo-base/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/documentation/pom.xml
M jakarta/integrationtest/jdk/java-modules/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/parents/integrationtest/pom.xml
M jakarta/parents/internal/pom.xml
M jakarta/parents/public/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/javabean/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 orm6/documentation/pom.xml
M orm6/integrationtest/jdk/java-modules/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/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/parents/integrationtest/pom.xml
M orm6/parents/internal/pom.xml
M orm6/parents/public/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 parents/integrationtest/pom.xml
M parents/internal/pom.xml
M parents/public/pom.xml
M pom.xml
M reports/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/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.1.0.CR1
Commit: bbdac8055b1f79df14426357340e064d58b4f676
https://github.com/hibernate/hibernate-search/commit/bbdac8055b1f79df1442...
Author: Hibernate-CI <ci(a)hibernate.org>
Date: 2022-01-18 (Tue, 18 Jan 2022)
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/surefire-extension/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/jdk/java-modules/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/pom.xml
M integrationtest/mapper/orm/pom.xml
M integrationtest/mapper/pojo-base/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/documentation/pom.xml
M jakarta/integrationtest/jdk/java-modules/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/parents/integrationtest/pom.xml
M jakarta/parents/internal/pom.xml
M jakarta/parents/public/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/javabean/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 orm6/documentation/pom.xml
M orm6/integrationtest/jdk/java-modules/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/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/parents/integrationtest/pom.xml
M orm6/parents/internal/pom.xml
M orm6/parents/public/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 parents/integrationtest/pom.xml
M parents/internal/pom.xml
M parents/public/pom.xml
M pom.xml
M reports/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/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/83e1daca416e...bbda...
2 years, 10 months