dependabot[bot] opened a new pull request, #1530: URL: https://github.com/apache/wicket/pull/1530
Bumps [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) from 3.26.0 to 3.41.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.41.0</h2> <h2>What's Changed</h2> <ul> <li>Add Mockito Java agent surefire config in reactor modules by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1169">openrewrite/rewrite-migrate-java#1169</a></li> <li>Move Java EE 8 servlet update into separate recipe by <a href="https://github.com/rlsanders4"><code>@rlsanders4</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1170">openrewrite/rewrite-migrate-java#1170</a></li> <li>Update NoGuavaRefaster expected output for upstream static-import change by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1171">openrewrite/rewrite-migrate-java#1171</a></li> <li>Set Develocity <code>projectId</code> to "openrewrite" by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1172">openrewrite/rewrite-migrate-java#1172</a></li> <li>Add <code>mapstruct-processor</code> to annotation processor paths when Lombok and MapStruct are used by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1175">openrewrite/rewrite-migrate-java#1175</a></li> <li>Fix method patterns for dead <code>UnsignedInts</code>/<code>UnsignedLongs</code> recipes by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1176">openrewrite/rewrite-migrate-java#1176</a></li> <li>Migrate web.xml xsi:schemaLocation from J2EE 1.4 namespace 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/1177">openrewrite/rewrite-migrate-java#1177</a></li> <li>Forward Code Genome Project publish credentials to <code>ci-gradle.yml</code> by <a href="https://github.com/jkschneider"><code>@jkschneider</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1178">openrewrite/rewrite-migrate-java#1178</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.40.0...v3.41.0">https://github.com/openrewrite/rewrite-migrate-java/compare/v3.40.0...v3.41.0</a></p> <h2>3.40.0</h2> <h2>What's Changed</h2> <ul> <li>Keep <code>\t</code> and <code>\f</code> escapes in UseTextBlocks to avoid incidental whitespace stripping by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1160">openrewrite/rewrite-migrate-java#1160</a></li> <li>Skip UseEnumSetOf empty conversion for static fields to avoid circular class-init (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1157">#1157</a>) by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1161">openrewrite/rewrite-migrate-java#1161</a></li> <li>Skip <code>UseMapOf</code> for <code>LinkedHashMap</code>/<code>TreeMap</code> in the prose <code>put()</code> form (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1163">#1163</a>) by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1165">openrewrite/rewrite-migrate-java#1165</a></li> <li>Skip AddMockitoJavaAgentToMavenSurefirePlugin when agent already configured in build/plugins by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1166">openrewrite/rewrite-migrate-java#1166</a></li> <li>Add RedundantUtf8Charset recipe to drop redundant UTF-8 from Files calls by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1167">openrewrite/rewrite-migrate-java#1167</a></li> <li>Fix Jakarta EE 10 web.xml migration by <a href="https://github.com/sakshichitnis27"><code>@sakshichitnis27</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1159">openrewrite/rewrite-migrate-java#1159</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/sakshichitnis27"><code>@sakshichitnis27</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1159">openrewrite/rewrite-migrate-java#1159</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.39.0...v3.40.0">https://github.com/openrewrite/rewrite-migrate-java/compare/v3.39.0...v3.40.0</a></p> <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><br></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 <T></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> </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/128764a7969da2dbe335bcd5e19985b4bd21446a"><code>128764a</code></a> Forward Code Genome Project publish credentials to <code>ci-gradle.yml</code> (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1178">#1178</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/39b31e8f7a7107729c6686547a495b665f21121a"><code>39b31e8</code></a> Migrate web.xml xsi:schemaLocation from J2EE 1.4 namespace (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1177">#1177</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/e7f0b34b6de7ec86eea77de3139f73a1c8c514fb"><code>e7f0b34</code></a> [Auto] SDKMAN! Java candidates as of 2026-07-27T1252</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/e29c330a769ab08cdf789bff9daa28240b0c76ed"><code>e29c330</code></a> Fix method patterns for dead <code>UnsignedInts</code>/<code>UnsignedLongs</code> recipes (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1176">#1176</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/7c45df7add66d4df1f3253c0846e740832d4caca"><code>7c45df7</code></a> Add <code>mapstruct-processor</code> to annotation processor paths when Lombok and MapSt...</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/ab370a9db1a8b641a5d62a1187c980612d971364"><code>ab370a9</code></a> Set Develocity <code>projectId</code> to "openrewrite" (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1172">#1172</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/cddded884eb9f0e1d7833589809eb76c726a4b16"><code>cddded8</code></a> Move Develocity to community.develocity.cloud</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/577446f9e3c51b1c6a089f34e02d71b3a9ede7fe"><code>577446f</code></a> Update NoGuavaRefaster expected output for upstream static-import change (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1171">#1171</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/9b7a874bfe860b22c9a103dadb1c55719fdfd39c"><code>9b7a874</code></a> [Auto] SDKMAN! Java candidates as of 2026-07-20T1212</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/a5b7ddcf37df2aaa9c71799cabe387eb7fb9dd20"><code>a5b7ddc</code></a> Move Java EE 8 servlet update into separate recipe (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1170">#1170</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.26.0...v3.41.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]
