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

   Bumps 
[org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java)
 from 3.26.0 to 3.39.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.39.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Make ExtractExplicitConstructorInvocationArguments templates 
context-free by <a 
href="https://github.com/knutwannheden";><code>@​knutwannheden</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1140";>openrewrite/rewrite-migrate-java#1140</a></li>
   <li>Convert Javadoc <code>&lt;br&gt;</code> tags to Markdown line breaks by 
<a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1142";>openrewrite/rewrite-migrate-java#1142</a></li>
   <li>Preserve angle brackets when converting <code>@param &lt;T&gt;</code> to 
Markdown by <a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> 
in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1141";>openrewrite/rewrite-migrate-java#1141</a></li>
   <li>Fix JavadocToMarkdown's handling of varargs and JDKs newer than the 
bytecode source/target compatibility by <a 
href="https://github.com/sambsnyd";><code>@​sambsnyd</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1143";>openrewrite/rewrite-migrate-java#1143</a></li>
   <li>Move ReplaceUnusedVariablesWithUnderscore 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/1144";>openrewrite/rewrite-migrate-java#1144</a></li>
   <li>Extend Use{List,Set,Map}Of to recognise prose-statement chains 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/1145";>openrewrite/rewrite-migrate-java#1145</a></li>
   <li>Skip <code>UseMapOf</code> when the anonymous <code>HashMap</code> is 
assigned to a concrete <code>HashMap</code> variable by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1149";>openrewrite/rewrite-migrate-java#1149</a></li>
   <li>Fix jakarta.enterprise.concurrent-api version for EE9 and EE10 by <a 
href="https://github.com/evie-lau";><code>@​evie-lau</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1152";>openrewrite/rewrite-migrate-java#1152</a></li>
   <li>Add recipe to replace jakarta jws-api with ws-api in EE10 by <a 
href="https://github.com/evie-lau";><code>@​evie-lau</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1151";>openrewrite/rewrite-migrate-java#1151</a></li>
   <li>Upgrade maven-ejb-plugin alongside jakarta.ejb-api by <a 
href="https://github.com/evie-lau";><code>@​evie-lau</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1155";>openrewrite/rewrite-migrate-java#1155</a></li>
   <li>Upgrade maven-ear-plugin for ee9 and ee11 by <a 
href="https://github.com/evie-lau";><code>@​evie-lau</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1156";>openrewrite/rewrite-migrate-java#1156</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.38.0...v3.39.0";>https://github.com/openrewrite/rewrite-migrate-java/compare/v3.38.0...v3.39.0</a></p>
   <h2>v3.38.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>use . instead # for FQN link in Markdown javadoc by <a 
href="https://github.com/barbulescu";><code>@​barbulescu</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1134";>openrewrite/rewrite-migrate-java#1134</a></li>
   <li>Bump maven-pmd-plugin to 3.28.x for Java 25 support by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1136";>openrewrite/rewrite-migrate-java#1136</a></li>
   <li>Explain why Kotlin modules are capped at Java 24 during Java 25 
migration by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1137";>openrewrite/rewrite-migrate-java#1137</a></li>
   <li>Preserve <code>@{argLine}</code> in AddSurefireFailsafeArgLine for 
JaCoCo coverage by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1138";>openrewrite/rewrite-migrate-java#1138</a></li>
   <li>Add recipe to extract complex explicit constructor invocation arguments 
(JEP 513) by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1135";>openrewrite/rewrite-migrate-java#1135</a></li>
   <li>Bump Kotlin 2.0-2.2 to 2.3 so Kotlin modules can reach Java 25 by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1139";>openrewrite/rewrite-migrate-java#1139</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.37.0...v3.38.0";>https://github.com/openrewrite/rewrite-migrate-java/compare/v3.37.0...v3.38.0</a></p>
   <h2>3.37.0</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Align Kotlin jvmTarget with the Java version during UpgradeJavaVersion 
by <a href="https://github.com/MBoegers";><code>@​MBoegers</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1120";>openrewrite/rewrite-migrate-java#1120</a></li>
   <li>Move instance main methods recipe to JavaBestPractices by <a 
href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1130";>openrewrite/rewrite-migrate-java#1130</a></li>
   <li>javadoc code tag language is not converted to markdown by <a 
href="https://github.com/barbulescu";><code>@​barbulescu</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1129";>openrewrite/rewrite-migrate-java#1129</a></li>
   <li>Contribute AddMockitoJavaAgentToMavenSurefirePlugin Recipe by <a 
href="https://github.com/ryan-hudson";><code>@​ryan-hudson</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1128";>openrewrite/rewrite-migrate-java#1128</a></li>
   <li>Preserve significant trailing space in UseTextBlocks (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1132";>#1132</a>)
 by <a href="https://github.com/timtebeek";><code>@​timtebeek</code></a> in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1133";>openrewrite/rewrite-migrate-java#1133</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/barbulescu";><code>@​barbulescu</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1129";>openrewrite/rewrite-migrate-java#1129</a></li>
   <li><a href="https://github.com/ryan-hudson";><code>@​ryan-hudson</code></a> 
made their first contribution in <a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1128";>openrewrite/rewrite-migrate-java#1128</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.36.0...v3.37.0";>https://github.com/openrewrite/rewrite-migrate-java/compare/v3.36.0...v3.37.0</a></p>
   <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>
   </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/16e662d63d12e8e456b2f3a7631df156be9d3fc6";><code>16e662d</code></a>
 Upgrade maven-ear-plugin for ee9 and ee11 (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1156";>#1156</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/b9f0360158bfac7a85a6788b13899e736a64912d";><code>b9f0360</code></a>
 Upgrade maven-ejb-plugin alongside jakarta.ejb-api (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1155";>#1155</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/83f0e689327acb3b7fc995c1a904da258d8eff7a";><code>83f0e68</code></a>
 Add recipe to replace jakarta jws-api with ws-api in EE10 (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1151";>#1151</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/48213f642b923cee574baa007ddc4238ea879460";><code>48213f6</code></a>
 Fix jakarta.enterprise.concurrent-api version for EE9 and EE10 (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1152";>#1152</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/b6c9ae68c9b95360652c85433d9e8f0880609263";><code>b6c9ae6</code></a>
 Skip UseMapOf rewrite when the assignment target is a concrete HashMap (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1148";>#1148</a>...</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/ceb4af5157531f2251a6d7bbf984fcef64c51c5e";><code>ceb4af5</code></a>
 Extend Use{List,Set,Map}Of to recognise prose-statement chains (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1145";>#1145</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/8ec6841bbd9ce334267b92f94ff46725b9db3824";><code>8ec6841</code></a>
 OpenRewrite recipe best practices</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/fc4e5d655551c4d1816bd8f413d491dce480f4b1";><code>fc4e5d6</code></a>
 Move ReplaceUnusedVariablesWithUnderscore to Java best practices (<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1144";>#1144</a>)</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/cfdda28787ce83078a1eab219aaf6b1f07977dfe";><code>cfdda28</code></a>
 Fix JavadocToMarkdown's handling of varargs and JDKs newer than the bytecode 
...</li>
   <li><a 
href="https://github.com/openrewrite/rewrite-migrate-java/commit/ad1045d5811bfe22d7bbb3183a37e8b1430a726e";><code>ad1045d</code></a>
 Preserve angle brackets when converting <a 
href="https://github.com/param";><code>@​param</code></a> &lt;T&gt; to Markdown 
(<a 
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1141";>#1141</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.26.0...v3.39.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.39.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