aiyanbo opened a new issue #1872: URL: https://github.com/apache/incubator-shenyu/issues/1872
## Describe the bug <!-- A clear and concise description of what the bug is. --> Lombok 1.8.12 doesn't work in Java16. It need upgrade to 1.8.20 ## Environment - ShenYu version(s): [master] ## Steps to reproduce 1. clone project ```sh git clone https://github.com/apache/incubator-shenyu.git ``` 2. run the `compile` command ```sh ./mvnw compile ``` ## Expected behavior <!-- A clear and concise description of what you expected to happen. --> compile success ## Debug logs <!-- Add your debug logs here. --> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.7.0:compile (default-compile) on project shenyu-common: Fatal error compiling: java.lang.IllegalAccessError: class lombok.javac.apt.LombokProcessor (in unnamed module @0x46c6ff37) 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 @0x46c6ff37 -> [Help 1] <details> <summary>Click to expand</summary> ``` replace this line with your debug logs ``` </details> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
