dependabot[bot] opened a new pull request, #1551: URL: https://github.com/apache/wicket/pull/1551
Bumps [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) from 3.26.0 to 3.42.1. <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.42.1</h2> <h2>What's Changed</h2> <ul> <li>Do not duplicate JSpecify annotations when several annotations map to one by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1200">openrewrite/rewrite-migrate-java#1200</a></li> <li>Upgrade <code>maven-pmd-plugin</code> as part of the Java 17 migration by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1208">openrewrite/rewrite-migrate-java#1208</a></li> <li>Update inline Guava recipes for Guava 33.7.0 by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1207">openrewrite/rewrite-migrate-java#1207</a></li> <li>Extend <code>UseListOf</code> prose pattern to <code>LinkedHashSet</code> by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1209">openrewrite/rewrite-migrate-java#1209</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.42.0...v3.42.1">https://github.com/openrewrite/rewrite-migrate-java/compare/v3.42.0...v3.42.1</a></p> <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> </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/c5ef164c1e5c9b09fc5d54c721e7fce4316b8d4b"><code>c5ef164</code></a> Extend <code>UseListOf</code> prose pattern to <code>LinkedHashSet</code> (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1181">#1181</a>) (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1209">#1209</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/57c644c9e1af6d3a9ee2444c7cfb8a876caf416e"><code>57c644c</code></a> Update inline Guava recipes for Guava 33.7.0 (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1207">#1207</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/4a9108584c681671a01daa5fab9ac946a1f574ae"><code>4a91085</code></a> Upgrade <code>maven-pmd-plugin</code> as part of the Java 17 migration (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1208">#1208</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/1cb4f8d4ee3a1024ad0b9560b35c04b7376f54a2"><code>1cb4f8d</code></a> [Auto] SDKMAN! Java candidates as of 2026-08-17T1025</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/75f07f716f11505e634c070a6b0868d0cfa4a061"><code>75f07f7</code></a> Do not duplicate JSpecify annotations when several annotations map to one (<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/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>Additional commits viewable in <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.26.0...v3.42.1">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]
