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

Replace <source> and <target> by <release> in pom.xml #61

Closed lukaseder closed 6 years ago

lukaseder commented 6 years ago

Since we're now building with JDK 9+, we should use the new <release> flag rather than <source> and <target>. It also sets the -bootclasspath compiler option. See: https://stackoverflow.com/q/43102787/521799

lukaseder commented 5 years ago

Only JDK 9+ builds should do this