-
Notifications
You must be signed in to change notification settings - Fork 95
Commit 57d627b
build(deps): bump org.projectlombok:lombok from 1.18.24 to 1.18.30 (#970)
Bumps
[org.projectlombok:lombok](https://github.com/projectlombok/lombok) from
1.18.24 to 1.18.30.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown">org.projectlombok:lombok's
changelog</a>.</em></p>
<blockquote>
<h3>v1.18.30 (September 20th, 2023)</h3>
<ul>
<li>PLATFORM: Initial JDK21 support added. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3393">#3393</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3393">projectlombok/lombok#3393</a>).</li>
<li>BUGFIX: Any <code>@Helper</code> class directly in a method (and not
nested more deeply) wouldn't work. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3370">#3370</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3370">projectlombok/lombok#3370</a>).</li>
<li>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:
<code>Package org.objectweb.asm in both module lombok and module
org.objectweb.asm</code>. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3474">#3474</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3474">projectlombok/lombok#3474</a>).</li>
<li>BUGFIX: Lombok wasn't properly copying the annotations it should be
copying when generating methods in <code>record</code>s. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3315">#3315</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3315">projectlombok/lombok#3315</a>).</li>
<li>BUGFIX: Delomboking anything with <code>@lombok.Singular</code> in
it wouldn't remove that annotation. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/1377">#1377</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/1377">projectlombok/lombok#1377</a>).</li>
<li>BUGFIX: Calling extension methods such that automatic widening is
applied (i.e. calling <code>void ext(long arg)</code> with an
<code>int</code>) would fail at runtime. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3463">#3463</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3463">projectlombok/lombok#3463</a>).</li>
<li>BUGFIX: Extension methods can now be used in records. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3450">#3450</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3450">projectlombok/lombok#3450</a>).</li>
<li>BUGFIX: <code>@Getter(lazy=true)</code> with complicated
initialization expressions would fail on javac. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3314">#3314</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3314">projectlombok/lombok#3314</a>).</li>
<li>BUGFIX: Using the maven surefire plugin with a
<code>module-info.java</code> based project would fail with a
<code>SurefireBooterForkException</code>. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3474">#3474</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3474">projectlombok/lombok#3474</a>).</li>
</ul>
<h3>v1.18.28 (May 24th, 2023)</h3>
<ul>
<li>PLATFORM: JDK20 support added. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3353">#3353</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3353">projectlombok/lombok#3353</a>).</li>
<li>BUGFIX: Eclipse 4.27 and VSCode 1.14.0 would ignore
<code>lombok.config</code>. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3332">#3332</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3332">projectlombok/lombok#3332</a>).</li>
<li>BUGFIX: <code>@nonnull</code> on a primitive array field on a record
wouldn't work. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3366">#3366</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3366">projectlombok/lombok#3366</a>).</li>
<li>FEATURE: Jakarta has some non-null annotations (such as
<code>jakarta.annotation.Nonnull</code>) which we now support. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3346">#3346</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3346">projectlombok/lombok#3346</a>).</li>
<li>BUGFIX: Eclipse didn't find usages of extension methods
(<code>@ExtensionMethod</code>) in "find references" nor
rename-refactoring. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3373">#3373</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3373">projectlombok/lombok#3373</a>)</li>
</ul>
<h3>v1.18.26 (Feb 3rd, 2023)</h3>
<ul>
<li>PLATFORM: JDK19 support added. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3264">#3264</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3264">projectlombok/lombok#3264</a>).</li>
<li>BUGFIX: Using the refactor script: "Rename field" in a
<code>@(Super)Builder</code>-marked file in eclipse or VSCode would
cause issues. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3181">#3181</a>]
(<a
href="https://redirect.github.com/projectlombok/lombok/issues/3181">projectlombok/lombok#3181</a>).</li>
<li>BUGFIX: Using <code>val</code> together with any call to a method
that explicitly resolves to a default impl in an interface didn't work
in javac. [Issue <a
href="https://redirect.github.com/projectlombok/lombok/issues/3242">#3242</a>](<a
href="https://redirect.github.com/projectlombok/lombok/issues/3242">projectlombok/lombok#3242</a>).</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/projectlombok/lombok/commit/b118bea124bc5aef59cb0c5cac4a086e1e3d98f2"><code>b118bea</code></a>
[release] pre-release version bump</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/7cbb5e9d4ad2a8e308711d0a9c59fc4f2c5292a8"><code>7cbb5e9</code></a>
[fixes <a
href="https://redirect.github.com/projectlombok/lombok/issues/3182">#3182</a>]
[docs] Add a note about wonky equality definitions in the core ...</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/9bcaaafed4646ae750bf8d6ca7e3b1c549dc41f1"><code>9bcaaaf</code></a>
[fixes <a
href="https://redirect.github.com/projectlombok/lombok/issues/3474">#3474</a>]
lombok.jar now contains zero paths that could clash with other ...</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/9ef9b58334fe5f861b44a0f76875f54fd24af20b"><code>9ef9b58</code></a>
Add JDK 21 to test workflow</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/9f350ac78c50983141508339eb44f9989317be43"><code>9f350ac</code></a>
Merge pull request <a
href="https://redirect.github.com/projectlombok/lombok/issues/3503">#3503</a>
from Rawi01/javac6-singular-test</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/e226cd357837e36c48a117793de3f91bbc644379"><code>e226cd3</code></a>
Exclude failing test for javac < 8</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/67cd7a6218d0989656674689e1795bb245470972"><code>67cd7a6</code></a>
Merge pull request <a
href="https://redirect.github.com/projectlombok/lombok/issues/3494">#3494</a>
from Rawi01/enum-getter</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/6623e12fb221e5773beb0175f1a692dbb6e00074"><code>6623e12</code></a>
Merge pull request <a
href="https://redirect.github.com/projectlombok/lombok/issues/3486">#3486</a>
from Rawi01/superbuilder-javadoc</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/28e5ddb075b61525ba686f3ed6ecbf7f762fc558"><code>28e5ddb</code></a>
<a
href="https://redirect.github.com/projectlombok/lombok/issues/3314">#3314</a>
Add line to changelog</li>
<li><a
href="https://github.com/projectlombok/lombok/commit/60ed4adfcee2416d757d312aa63281959ef06a9b"><code>60ed4ad</code></a>
Merge pull request <a
href="https://redirect.github.com/projectlombok/lombok/issues/3482">#3482</a>
from Rawi01/getter-lazy</li>
<li>Additional commits viewable in <a
href="https://github.com/projectlombok/lombok/compare/v1.18.24...v1.18.30">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will 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 version` will 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 dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
</details>
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Fabian Krüger <[email protected]>1 parent a88ac94 commit 57d627bCopy full SHA for 57d627b
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changed+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
25 | 25 |
| |
26 | 26 |
| |
27 | 27 |
| |
28 |
| - | |
| 28 | + | |
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
|
0 commit comments