jooq/jOOQ
Lukas Eder d8b63da46c [jOOQ/jOOQ#9157] [jOOQ/jOOR#57] Try again
When running the Java 8 distribution's code of jOOR on Java 9, CACHED_LOOKUP_CONSTRUCTOR is null because we're not allowed to access that from JDK 9+. This means we can no longer use it in reflection logic, e.g. when calling default methods. We have to use the Java 9+ logic via meta-reflection.
2019-12-10 11:05:00 +01:00
..
src/main [jOOQ/jOOQ#9157] [jOOQ/jOOR#57] Try again 2019-12-10 11:05:00 +01:00
.gitignore
LICENSE.txt
NOTICE.txt
pom.xml [jOOQ/jOOQ#9442] Code generator uses factory method for sequences 2019-11-27 10:04:08 +01:00