dependabot[bot] opened a new pull request, #165: URL: https://github.com/apache/eventmesh-dashboard/pull/165
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.22 to 1.18.32. <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.32 (March 20th, 2024)</h3> <ul> <li>PLATFORM: Initial JDK22 support added.</li> <li>PLAFTORM Added support for Eclipse 2024-03. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3620">#3620</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3620">projectlombok/lombok#3620</a>).</li> <li>PLATFORM: Added support for recent versions of eclipse (released Q4 2023 or later or so) which would cause failures in the eclipse logs such as <code>java.lang.NoSuchMethodError: 'java.lang.StringBuffer org.eclipse.jdt…</code>. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3564">#3564</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3564">projectlombok/lombok#3564</a>).</li> <li>FEATURE: <code>@Locked</code> has been introduced. Like <code>@Synchronized</code> but with <code>java.util.concurrent.locks</code> locks instead of the <code>synchronized</code> primitive. Thanks, Pim van der Loos for the PR! [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3506">#3506</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3506">projectlombok/lombok#3506</a>).</li> <li>NECROMANCY: Inlining a generated getter in eclipse would result in eclipse incorrectly replacing calls with <code>@Getter</code> instead of the actual field's name. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/562">#562</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/562">projectlombok/lombok#562</a>). This issue is almost old enough to drink. Points for dedication go to Rawi for fixing this one.</li> <li>BUGFIX: When <code>@SuperBuilder</code> was used on a type with an annotated generic type, it would error <code>wrong number of type arguments</code>. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3592">#3592</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3592">projectlombok/lombok#3592</a>).</li> <li>BUGFIX: It was possible to create an infinite build loop using <code>@ExtensionMethod</code>. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3225">#3225</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3225">projectlombok/lombok#3225</a>).</li> <li>BUGFIX: Using <code>@Getter(lazy=true)</code> would fail if the expression contained a variable called <code>value</code>. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/2917">#2917</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/2917">projectlombok/lombok#2917</a>).</li> <li>BUGFIX: Many lombok features wouldn't work properly on records contained within an outer type unless you explicitly marked it <code>static</code>. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3497">#3497</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3497">projectlombok/lombok#3497</a>) [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3559">#3559</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3559">projectlombok/lombok#3559</a>).</li> <li>BUGFIX: Eclipse projects using the <code>com.pro-crafting.tools:jasperreports-plugin</code> will now compile.</li> <li>BUGFIX: <code>@FieldNameConstants</code> now works when generated fields are involved. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3529">#3529</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3529">projectlombok/lombok#3529</a>).</li> <li>IMPROBABLE BREAKING CHANGE: For JSpecify, the package name changed from <code>org.jspecify.nullness</code> to <code>org.jspecify.annotations</code>, which might lead to a different null analysis. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3608">#3608</a>](<a href="https://redirect.github.com/projectlombok/lombok/pull/3608">projectlombok/lombok#3608</a>).</li> </ul> <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> <h3>v1.18.24 (April 18th, 2022)</h3> <ul> <li>PLATFORM: JDK18 support added. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3129">#3129</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3129">projectlombok/lombok#3129</a>).</li> <li>PLATFORM: Using ecj and maven? There's now a <a href="https://projectlombok.org/setup/ecj">command line option to integrate lombok into your build chain</a>. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3143">#3143</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3143">projectlombok/lombok#3143</a>).</li> <li>FEATURE: <code>@ToString</code> has an annotation parameter called <code>onlyExplicitlyIncluded</code>. There's now a config key <code>lombok.toString.onlyExplicitlyIncluded</code> to set this property as well. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/2849">#2849</a>](<a href="https://redirect.github.com/projectlombok/lombok/pull/2849">projectlombok/lombok#2849</a>).</li> <li>FEATURE: Turning a field named <code>uShape</code> into a getter is tricky: <code>getUShape</code> or <code>getuShape</code>? The community is split on which style to use. Lombok does <code>getUShape</code>, but if you prefer the <code>getuShape</code> style, add to <code>lombok.config</code>: <code>lombok.accessors.capitalization = beanspec</code>. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/2693">#2693</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/2693">projectlombok/lombok#2693</a>) [Pull Request <a href="https://redirect.github.com/projectlombok/lombok/issues/2996">#2996</a>](<a href="https://redirect.github.com/projectlombok/lombok/pull/2996">projectlombok/lombok#2996</a>). Thanks <strong><a href="https://github.com/YonathanSherwin"><code>@YonathanSherwin</code></a></strong>!</li> <li>FEATURE: You can now use <code>@Accessors(makeFinal = true)</code> to make <code>final</code> getters, setters, and with-ers. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/1456">#1456</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/1456">projectlombok/lombok#1456</a>).</li> <li>BUGFIX: Various save actions and refactor scripts in eclipse work better. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/2995">#2995</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/2995">projectlombok/lombok#2995</a>) [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/1309">#1309</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/1309">projectlombok/lombok#1309</a>) [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/2985">#2985</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/2985">projectlombok/lombok#2985</a>) [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/2509">#2509</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/2509">projectlombok/lombok#2509</a>).</li> <li>BUGFIX: Eclipse projects using the jasperreports-plugin will now compile. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/1036">#1036</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/1036">projectlombok/lombok#1036</a>).</li> <li>BUGFIX: inner classes in <code>@UtilityClass</code> classes were broken in JDK9+. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3097">#3097</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3097">projectlombok/lombok#3097</a>).</li> <li>BUGFIX: Delomboking code with <code>@Builder.Default</code> in it would generate different code vs lombok itself. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3053">#3053</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3053">projectlombok/lombok#3053</a>).</li> <li>BUGFIX: Combining <code>@NonNullByDefault</code> and <code>lombok.addNullAnnotations</code> would generate two <code>@Nullable</code> annotations and thus generate a compiler error. [Issue <a href="https://redirect.github.com/projectlombok/lombok/issues/3120">#3120</a>](<a href="https://redirect.github.com/projectlombok/lombok/issues/3120">projectlombok/lombok#3120</a>). Thanks <strong><a href="https://github.com/JohnPaulTaylorII"><code>@JohnPaulTaylorII</code></a></strong>!</li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/projectlombok/lombok/commit/2618848385de2ec4b79677e01eb8045714de1110"><code>2618848</code></a> [release] pre-release version bump</li> <li><a href="https://github.com/projectlombok/lombok/commit/5719fde58e1faf04d436e85c86ae50acf8ede272"><code>5719fde</code></a> Update changelog in preparation for the upcoming release</li> <li><a href="https://github.com/projectlombok/lombok/commit/1b713add959430ee22145050a638f01102d158c5"><code>1b713ad</code></a> Add eclipse 2024-03 as test target</li> <li><a href="https://github.com/projectlombok/lombok/commit/521be03be45887ea738e005b5f317e04ca6196d2"><code>521be03</code></a> Remove unused string literal code</li> <li><a href="https://github.com/projectlombok/lombok/commit/3b20b70363fe85f354934fcfb47fdcfd0701a31e"><code>3b20b70</code></a> Support <a href="https://github.com/Delegate"><code>@Delegate</code></a> in eclipse 2024-03</li> <li><a href="https://github.com/projectlombok/lombok/commit/98cdf67ed6846580e8e4e77391fd48f3293603f6"><code>98cdf67</code></a> Javadoc support for eclipse 2024-03</li> <li><a href="https://github.com/projectlombok/lombok/commit/e4824cbe1405fd665f289f7178d6149a8fcdd7b5"><code>e4824cb</code></a> Fix Javadoc in Eclipse</li> <li><a href="https://github.com/projectlombok/lombok/commit/c93400d9f44b1e06aa3763c4a2818e43b70f3630"><code>c93400d</code></a> [fixes <a href="https://redirect.github.com/projectlombok/lombok/issues/2917">#2917</a>] Use $value instead of value in lazy getter</li> <li><a href="https://github.com/projectlombok/lombok/commit/23307eb8d137d7e4a3f645552135ab7354ca1e6e"><code>23307eb</code></a> [jdk22] Adds support for unnamed variables (JEP 456)</li> <li><a href="https://github.com/projectlombok/lombok/commit/a54ec7005ed253d480621f042d923f3353e6a1d0"><code>a54ec70</code></a> Document using jdk22 GA</li> <li>Additional commits viewable in <a href="https://github.com/projectlombok/lombok/compare/v1.18.22...v1.18.32">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-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> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@eventmesh.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@eventmesh.apache.org For additional commands, e-mail: dev-h...@eventmesh.apache.org