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

   Bumps 
[org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java)
 from 3.26.0 to 3.36.0.
   <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>3.36.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Move StringFormatted recipe from Java 17 upgrade to Java 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/1106";>openrewrite/rewrite-migrate-java#1106</a></li>
   <li>Skip <code>IfElseIfConstructToSwitch</code> when a trailing non-<code>== 
null</code> binary check is present by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1109";>openrewrite/rewrite-migrate-java#1109</a></li>
   <li>Skip <code>UseTextBlocks</code> when literal value matches its source by 
<a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1111";>openrewrite/rewrite-migrate-java#1111</a></li>
   <li>Skip <code>UseMapOf</code> for <code>HashMap</code> subclasses like 
<code>LinkedHashMap</code> and <code>TreeMap</code> by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1113";>openrewrite/rewrite-migrate-java#1113</a></li>
   <li>Skip <code>RenameUnderscoreIdentifier</code> on Kotlin and Groovy 
sources by <a href="https://github.com/MBoegers";><code>@​MBoegers</code></a> in 
<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1114";>openrewrite/rewrite-migrate-java#1114</a></li>
   <li>Do not add <code>java.io.IO</code> import in 
<code>ReplaceSystemOutWithIOPrint</code> by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1118";>openrewrite/rewrite-migrate-java#1118</a></li>
   <li>fix: do not replace lambda params with underscore when used as 
assignment target by <a 
href="https://github.com/darrencilia";><code>@​darrencilia</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1117";>openrewrite/rewrite-migrate-java#1117</a></li>
   <li>Route WSS4J message.token classes to their real 2.x packages by <a 
href="https://github.com/Jenson3210";><code>@​Jenson3210</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1122";>openrewrite/rewrite-migrate-java#1122</a></li>
   <li>Migrate <code>com.sun.xml.bind.marshaller.NamespacePrefixMapper</code> 
to <code>org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper</code> by 
<a href="https://github.com/Jenson3210";><code>@​Jenson3210</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1121";>openrewrite/rewrite-migrate-java#1121</a></li>
   <li>Fix <code>RefineSwitchCases</code> generating invalid guard on enum 
constant labels by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1124";>openrewrite/rewrite-migrate-java#1124</a></li>
   <li>Skip unparseable Java versions in FindJavaVersion instead of reporting 
-1 by <a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1125";>openrewrite/rewrite-migrate-java#1125</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/darrencilia";><code>@​darrencilia</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1117";>openrewrite/rewrite-migrate-java#1117</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.35.0...v3.36.0";>https://github.com/openrewrite/rewrite-migrate-java/compare/v3.35.0...v3.36.0</a></p>
   <h2>3.35.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Add <code>java.io.IO</code> import in 
<code>ReplaceSystemOutWithIOPrint</code> by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1093";>openrewrite/rewrite-migrate-java#1093</a></li>
   <li>Skip <code>UseMapOf</code> when <code>put()</code> argument is a null 
literal by <a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> 
in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1094";>openrewrite/rewrite-migrate-java#1094</a></li>
   <li>Migrate JAXB XJC binding files declaring version 2.0/2.1/2.2 by <a 
href="https://github.com/MBoegers";><code>@​MBoegers</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1098";>openrewrite/rewrite-migrate-java#1098</a></li>
   <li>Preserve explicit type arguments in MigrateCollections* recipes by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1099";>openrewrite/rewrite-migrate-java#1099</a></li>
   <li>Route Maven through Moderne Artifactory cache to avoid HTTP 429 by <a 
href="https://github.com/Jenson3210";><code>@​Jenson3210</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1096";>openrewrite/rewrite-migrate-java#1096</a></li>
   <li>Load sun.internal.new[Class].jar directly to fix CI test failures by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1101";>openrewrite/rewrite-migrate-java#1101</a></li>
   <li>Skip explicit type arguments containing wildcards in 
<code>UseVarForGenericMethodInvocations</code> by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1102";>openrewrite/rewrite-migrate-java#1102</a></li>
   <li>Skip <code>var</code> when target type inference widens a generic 
argument by <a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> 
in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1103";>openrewrite/rewrite-migrate-java#1103</a></li>
   <li>Skip <code>IfElseIfConstructToSwitch</code> when <code>instanceof</code> 
types are missing by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1095";>openrewrite/rewrite-migrate-java#1095</a></li>
   <li>Revert inline Maven mirror (now in gh-automation#95) by <a 
href="https://github.com/Jenson3210";><code>@​Jenson3210</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1104";>openrewrite/rewrite-migrate-java#1104</a></li>
   <li>Aggregate FindJavaVersion to one row per repository by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1105";>openrewrite/rewrite-migrate-java#1105</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.34.1...v3.35.0";>https://github.com/openrewrite/rewrite-migrate-java/compare/v3.34.1...v3.35.0</a></p>
   <h2>v3.34.1</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>OpenRewrite <a 
href="https://github.com/openrewrite/rewrite/releases/tag/v8.81.6";>v8.81.6</a></li>
   <li>Refresh UpdateSdkManTest fixtures after SDKMAN CSV update by <a 
href="https://github.com/steve-aom-elliott";><code>@​steve-aom-elliott</code></a>
 in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1073";>openrewrite/rewrite-migrate-java#1073</a></li>
   <li>Add more static analysis recipes to java-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/1075";>openrewrite/rewrite-migrate-java#1075</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/1074";>openrewrite/rewrite-migrate-java#1074</a></li>
   <li>Add jspecify hyperlink by <a 
href="https://github.com/sullis";><code>@​sullis</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1076";>openrewrite/rewrite-migrate-java#1076</a></li>
   <li>Skip <code>var</code> when reassignment relies on declared supertype by 
<a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1078";>openrewrite/rewrite-migrate-java#1078</a></li>
   <li>Keep parentheses when renaming typed lambda parameter to underscore by 
<a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1082";>openrewrite/rewrite-migrate-java#1082</a></li>
   <li>Document null-probing semantic differences in singleton migrations by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1081";>openrewrite/rewrite-migrate-java#1081</a></li>
   <li>Skip main migration when referenced as static API by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1084";>openrewrite/rewrite-migrate-java#1084</a></li>
   <li>Skip <code>Immutable*.copyOf</code> rewrite when argument is not a 
<code>Collection</code> by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1089";>openrewrite/rewrite-migrate-java#1089</a></li>
   <li>Keep block body when refined switch arm contains an if statement by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1088";>openrewrite/rewrite-migrate-java#1088</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/d4df17857ef81e000da0bd2440a08bca9efbdbbb";><code>d4df178</code></a>
 Skip unparseable Java versions in FindJavaVersion instead of reporting -1 (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1";>#1</a>...</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/b8a298efbf34a018c85dfd601e484efbc502ec2a";><code>b8a298e</code></a>
 Fix <code>RefineSwitchCases</code> generating invalid guard on enum constant 
labels (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1124";>#1124</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/c7f400b59e125a859c1cf63622bedab860b79653";><code>c7f400b</code></a>
 [Auto] SDKMAN! Java candidates as of 2026-06-01T1550</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/fca7c7c2c9687c08e017dfb36c93136536f72899";><code>fca7c7c</code></a>
 Migrate <code>com.sun.xml.bind.marshaller.NamespacePrefixMapper</code> to 
`org.glassfish...</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/74017b27eab927dc885e4ec65265fac0c7d335b8";><code>74017b2</code></a>
 Route WSS4J message.token classes to their real 2.x packages (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1122";>#1122</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/52b0808bbb6c9e04be50a513706006fe79502d92";><code>52b0808</code></a>
 OpenRewrite recipe best practices</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/23e5804fe017ddb6604a8f984943db9220afe91d";><code>23e5804</code></a>
 Update Gradle wrapper 9.5.1</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/21548bd4f043d0202fb5ab1eff7e16a651c29853";><code>21548bd</code></a>
 fix: do not replace lambda params with underscore when used as assignment 
tar...</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/61e7d90e7a8f5e4b369c42e2b6ed7b4432563532";><code>61e7d90</code></a>
 Do not add <code>java.io.IO</code> import in 
<code>ReplaceSystemOutWithIOPrint</code> (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1118";>#1118</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/dec86d0f6c2d2194a1d551a5f9b5834e8177834b";><code>dec86d0</code></a>
 Skip <code>RenameUnderscoreIdentifier</code> on Kotlin and Groovy sources (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1114";>#1114</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.26.0...v3.36.0";>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.26.0&new-version=3.36.0)](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 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