spring-attic/tut-react-and-spring-data-rest

Illegal reflective access by lombok.javac.apt.LombokProcessor

Closed this issue · 1 comments

Running with Java 9 I get

[INFO] React.js and Spring Data REST - Basic .............. FAILURE [ 29.685 s]
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.1:compile (default-compile) on project react-and-spring-data-rest-basic: Fatal error compiling: java.lang.NoClassDefFoundError: com/sun/tools/javac/file/BaseFileObject: com.sun.tools.javac.file.BaseFileObject -> [Help 1]

This appears to be related to projectlombok/lombok#1315 which was fixed in projectlombok/lombok@05f9377 suggesting that bumping Lombox should fix it.

This tutorial doesn't take the steps needed to support Java 9 (yet).