Branch: refs/heads/6.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: f127aa1ca44a43a3b44c5ab31807fb6e49ac72b8
https://github.com/hibernate/hibernate-orm/commit/f127aa1ca44a43a3b44c5ab...
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: a345ed54b20f1e415672642a925f7cee7f4b0cae
https://github.com/hibernate/hibernate-orm/commit/a345ed54b20f1e415672642...
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/80b32fcd351e...a345ed5...