There seems to be a bug in the JDK 8 compiler, which can't find the JSONB type in this class:
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile) on project jooq: Compilation failure
/var/lib/jenkins/workspace/jooq-build-pro-java-8_main/workspace-jooq-pro-java-8/jOOQ/jOOQ/src/main/java/org/jooq/impl/DefaultBinding.java:[4512,70] error: cannot find symbol
symbol: class JSONB
location: class DefaultBinding<T,U>
where T,U are type-variables:
T declared in class DefaultBinding
U declared in class DefaultBinding
|
||
|---|---|---|
| .. | ||
| src/main | ||
| .gitignore | ||
| LICENSE.txt | ||
| NOTICE.txt | ||
| pom.xml | ||