When you install a new version Eclipse, you get the problem that getters and setters are not evaluated and there is failure during compilation.
To fix the issue, go to ~/.m2/repository/org/projectlombok/lombok/<lombok version>/<lombok version>.jar
And run java -jar <lombok version>.jar.
In the installer, select the Eclipse version you want to update and click the Install/Update button.
Restart Eclipse if already open and update your Update Mvn Project in the Project menu.
