dependabot[bot] opened a new pull request, #1501: URL: https://github.com/apache/wicket/pull/1501
Bumps [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) from 3.26.0 to 3.38.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>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> <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> </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/f3227f70a3929cc7f5fa9dca34f058586a01a857"><code>f3227f7</code></a> Bump Kotlin 2.0-2.2 to 2.3 so Kotlin modules can reach Java 25 (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1139">#1139</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/a602847d7648412acd2a5aadbe677e50f9c7cd79"><code>a602847</code></a> Add recipe to extract complex explicit constructor invocation arguments (JEP ...</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/c0be3e515414588a7a24365cb2cfa23df9986ada"><code>c0be3e5</code></a> Remove meaningless <code>matchOverrides</code> on static-method MethodMatchers</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/a8974233fbcf996efc03ca42075befcb5ed5df8b"><code>a897423</code></a> Preserve <code>@{argLine}</code> in AddSurefireFailsafeArgLine for JaCoCo coverage (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1138">#1138</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/5cb24acc8b4702c3e070fb30f19537a3d70efaa6"><code>5cb24ac</code></a> Explain why Kotlin modules are capped at Java 24 during Java 25 migration (<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/e2614a37b0764c53d7f803ae10bce82e17e15ba3"><code>e2614a3</code></a> Bump maven-pmd-plugin to 3.28.x for Java 25 support (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1136">#1136</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/1d25dc2dbdb32eb365cc7b4cc70c02820750b98b"><code>1d25dc2</code></a> Fix quadratic traversal in NoGuavaPredicate</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/a58ef3a411c27159acb4b174a720b915f91ddc48"><code>a58ef3a</code></a> use . instead # for FQN link in Markdown javadoc (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1134">#1134</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/306ab43ad1f6c08e451238a6c5a53bbcfdf068dd"><code>306ab43</code></a> Use GitHub actions/checkout@v7</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/ef808101d92b5ea11a03f5621c7626dc3506389d"><code>ef80810</code></a> Remove out-of-date OWASP suppressions</li> <li>Additional commits viewable in <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.26.0...v3.38.0">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 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]
