jOOQ / jOOR

jOOR - Fluent Reflection in Java jOOR is a very simple fluent API that gives access to your Java Class structures in a more intuitive way. The JDK's reflection APIs are hard and verbose to use. Other languages have much simpler constructs to access type meta information at runtime. Let us make Java reflection better.
http://www.jooq.org/products
Apache License 2.0
2.8k stars 377 forks source link

NullPointerException in ByteArrayClassLoader, when it is asked to load an external class #93

Closed lukaseder closed 4 years ago

lukaseder commented 4 years ago

This issue can be reproduced in jOOQ when an enum type is compiled, which implements org.jooq.EnumType, which cannot be loaded by the ByteArrayClassLoader

lukaseder commented 4 years ago

Related issue: https://github.com/jOOQ/jOOR/issues/77