Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: a9d927a1e406f3f52f5b05c9d8664069625cf8c7
https://github.com/hibernate/hibernate-orm/commit/a9d927a1e406f3f52f5b05c...
Author: Guillaume Smet <guillaume.smet(a)gmail.com>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
A hibernate-core/src/test/java/org/hibernate/test/proxy/narrow/AbstractEntity.java
A hibernate-core/src/test/java/org/hibernate/test/proxy/narrow/ConcreteEntity.java
A
hibernate-core/src/test/java/org/hibernate/test/proxy/narrow/LazyAbstractEntityReference.java
A
hibernate-core/src/test/java/org/hibernate/test/proxy/narrow/ProxyNarrowingTest.java
Log Message:
-----------
HHH-9071 When an already initialized proxy is narrowed, initialize the new proxy
(cherry picked from commit 2cf52cc7f1e1d8f918188d5166a3a869fc213cd8)
Commit: af557ce9b8168133acbce6756c8b395126b1b7b0
https://github.com/hibernate/hibernate-orm/commit/af557ce9b8168133acbce67...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2014-03-21 (Fri, 21 Mar 2014)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
M
hibernate-core/src/test/java/org/hibernate/test/proxy/narrow/ProxyNarrowingTest.java
Log Message:
-----------
HHH-9071 - Proxy narrowing loses the initialized state of the original proxy
(cherry picked from commit c5bdec20b96a1179d70338644d8c2d5f1408001e)
Compare:
https://github.com/hibernate/hibernate-orm/compare/4f0cd27ccc7a...af557ce...