Branch: refs/heads/wip/7.0
Home:
https://github.com/hibernate/hibernate-orm
Commit: 449b7371c9beabb941d7d43390b739f6aca36638
https://github.com/hibernate/hibernate-orm/commit/449b7371c9beabb941d7d43...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2024-07-31 (Wed, 31 Jul 2024)
Changed paths:
M documentation/src/main/asciidoc/userguide/chapters/domain/entity.adoc
R hibernate-core/src/main/java/org/hibernate/annotations/Proxy.java
M hibernate-core/src/main/java/org/hibernate/boot/model/internal/EntityBinder.java
M hibernate-core/src/main/java/org/hibernate/boot/models/HibernateAnnotations.java
R
hibernate-core/src/main/java/org/hibernate/boot/models/annotations/internal/ProxyAnnotation.java
M
hibernate-core/src/main/java/org/hibernate/boot/models/categorize/internal/EntityTypeMetadataImpl.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/entity/BasicHibernateAnnotationsTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/entity/Tree.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/BasketItems.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/Customers.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/annotations/idmanytoone/ShoppingBaskets.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/AImpl.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/BImpl.java
M hibernate-core/src/test/java/org/hibernate/orm/test/annotations/xml/hbm/ZImpl.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/batch/BatchEntityWithDisabledProxyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/batch/BatchEntityOneToManyWithDisabledProxyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/batch/BatchEntityWithSelectFetchWithDisableProxyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/cache/AbstractManyToOneNoProxyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/cache/ManyToOneNoProxyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/lazy/LazyAbstractManyToOneNoProxyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/lazy/LazyManyToOneNoProxyTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/cache/ByteCodeEnhancedImmutableReferenceCacheTest.java
M hibernate-core/src/test/java/org/hibernate/orm/test/cache/ReferenceCacheTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/caching/CachingBatchLoadNoProxiesAndCircularRelationshipTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/classloader/ProxyInterfaceClassLoaderTest.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/fetchstrategyhelper/FetchStrategyDeterminationTests.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/fetchstrategyhelper/NoProxyFetchStrategyHelperTest.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/jpa/cascade/ExtractionDocument.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/ops/genericApi/ProxiedGetLoadAccessTest.java
R hibernate-core/src/test/java/org/hibernate/orm/test/proxy/ProxyInterfaceTest.java
R
hibernate-core/src/test/java/org/hibernate/orm/test/proxy/ProxyWithGenericsTest.java
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/entities/StrTestNoProxyEntity.java
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/entities/onetoone/BidirectionalEagerAnnotationRefEdOneToOne.java
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/entities/onetoone/BidirectionalEagerAnnotationRefIngOneToOne.java
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/onetoone/bidirectional/primarykeyjoincolumn/AccountNotAuditedOwners.java
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedNoProxyPerson.java
A
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedPerson.java
R
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedProxyPerson.java
M
hibernate-envers/src/test/java/org/hibernate/orm/test/envers/integration/onetoone/bidirectional/primarykeyjoincolumn/OneToOneWithPrimaryKeyJoinTest.java
M migration-guide.adoc
Log Message:
-----------
HHH-18194 - Remove @Proxy
To unsubscribe from these emails, change your notification settings at
https://github.com/hibernate/hibernate-orm/settings/notifications