dependabot[bot] opened a new pull request, #3088:
URL: https://github.com/apache/causeway/pull/3088

   Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) 
from 1.18.38 to 1.18.40.
   <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.40 (September 4th, 2025)</h3>
   <ul>
   <li>PLATFORM: JDK25 support added <a 
href="https://redirect.github.com/projectlombok/lombok/issues/3859";>#3859</a>.</li>
   <li>BUGFIX: Recent versions of eclipse (or the eclipse-based java lang 
server for VSCode) caused <code>java.lang.IllegalArgumentException: Document 
does not match the AST</code>. [Issue <a 
href="https://redirect.github.com/projectlombok/lombok/issues/3886";>#3886</a>](<a
 
href="https://redirect.github.com/projectlombok/lombok/issues/3886";>projectlombok/lombok#3886</a>).</li>
   <li>PERFORMANCE: <code>@ExtensionMethod</code> is now significantly faster 
[Issue <a 
href="https://redirect.github.com/projectlombok/lombok/issues/3866";>#3866</a>](<a
 
href="https://redirect.github.com/projectlombok/lombok/issues/3866";>projectlombok/lombok#3866</a>).</li>
   <li>BUGFIX: the command line <code>config</code> tool would emit incorrect 
output for nullity annotations. [Issue <a 
href="https://redirect.github.com/projectlombok/lombok/issues/3931";>#3931</a>](<a
 
href="https://redirect.github.com/projectlombok/lombok/issues/3931";>projectlombok/lombok#3931</a>).</li>
   <li>FEATURE: <code>@Jacksonized @Accessors(fluent=true)</code> automatically 
creates the relevant annotations such that Jackson correctly identifies fluent 
accessors. [Issue <a 
href="https://redirect.github.com/projectlombok/lombok/issues/3265";>#3265</a>](<a
 
href="https://redirect.github.com/projectlombok/lombok/issues/3265";>projectlombok/lombok#3265</a>),
 [Issue <a 
href="https://redirect.github.com/projectlombok/lombok/issues/3270";>#3270</a>](<a
 
href="https://redirect.github.com/projectlombok/lombok/issues/3270";>projectlombok/lombok#3270</a>).</li>
   <li>IMPROBABLE BREAKING CHANGE: From versions 1.18.16 to 1.18.38, lombok 
automatically copies certain Jackson annotations (e.g., 
<code>@JsonProperty</code>) from fields to the corresponding accessors 
(getters/setters). However, it turned out to be harmful in certain situations. 
Thus, Lombok does not automatically copy those annotations any more. You can 
restore the old behavior using the <a 
href="https://projectlombok.org/features/configuration";>config key</a> 
<code>lombok.copyJacksonAnnotationsToAccessors = true</code>.</li>
   </ul>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/projectlombok/lombok/commit/01879463a90d29399562c0a8230fa2f42c116b23";><code>0187946</code></a>
 [release] pre-release version bump for v1.18.40</li>
   <li><a 
href="https://github.com/projectlombok/lombok/commit/3c0b6a881d1dee776a380e31f3111251cf976ce3";><code>3c0b6a8</code></a>
 [changelog] Replace PRs with issues, add <a 
href="https://redirect.github.com/projectlombok/lombok/issues/3866";>#3866</a> 
fi and <a 
href="https://redirect.github.com/projectlombok/lombok/issues/3931";>#3931</a> 
fix.</li>
   <li><a 
href="https://github.com/projectlombok/lombok/commit/4ae2db76b35d622b1de2ba3fdfefa1d049ab9251";><code>4ae2db7</code></a>
 Merge pull request <a 
href="https://redirect.github.com/projectlombok/lombok/issues/3889";>#3889</a> 
from Rawi01/extensionmethod-name-check</li>
   <li><a 
href="https://github.com/projectlombok/lombok/commit/7eee00a0b45106ee920572e9c3266bedc7112925";><code>7eee00a</code></a>
 [fixes <a 
href="https://redirect.github.com/projectlombok/lombok/issues/3931";>#3931</a>] 
Proper output for config tool addNullAnnotations</li>
   <li><a 
href="https://github.com/projectlombok/lombok/commit/3392bb9cc8bb1a2264eadd89d7cd577ef83a6e4b";><code>3392bb9</code></a>
 [fixes <a 
href="https://redirect.github.com/projectlombok/lombok/issues/3866";>#3866</a>] 
Check extension method name before resolving types</li>
   <li><a 
href="https://github.com/projectlombok/lombok/commit/87e8af476a40b9a7b1c53a82a0fd1d8ba1ead707";><code>87e8af4</code></a>
 [comment] Added explanation: We skip ecj check on 
`NonNullOnRecordExistingCon...</li>
   <li><a 
href="https://github.com/projectlombok/lombok/commit/1255ae0d39f3b46da935f619dbba829868db3f36";><code>1255ae0</code></a>
 [optimisation] Avoid making a pointless arraylist in 90% of cases.</li>
   <li><a 
href="https://github.com/projectlombok/lombok/commit/7aa264ea6ac0b40003fa0c0008646ffe6aad30d2";><code>7aa264e</code></a>
 Merge pull request <a 
href="https://redirect.github.com/projectlombok/lombok/issues/3888";>#3888</a> 
from Rawi01/eclipse-record-refactoring</li>
   <li><a 
href="https://github.com/projectlombok/lombok/commit/fb4651b8448d1fedbe1576fcce88a72c8df9c16f";><code>fb4651b</code></a>
 [changelog] Logged: JDK25 support.</li>
   <li><a 
href="https://github.com/projectlombok/lombok/commit/6648115cae642c8e89fcabc7ed3c06f6e1d8f865";><code>6648115</code></a>
 Merge branch 'jdk25'</li>
   <li>Additional commits viewable in <a 
href="https://github.com/projectlombok/lombok/compare/v1.18.38...v1.18.40";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.projectlombok:lombok&package-manager=maven&previous-version=1.18.38&new-version=1.18.40)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to