Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: 98e12e541feb54646b3a2a843444ad59b9469e53
https://github.com/hibernate/hibernate-orm/commit/98e12e541feb54646b3a2a8...
Author: Tomas Cerskus <tomas-c(a)users.noreply.github.com>
Date: 2023-04-20 (Thu, 20 Apr 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/association/OneToManyLazyAndEagerTest2.java
Log Message:
-----------
HHH-16477 LAZY @ManyToOne may again break EAGER @ManyToOne with Bytecode Enhancement
Commit: 6c69c45af84e14af4b761410fb98b5fbabfdff64
https://github.com/hibernate/hibernate-orm/commit/6c69c45af84e14af4b76141...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2023-04-20 (Thu, 20 Apr 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/sql/results/graph/entity/internal/EntitySelectFetchInitializer.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/bytecode/enhancement/association/OneToManyLazyAndEagerTest2.java
Log Message:
-----------
HHH-16477 LAZY @ManyToOne may again break EAGER @ManyToOne with Bytecode Enhancement
Compare:
https://github.com/hibernate/hibernate-orm/compare/9b85afc88c9b...6c69c45...