• PLATFORM: JDK19 support added. .
  • BUGFIX: Using the refactor script: "Rename field" in a @(Super)Builder-marked file in eclipse or VSCode would cause issues. [Issue #3181] (https://github.com/projectlombok/lombok/issues/3181).
  • BUGFIX: Using val together with any call to a method that explicitly resolves to a default impl in an interface didn't work in javac. .