Fixed
Details
Assignee
Stuart DouglasStuart DouglasReporter
Sanne GrinoveroSanne GrinoveroComponents
Fix versions
Priority
Major
Details
Details
Assignee
Stuart Douglas
Stuart DouglasReporter
Sanne Grinovero
Sanne GrinoveroComponents
Fix versions
Priority
Created April 5, 2020 at 10:06 PM
Updated April 6, 2020 at 3:26 PM
Resolved April 5, 2020 at 10:08 PM
In Quarkus there is a clean separation between defining classes (or enhancing them) vs actually loading them.
The
ByteBuddyProxyHelper
we have in Hibernate ORM implicitly forces to load the proxies it generates; this has been shown to come at a performance cost during the build, and since it happens to be unnecessary we should allow to generate such proxies while skipping the class load.