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

   Bumps 
[org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java)
 from 3.20.0 to 3.21.1.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/openrewrite/rewrite-migrate-java/releases";>org.openrewrite.recipe:rewrite-migrate-java's
 releases</a>.</em></p>
   <blockquote>
   <h2>v3.21.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Instance main should not be used for certain test cases by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/891";>openrewrite/rewrite-migrate-java#891</a></li>
   <li>Update expected indentation for <code>LombokValueToRecordTest</code> by 
<a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/892";>openrewrite/rewrite-migrate-java#892</a></li>
   <li>OpenRewrite recipe best practices by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/894";>openrewrite/rewrite-migrate-java#894</a></li>
   <li>Convert Guava <code>Iterables.any</code> and <code>.filter</code> by <a 
href="https://github.com/lredor";><code>@​lredor</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/896";>openrewrite/rewrite-migrate-java#896</a></li>
   <li>Support varargs for Predicates.and() and Predicates.or() by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/901";>openrewrite/rewrite-migrate-java#901</a></li>
   <li>Convert Guava <code>Functions.compose</code> by <a 
href="https://github.com/lredor";><code>@​lredor</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/906";>openrewrite/rewrite-migrate-java#906</a></li>
   <li>Convert Guava <code>Sets.filter</code> by <a 
href="https://github.com/lredor";><code>@​lredor</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/898";>openrewrite/rewrite-migrate-java#898</a></li>
   <li>Only convert Guava Predicate when not used as method argument by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/902";>openrewrite/rewrite-migrate-java#902</a></li>
   <li>OpenRewrite recipe best practices by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/907";>openrewrite/rewrite-migrate-java#907</a></li>
   <li>Support Lambda for Predicates.and() and Predicates.or() by <a 
href="https://github.com/lredor";><code>@​lredor</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/910";>openrewrite/rewrite-migrate-java#910</a></li>
   <li>Convert Guava <code>Predicates.equalTo</code> by <a 
href="https://github.com/lredor";><code>@​lredor</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/911";>openrewrite/rewrite-migrate-java#911</a></li>
   <li>Only change Guava <code>Predicate.apply</code> to <code>test</code> when 
not using <code>filter</code> or similar methods by <a 
href="https://github.com/lredor";><code>@​lredor</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/909";>openrewrite/rewrite-migrate-java#909</a></li>
   <li>Cover more cases for Predicates.and/or methods by <a 
href="https://github.com/lredor";><code>@​lredor</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/912";>openrewrite/rewrite-migrate-java#912</a></li>
   <li>Prefer <code>Optional.stream().collect(toSet())</code> over 
<code>Optional.asSet()</code> by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/915";>openrewrite/rewrite-migrate-java#915</a></li>
   <li>Fix indentation calculation by <a 
href="https://github.com/Jenson3210";><code>@​Jenson3210</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/916";>openrewrite/rewrite-migrate-java#916</a></li>
   <li>Convert Guava <code>Iterables.transform</code> and 
<code>Collections2.transform</code> by <a 
href="https://github.com/lredor";><code>@​lredor</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/917";>openrewrite/rewrite-migrate-java#917</a></li>
   <li>Ignore <code>java.util.Iterator</code> in NoGuavaSetsNewHashSet recipe 
by <a href="https://github.com/lredor";><code>@​lredor</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/921";>openrewrite/rewrite-migrate-java#921</a></li>
   <li>Gradle 9.1.0 by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/922";>openrewrite/rewrite-migrate-java#922</a></li>
   <li>Dependencies for <code>javax.jws..*</code> in Java 11 Migration by <a 
href="https://github.com/MBoegers";><code>@​MBoegers</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/925";>openrewrite/rewrite-migrate-java#925</a></li>
   <li>Set build tools to use Java 8 when running Java 8 upgrade by <a 
href="https://github.com/MBoegers";><code>@​MBoegers</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/924";>openrewrite/rewrite-migrate-java#924</a></li>
   <li>Update SDKMan Java version by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/926";>openrewrite/rewrite-migrate-java#926</a></li>
   <li>Do not migrate to Jakarta annotations as part of Java 17 upgrade by <a 
href="https://github.com/Laurens-W";><code>@​Laurens-W</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/923";>openrewrite/rewrite-migrate-java#923</a></li>
   <li>Gradle 9.2.0 by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/930";>openrewrite/rewrite-migrate-java#930</a></li>
   <li>Change the Jetty dependency coordinates going from EE9 to EE10 by <a 
href="https://github.com/ChenyuWang98";><code>@​ChenyuWang98</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/914";>openrewrite/rewrite-migrate-java#914</a></li>
   <li>Move the <code>@InlineMe</code> recipes to rewrite-third-party by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/931";>openrewrite/rewrite-migrate-java#931</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.20.0...v3.21.1";>https://github.com/openrewrite/rewrite-migrate-java/compare/v3.20.0...v3.21.1</a></p>
   <h2>3.21.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Instance main should not be used for certain test cases by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/891";>openrewrite/rewrite-migrate-java#891</a></li>
   <li>Update expected indentation for <code>LombokValueToRecordTest</code> by 
<a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/892";>openrewrite/rewrite-migrate-java#892</a></li>
   <li>OpenRewrite recipe best practices by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/894";>openrewrite/rewrite-migrate-java#894</a></li>
   <li>Convert Guava <code>Iterables.any</code> and <code>.filter</code> by <a 
href="https://github.com/lredor";><code>@​lredor</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/896";>openrewrite/rewrite-migrate-java#896</a></li>
   <li>Support varargs for Predicates.and() and Predicates.or() by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/901";>openrewrite/rewrite-migrate-java#901</a></li>
   <li>Convert Guava <code>Functions.compose</code> by <a 
href="https://github.com/lredor";><code>@​lredor</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/906";>openrewrite/rewrite-migrate-java#906</a></li>
   <li>Convert Guava <code>Sets.filter</code> by <a 
href="https://github.com/lredor";><code>@​lredor</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/898";>openrewrite/rewrite-migrate-java#898</a></li>
   <li>Only convert Guava Predicate when not used as method argument by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/902";>openrewrite/rewrite-migrate-java#902</a></li>
   <li>OpenRewrite recipe best practices by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/907";>openrewrite/rewrite-migrate-java#907</a></li>
   <li>Support Lambda for Predicates.and() and Predicates.or() by <a 
href="https://github.com/lredor";><code>@​lredor</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/910";>openrewrite/rewrite-migrate-java#910</a></li>
   <li>Convert Guava <code>Predicates.equalTo</code> by <a 
href="https://github.com/lredor";><code>@​lredor</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/911";>openrewrite/rewrite-migrate-java#911</a></li>
   <li>Only change Guava <code>Predicate.apply</code> to <code>test</code> when 
not using <code>filter</code> or similar methods by <a 
href="https://github.com/lredor";><code>@​lredor</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/909";>openrewrite/rewrite-migrate-java#909</a></li>
   <li>Cover more cases for Predicates.and/or methods by <a 
href="https://github.com/lredor";><code>@​lredor</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/912";>openrewrite/rewrite-migrate-java#912</a></li>
   <li>Prefer <code>Optional.stream().collect(toSet())</code> over 
<code>Optional.asSet()</code> by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/915";>openrewrite/rewrite-migrate-java#915</a></li>
   <li>Fix indentation calculation by <a 
href="https://github.com/Jenson3210";><code>@​Jenson3210</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/916";>openrewrite/rewrite-migrate-java#916</a></li>
   <li>Convert Guava <code>Iterables.transform</code> and 
<code>Collections2.transform</code> by <a 
href="https://github.com/lredor";><code>@​lredor</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/917";>openrewrite/rewrite-migrate-java#917</a></li>
   <li>Ignore <code>java.util.Iterator</code> in NoGuavaSetsNewHashSet recipe 
by <a href="https://github.com/lredor";><code>@​lredor</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/921";>openrewrite/rewrite-migrate-java#921</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/29e071dccec7816339acea9c63a06d25ec17f693";><code>29e071d</code></a>
 Handle new Java 17 fx zulu images going forward</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/abce1281f96a686413de4c0d19b306c5508a65e6";><code>abce128</code></a>
 OpenRewrite recipe best practices</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/5fe85a49b4183b934b89e0e5c493c142357d0523";><code>5fe85a4</code></a>
 [Auto] SDKMAN! Java candidates as of 2025-11-03T1018</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/fc5ae22b17a598547b57ba6035bf56bbfcc994b3";><code>fc5ae22</code></a>
 Move the <code>@InlineMe</code> recipes to rewrite-third-party (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/931";>#931</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/a5af8f130234cdc0d300a99ed44e425b4a841672";><code>a5af8f1</code></a>
 Add <code>NoGuavaMapsNewLinkedHashMap</code> to <code>NoGuava</code></li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/19ba3638984b6a046b3115e79657983bd512eb30";><code>19ba363</code></a>
 Change the Jetty dependency coordinates going from EE9 to EE10 (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/914";>#914</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/d80222156f7c4d3fd5e17f0017a53214151e0638";><code>d802221</code></a>
 Gradle 9.2.0 (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/930";>#930</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/bb406cfa90e34f8e1769e422eb9f0cbd4ba05d1d";><code>bb406cf</code></a>
 Do not migrate to Jakarta annotations as part of Java 17 upgrade (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/923";>#923</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/926d84d68db1543a450e272abea8221232739b63";><code>926d84d</code></a>
 Update SDKMan Java version (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/926";>#926</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/bd5eecfeee6f8395650c80c3bf7437ac22100156";><code>bd5eecf</code></a>
 Set build tools to use Java 8 when running Java 8 upgrade (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/924";>#924</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.20.0...v3.21.1";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.openrewrite.recipe:rewrite-migrate-java&package-manager=maven&previous-version=3.20.0&new-version=3.21.1)](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