Scott Marlow I am about to push a fix for that.
As I pointed out in https://github.com/hibernate/hibernate-orm/wiki/Bootstrap-considerations long term the concept of ClassLoaderAccess should go away. Ultimately these usages ought to state specifically where Class references should come from, and any that choose to load them from the temp ClassLoader should explicitly accept the implication of that.
|