Bump lombok from 1.18.26 to 1.18.28
Bumps lombok from 1.18.26 to 1.18.28.
Changelog
Sourced from lombok's changelog.
v1.18.28 (May 24th, 2023)
- PLATFORM: JDK20 support added. [Issue #3353](projectlombok/lombok#3353).
- BUGFIX: Eclipse 4.27 and VSCode 1.14.0 would ignore
lombok.config
. [Issue #3332](projectlombok/lombok#3332).- BUGFIX:
@NonNull
on a primitive array field on a record wouldn't work. [Issue #3366](projectlombok/lombok#3366).- FEATURE: Jakarta has some non-null annotations (such as
jakarta.annotation.Nonnull
) which we now support. [Issue #3346](projectlombok/lombok#3346).- BUGFIX: Eclipse didn't find usages of extension methods (
@ExtensionMethod
) in "find references" nor rename-refactoring. [Issue #3373](projectlombok/lombok#3373)
Commits
-
57a886b
[release] pre-release version bump -
375891f
[build] Check version before allowing release -
250bc06
[fixes #3406] Find jdt.core classloader if initialized in batch mode -
3f51b25
Remove eclipse specific classes in ExtensionMethod patch signatures -
b80ff39
[fixup] -
2079eba
[build] Fixingant edge.release
. -
afceb13
[fixes #3373] Find references for extension methods -
d56b576
[changelog] -
e051df9
Reduce allocations from JavacHandlerUtil.typeMatches() -
02fe21f
[jdk20] Reorder JavacAST child nodes for JCEnhancedForLoop - Additional commits viewable in compare view
Dependabot commands
You can trigger Dependabot actions by commenting on this MR
-
$dependabot rebase
will rebase this MR -
$dependabot recreate
will recreate this MR rewriting all the manual changes and resolving conflicts