Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 3292a83223662d54b4e177ac519d8abbafc8d115
https://github.com/hibernate/hibernate-orm/commit/3292a83223662d54b4e177a...
Author: Viefhaus <Viefhaus(a)his4502.his.de>
Date: 2017-11-08 (Wed, 08 Nov 2017)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/group/LGMB_From.java
A
hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/group/LGMB_To.java
A
hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/group/LazyGroupMappedByTest.java
Log Message:
-----------
Testcase for HHH-11986 added
HHH-11986 : Changed test code to follow conventions of other bytecode enhancement tests;
reformatted test code
Commit: 4531b22e9210416c96848b28ad6ad7450c7fc20f
https://github.com/hibernate/hibernate-orm/commit/4531b22e9210416c96848b2...
Author: Viefhaus <Viefhaus(a)his4502.his.de>
Date: 2017-11-08 (Wed, 08 Nov 2017)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/OneToOneSecondPass.java
Log Message:
-----------
HHH-11986 - @LazyGroup is ignored on LazyToOne association with 'mappedBy'
HHH-11986 - Re-format fix code to follow code conventions
Compare:
https://github.com/hibernate/hibernate-orm/compare/1616b3de37d9...4531b22...