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.81k stars 376 forks source link

Put jdk.module.path on the classpath as well for Compile.compile() #104

Closed lukaseder closed 4 years ago

lukaseder commented 4 years ago

Compile.compile() compiles things on the classpath, but it may need to look up dependencies on the module path as well, not just on java.class.path (see #65)


See also: https://github.com/jOOQ/jOOQ/issues/10144