I'm having an issue with Lombok or Eclipse, not sure which. I have a Spring Boot maven project for which I am using Lombok. I've added this in my pom.xml file and I've used the lombok install for eclipse.
Whats happening is that I can do a mvn clean
and a mvn install
and a maven update on the project and everything builds as expected. As soon as I go to run the project errors start to appear and I get error such as:
java.lang.Error: Unresolved compilation problems:
The method getxxx() is undefined for the type xxxxxx
Is there anything that can happen when running the project that can some how strip out lombok?!
I'm running Eclipse Oxygen (4.7.3) with lombok v1.16.18 "Dancing Elephant" any help would be much appreciated.