You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Building a Spring Boot maven project with Lombok dependency using -Xlint:all compiler option produces a compiler warning
COMPILATION WARNING :
-------------------------------------------------------------
No processor claimed any of these annotations: org.springframework.boot.autoconfigure.SpringBootApplication
1 warning
\
-Xlint -enables all recommended warnings, see javac docs for more details.
\
Reproduction steps
Create a new Spring Boot 1.4.0 RC1 maven project with Spring Initializr with Lombok dependency
Modify the build section of the pom file to include maven compiler flag -Xlint:all
Aaron Haskins opened SPR-14483 and commented
Building a Spring Boot maven project with Lombok dependency using -Xlint:all compiler option produces a compiler warning
\
-Xlint -enables all recommended warnings, see javac docs for more details.
\
Reproduction steps
\
If you remove lombok dependency from the pom file, the project builds successfully.
No further details from SPR-14483
The text was updated successfully, but these errors were encountered: