Apple-Monitor
Apple-Monitor copied to clipboard
Bump org.projectlombok:lombok from 1.18.28 to 1.18.30
Bumps org.projectlombok:lombok from 1.18.28 to 1.18.30.
Changelog
Sourced from org.projectlombok:lombok's changelog.
v1.18.30 (September 20th, 2023)
- PLATFORM: Initial JDK21 support added. [Issue #3393](projectlombok/lombok#3393).
- BUGFIX: Any
@Helperclass directly in a method (and not nested more deeply) wouldn't work. [Issue #3370](projectlombok/lombok#3370).- BUGFIX: If using the module system and lombok is on the runtime classpath (shouldn't be, but happens), you'd get a split package error:
Package org.objectweb.asm in both module lombok and module org.objectweb.asm. [Issue #3474](projectlombok/lombok#3474)- BUGFIX: Lombok wasn't properly copying the annotations it should be copying when generating methods in
records. [Issue #3315](projectlombok/lombok#3315).- BUGFIX: Delomboking anything with
@lombok.Singularin it wouldn't remove that annotation. [Issue #1377](projectlombok/lombok#1377).- BUGFIX: Calling extension methods such that automatic widening is applied (i.e. calling
void ext(long arg)with anint) would fail at runtime. [Issue #3463](projectlombok/lombok#3463).- BUGFIX: Extension methods can now be used in records. [Issue #3450](projectlombok/lombok#3450).
- BUGFIX:
@Getter(lazy=true)with complicated initialization expressions would fail on javac. [Issue #3314](projectlombok/lombok#3314).- BUGFIX: Using the maven surefire plugin with a
module-info.javabased project would fail with aSurefireBooterForkException. [Issue #3474](projectlombok/lombok#3474).
Commits
b118bea[release] pre-release version bump7cbb5e9[fixes #3182] [docs] Add a note about wonky equality definitions in the core ...9bcaaaf[fixes #3474] lombok.jar now contains zero paths that could clash with other ...9ef9b58Add JDK 21 to test workflow9f350acMerge pull request #3503 from Rawi01/javac6-singular-teste226cd3Exclude failing test for javac < 867cd7a6Merge pull request #3494 from Rawi01/enum-getter6623e12Merge pull request #3486 from Rawi01/superbuilder-javadoc28e5ddb#3314 Add line to changelog60ed4adMerge pull request #3482 from Rawi01/getter-lazy- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)