[hibernate/hibernate-orm] 5140ea: HHH-19660 - Deprecate enhancement support for auto...
by Jan Schatteman
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 5140ea7d55a78b64c682c418029a8f1d1b718d4c
https://github.com/hibernate/hibernate-orm/commit/5140ea7d55a78b64c682c41...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/pc/BytecodeEnhancement.adoc
M hibernate-core/src/main/java/org/hibernate/bytecode/enhance/spi/EnhancementContext.java
M tooling/hibernate-ant/src/main/java/org/hibernate/tool/enhance/EnhancementTask.java
M tooling/hibernate-gradle-plugin/src/main/java/org/hibernate/orm/tooling/gradle/enhance/EnhancementHelper.java
M tooling/hibernate-maven-plugin/src/main/java/org/hibernate/orm/tooling/maven/EnhancementContext.java
Log Message:
-----------
HHH-19660 - Deprecate enhancement support for automatic association management
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
Commit: fb22faf63591e17a9ac1191a0cbd548b9a1a6fdb
https://github.com/hibernate/hibernate-orm/commit/fb22faf63591e17a9ac1191...
Author: Jan Schatteman <jschatte(a)redhat.com>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
M design/fk.adoc
M documentation/src/main/asciidoc/userguide/chapters/pc/BytecodeEnhancement.adoc
M hibernate-core/src/main/java/org/hibernate/bytecode/enhance/internal/bytebuddy/BiDirectionalAssociationHandler.java
M hibernate-core/src/main/java/org/hibernate/bytecode/enhance/spi/EnhancementContext.java
M hibernate-core/src/main/java/org/hibernate/sql/results/graph/BiDirectionalFetch.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/list/ListMappingTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/association/OneToManyAssociationTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/association/OneToOneAssociationTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/basic/ExtendedAssociationManagementTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/jpa/graphs/EntityGraphTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/mapping/onetomany/OneToManyBidirectionalTest.java
M hibernate-core/src/test/resources/org/hibernate/orm/test/legacy/Marelo.hbm.xml
M hibernate-core/src/test/resources/org/hibernate/orm/test/mapping/schema.sql
M hibernate-envers/src/main/java/org/hibernate/envers/AuditMappedBy.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/internal/metadata/CollectionMappedByResolver.java
M hibernate-envers/src/main/java/org/hibernate/envers/event/spi/BaseEnversEventListener.java
M hibernate-envers/src/main/java/org/hibernate/envers/internal/entities/mapper/relation/ToOneIdMapper.java
M tooling/hibernate-ant/src/main/java/org/hibernate/tool/enhance/EnhancementTask.java
M tooling/hibernate-gradle-plugin/src/main/java/org/hibernate/orm/tooling/gradle/enhance/EnhancementHelper.java
M tooling/hibernate-maven-plugin/src/main/java/org/hibernate/orm/tooling/maven/EnhancementContext.java
Log Message:
-----------
HHH-19660 - Clean up uses of 'bi-directional'
Signed-off-by: Jan Schatteman <jschatte(a)redhat.com>
Compare: https://github.com/hibernate/hibernate-orm/compare/65b9920537c1...fb22faf...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-orm/settings/notifications
1 month, 3 weeks
[hibernate/hibernate-search] a8ba78: [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: a8ba780d17a722bef27c6258aa71fd7b7f0d99e9
https://github.com/hibernate/hibernate-search/commit/a8ba780d17a722bef27c...
Author: Jenkins <ci(a)hibernate.org>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
M changelog.txt
Log Message:
-----------
[Jenkins release job] changelog.txt updated by release build 8.1.0.Alpha1
Commit: 0f8935d3c8e76b787afd731d677390eada0bd4ad
https://github.com/hibernate/hibernate-search/commit/0f8935d3c8e76b787afd...
Author: Jenkins <ci(a)hibernate.org>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
M backend/elasticsearch-aws/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.1.0.Alpha1
Commit: ab61e5394276978144be4826b4bb3350ed82a90e
https://github.com/hibernate/hibernate-search/commit/ab61e5394276978144be...
Author: Jenkins <ci(a)hibernate.org>
Date: 2025-07-29 (Tue, 29 Jul 2025)
Changed paths:
M backend/elasticsearch-aws/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
Compare: https://github.com/hibernate/hibernate-search/compare/b34a400c6218...ab61...
To unsubscribe from these emails, change your notification settings at https://github.com/hibernate/hibernate-search/settings/notifications
1 month, 3 weeks