- PLATFORM: JDK17 support added. .
- FEATURE: Added the @StandardExceptionfeature. Pull Request #2702.
- IMPROBABLE BREAKING CHANGE: If the underlying compiler and --release/--sourceoption is 10 or higher, lombok'svalis now replaced byfinal var. That means compound declarations such asval x = 10, y = 12;now fail (lombok's oldvalimplementation supported it, javac'svardoes not), but IDE support in particular is more reliable. We decided it was worth the tradeoff.
- BUGFIX: Syntax highlighting in VSCode now works reliably when using lombok. .
- BUGFIX: Eclipse's organize imports feature would sometimes remove your lombok.valimport. .