Update Lombok 1.18.28
GENERAL
TESTING
GENERAL
TESTING
Description
Activity
Show:

Automation for Jira June 12, 2023 at 4:43 AM
A pull request has been created, "SAK-49002 Update Lombok 1.18.28", you can see it at https://github.com/sakaiproject/sakai/pull/11666
Fixed
Details
Details
Priority
Affects versions
Fix versions
23 Status
Merged
Components
Assignee

Reporter

Labels
Created June 12, 2023 at 4:37 AM
Updated July 26, 2024 at 3:35 AM
Resolved June 12, 2023 at 10:56 AM
v1.18.28 (May 24th, 2023)
PLATFORM: JDK20 support added. Issue #3353.
BUGFIX: Eclipse 4.27 and VSCode 1.14.0 would ignore
lombok.config
. Issue #3332.BUGFIX:
@NonNull
on a primitive array field on a record wouldn't work. Issue #3366.FEATURE: Jakarta has some non-null annotations (such as
jakarta.annotation.Nonnull
) which we now support. Issue #3346.BUGFIX: Eclipse didn't find usages of extension methods (
@ExtensionMethod
) in "find references" nor rename-refactoring. Issue #3373