dependabot[bot] opened a new pull request, #1543: URL: https://github.com/apache/wicket/pull/1543
Bumps [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) from 3.26.0 to 3.42.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.42.0</h2> <h2>What's Changed</h2> <ul> <li>Adopt upstream XML trailing-comment formatting by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1180">openrewrite/rewrite-migrate-java#1180</a></li> <li>Add mapping for CheckForNull to JSpecify annotation by <a href="https://github.com/zbynek"><code>@zbynek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1179">openrewrite/rewrite-migrate-java#1179</a></li> <li>Skip <code>UseSetOf</code>/<code>UseListOf</code> for <code>HashSet</code>/<code>ArrayList</code> subclasses by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1182">openrewrite/rewrite-migrate-java#1182</a></li> <li>Avoid hardcoded patch version in UpdateSdkManTest by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1183">openrewrite/rewrite-migrate-java#1183</a></li> <li>Only add the Mockito surefire agent configuration when asked, and keep it minimal by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1184">openrewrite/rewrite-migrate-java#1184</a></li> <li>Make subpackage recursion explicit in the Jackson JAX-RS JSON rename by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1185">openrewrite/rewrite-migrate-java#1185</a></li> <li>Add the Mockito agent properties goal in its own execution by <a href="https://github.com/MBoegers"><code>@MBoegers</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1186">openrewrite/rewrite-migrate-java#1186</a></li> <li>Derive SDKMAN test versions from the candidate list by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1188">openrewrite/rewrite-migrate-java#1188</a></li> <li>Do not apply <code>var</code> when the generic return type needs the declared type by <a href="https://github.com/jevanlingen"><code>@jevanlingen</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1187">openrewrite/rewrite-migrate-java#1187</a></li> <li>Cover legacy Bouncy Castle artifacts and their API changes by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1189">openrewrite/rewrite-migrate-java#1189</a></li> <li>Add jakarta.validation-api dependency when migrating com.sun.istack.NotNull 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/1190">openrewrite/rewrite-migrate-java#1190</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/zbynek"><code>@zbynek</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1179">openrewrite/rewrite-migrate-java#1179</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.41.0...v3.42.0">https://github.com/openrewrite/rewrite-migrate-java/compare/v3.41.0...v3.42.0</a></p> <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> </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/1238ceb698824bd3221186ad9aa27f88a9849385"><code>1238ceb</code></a> OpenRewrite recipe best practices</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/01d0fe8221d8aa1230a8f7660f19660247c9b3a4"><code>01d0fe8</code></a> Add <code>jakarta.validation-api</code> dependency when migrating `com.sun.istack.NotNul...</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/33354b5d4c79f8e95b8a46f35cb2ccb9132c4e8b"><code>33354b5</code></a> Cover legacy Bouncy Castle artifacts and their API changes (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1189">#1189</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/6c648a5d7f04a38a9b4347b118b9881902ff4e4c"><code>6c648a5</code></a> Update Gradle wrapper to 9.7.0</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/7099ad3e87cae5fcf7a9da6e96642bb313bf11c1"><code>7099ad3</code></a> Do not apply <code>var</code> when the generic return type needs the declared type (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1187">#1187</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/ccfa7b05b56289e53e96fe357e3f12bc4db77029"><code>ccfa7b0</code></a> Derive SDKMAN test versions from the candidate list (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1188">#1188</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/96e8647d3b9ebee29d0ed05b89ded590576302ff"><code>96e8647</code></a> [Auto] SDKMAN! Java candidates as of 2026-08-10T1102</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/26f898e883fabc8cdf9ee916cc7e45add8b99c8e"><code>26f898e</code></a> Add the Mockito agent properties goal in its own execution (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1186">#1186</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/d82dd477a093e20f7acf6e27018c5c575e95fd62"><code>d82dd47</code></a> OpenRewrite recipe best practices</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/55f2e9393eba15331ec9d761ef9875985ffb34fd"><code>55f2e93</code></a> Make subpackage recursion explicit in the Jackson JAX-RS JSON rename (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1185">#1185</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.26.0...v3.42.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]
