|
Java 8's resolution of lambda call sites can result in synthetic classes with no name. Therefore when hibernate.ejb.use_class_enhancer=true on Java 8, AbstractClassTransformerImpl.transform() can be called with className == null. This immediately results in NPE.
I expect this bug affects 4.2 also, but I haven't tested that.
|