-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
After JDK 16 has started the rampdown phase, we could not get Lombok working any more.
The exception reported by Maven compiler is:
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.8.1:compile (default-compile)
on project syncope-wa-starter: Fatal error compiling: java.lang.IllegalAccessError:
class lombok.javac.apt.LombokProcessor (in unnamed module @0x3af91e7e) cannot access class
com.sun.tools.javac.processing.JavacProcessingEnvironment (in module jdk.compiler) because module jdk.compiler
does not export com.sun.tools.javac.processing to unnamed module @0x3af91e7e -> [Help 1]
No issues with earlier JDK 16 releases.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels