Hi I am using JDK 11 to compile the project, but face this exception. Is this some local setting I need to apply to? ```
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ shardingsphere-elasticjob-lite-ui-backend --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 62 source files to /Users/wusheng/Downloads/apache-shardingsphere-elasticjob-3.0.0-ui-src/shardingsphere-elasticjob-lite-ui/shardingsphere-elasticjob-lite-ui-backend/target/classes WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by lombok.javac.apt.LombokProcessor to field com.sun.tools.javac.processing.JavacProcessingEnvironment.discoveredProcs WARNING: Please consider reporting this to the maintainers of lombok.javac.apt.LombokProcessor WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for shardingsphere-elasticjob-ui 3.0.0: [INFO] [INFO] shardingsphere-elasticjob-ui ....................... SUCCESS [ 1.512 s] [INFO] shardingsphere-elasticjob-lite-ui .................. SUCCESS [ 0.626 s] [INFO] shardingsphere-elasticjob-lite-ui-frontend ......... SUCCESS [02:43 min] [INFO] shardingsphere-elasticjob-lite-ui-backend .......... FAILURE [ 24.421 s] [INFO] shardingsphere-elasticjob-cloud-ui ................. SKIPPED [INFO] shardingsphere-elasticjob-cloud-ui-frontend ........ SKIPPED [INFO] shardingsphere-elasticjob-cloud-ui-backend ......... SKIPPED [INFO] shardingsphere-elasticjob-ui-distribution .......... SKIPPED [INFO] shardingsphere-elasticjob-ui-src-distribution ...... SKIPPED [INFO] shardingsphere-elasticjob-lite-ui-bin-distribution . SKIPPED [INFO] shardingsphere-elasticjob-cloud-ui-bin-distribution SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 03:10 min [INFO] Finished at: 2021-07-23T09:16:35+08:00 [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project shardingsphere-elasticjob-lite-ui-backend: Fatal error compiling: java.lang.ExceptionInInitializerError: com.sun.tools.javac.code.TypeTags -> [Help 1] ``` Sheng Wu 吴晟 Twitter, wusheng1108 Juan Pan <[email protected]> 于2021年7月21日周三 上午8:15写道: > Hi +1 binding > > > > here is my checking list. > > > > > [x] Download links are valid. > > [x] Checksums and PGP signatures are valid. > > [x] LICENSE, NOTICE files are correct. > > [x] All files have license headers if necessary. > > > > > > ------------------------------------------------------------------------------ > Juan Pan(Trista), Apache ShardingSphere PMC, Apache brpc (Incubating) IPMC > Twitter, @trista86934690 > > > On 07/15/2021 11:04,吴伟杰<[email protected]> wrote: > Hello ShardingSphere Community, > > This is a call for vote to release Apache ShardingSphere ElasticJob UI > version 3.0.0 > > Release notes: > > https://github.com/apache/shardingsphere-elasticjob-ui/blob/master/RELEASE-NOTES.md > > The release candidates: > https://dist.apache.org/repos/dist/dev/shardingsphere/elasticjob-ui-3.0.0/ > > Git tag for the release: > https://github.com/apache/shardingsphere-elasticjob-ui/tree/3.0.0/ > > Release Commit ID: > > https://github.com/apache/shardingsphere-elasticjob-ui/commit/1c1707b3aac284f957babc89023a24c8355dae2d > > Keys to verify the Release Candidate: > https://dist.apache.org/repos/dist/dev/shardingsphere/KEYS > > Look at here for how to verify this release candidate: > > https://shardingsphere.apache.org/community/en/contribute/release-elasticjob-ui/ > > GPG key ID: > 2DE3A2A9 > > The vote will be open for at least 72 hours or until the necessary number > of > votes are reached. > > Please vote accordingly: > > [ ] +1 approve > > [ ] +0 no opinion > > [ ] -1 disapprove with the reason > > PMC vote is +1 binding, all others are +1 non-binding. > > Checklist for reference: > > [ ] Download links are valid. > > [ ] Checksums and PGP signatures are valid. > > [ ] Source code distributions have correct names matching the current > release. > > [ ] LICENSE and NOTICE files are correct for each ShardingSphere repo. > > [ ] All files have license headers if necessary. > > [ ] No compiled archives bundled in source archive. >
