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
This is probably a duplicate of projectlombok/lombok#3630, therefore closing this one here. Looks like the Lombok support for Eclipse is not yet compatible with the latest Eclipse 2024-03 release, which is the base for the latest Spring Tools 4.22.0 release.
Problem
Lombok annotations with values don't get processed. This happens in STS 4.22.0 and was working in previous versions.
Working example
Generates getter, setter, equals, hashCode und toString methods.
Non working example
Generates only getter and setter methods.
The text was updated successfully, but these errors were encountered: