dependabot[bot] opened a new pull request, #1233: URL: https://github.com/apache/wicket/pull/1233
Bumps [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) from 2.29.0 to 3.15.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.15.1</h2> <h2>What's Changed</h2> <ul> <li>Update with rewrite 8.60.2</li> <li>Improve Java 17 and Java 21 switch expression tests by <a href="https://github.com/jevanlingen"><code>@jevanlingen</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/822">openrewrite/rewrite-migrate-java#822</a></li> <li>The JakartaEE9 upgrade process supplements the jakarta.activation upg… by <a href="https://github.com/ChenyuWang98"><code>@ChenyuWang98</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/820">openrewrite/rewrite-migrate-java#820</a></li> <li>Move all switch expression recipes to Java 21 migration by <a href="https://github.com/jevanlingen"><code>@jevanlingen</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/824">openrewrite/rewrite-migrate-java#824</a></li> <li>JakartaEE9 update restLet to 2.6.x by <a href="https://github.com/ChenyuWang98"><code>@ChenyuWang98</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/827">openrewrite/rewrite-migrate-java#827</a></li> <li>Update jetty9 -> jetty12 as part of EE9 by <a href="https://github.com/ChenyuWang98"><code>@ChenyuWang98</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/826">openrewrite/rewrite-migrate-java#826</a></li> <li>Migrate to <code>commons-fileupload2-jakarta</code> by <a href="https://github.com/ChenyuWang98"><code>@ChenyuWang98</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/819">openrewrite/rewrite-migrate-java#819</a></li> <li>Update jakarta-ee-9.yml add javax.servlet.jsp update by <a href="https://github.com/ChenyuWang98"><code>@ChenyuWang98</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/829">openrewrite/rewrite-migrate-java#829</a></li> <li>Create recipe for <code>@InlineMe</code> annotation replacements by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/788">openrewrite/rewrite-migrate-java#788</a></li> <li>Use classpath from resource for Refaster by <a href="https://github.com/jevanlingen"><code>@jevanlingen</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/830">openrewrite/rewrite-migrate-java#830</a></li> <li>Fix recipe reference to <code>AccessController</code> migration for Java 25 by <a href="https://github.com/MBoegers"><code>@MBoegers</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/832">openrewrite/rewrite-migrate-java#832</a></li> <li>Update build Java 25 by <a href="https://github.com/MBoegers"><code>@MBoegers</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/833">openrewrite/rewrite-migrate-java#833</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/ChenyuWang98"><code>@ChenyuWang98</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/820">openrewrite/rewrite-migrate-java#820</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.15.0...v3.15.1">https://github.com/openrewrite/rewrite-migrate-java/compare/v3.15.0...v3.15.1</a></p> <h2>3.15.0</h2> <h2>What's Changed</h2> <ul> <li>Convert assigning Switch statements to Switch expressions by <a href="https://github.com/pdelagrave"><code>@pdelagrave</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/795">openrewrite/rewrite-migrate-java#795</a></li> <li>Convert switch expressions to arrows where possible by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/801">openrewrite/rewrite-migrate-java#801</a></li> <li>Convert switch cases with returns to returned switch expression by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/802">openrewrite/rewrite-migrate-java#802</a></li> <li><code>ReplaceStreamCollectWithToList</code> should look at return type by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/803">openrewrite/rewrite-migrate-java#803</a></li> <li>New recipe to adopt Lombok setter method names by <a href="https://github.com/timo-a"><code>@timo-a</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/632">openrewrite/rewrite-migrate-java#632</a></li> <li>refactor: Static imports for Collections and Collectors by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/804">openrewrite/rewrite-migrate-java#804</a></li> <li>Preserve whitespace in <code>MigrateCollectionsUnmodifiableList</code> by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/806">openrewrite/rewrite-migrate-java#806</a></li> <li>rename settings.local.json to settings.json by <a href="https://github.com/zieka"><code>@zieka</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/808">openrewrite/rewrite-migrate-java#808</a></li> <li>The quick fix for the tests for Jaxws Dependencies 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/809">openrewrite/rewrite-migrate-java#809</a></li> <li>Refactor RewriteTest to use defaults method by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/814">openrewrite/rewrite-migrate-java#814</a></li> <li>Create <code>is</code> methods for boolean fields in <code>LombokValueToRecord</code> by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/813">openrewrite/rewrite-migrate-java#813</a></li> <li>Joda-time: Make safe migration optional by <a href="https://github.com/amishra-u"><code>@amishra-u</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/811">openrewrite/rewrite-migrate-java#811</a></li> <li>Improve "Add explicit Common Annotations dependencies" in "Migrate to Java 11" by <a href="https://github.com/jevanlingen"><code>@jevanlingen</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/816">openrewrite/rewrite-migrate-java#816</a></li> <li>chore(ci): bump actions/checkout from 4 to 5 by <a href="https://github.com/dependabot"><code>@dependabot</code></a>[bot] in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/817">openrewrite/rewrite-migrate-java#817</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.14.0...v3.15.0">https://github.com/openrewrite/rewrite-migrate-java/compare/v3.14.0...v3.15.0</a></p> <h2>3.14.1</h2> <h2>What's Changed</h2> <ul> <li>OpenRewrite v8.59.1: <a href="https://github.com/openrewrite/rewrite">https://github.com/openrewrite/rewrite</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-migrate-java">https://github.com/openrewrite/rewrite-migrate-java</a></p> <h2>3.14.0</h2> <h2>What's Changed</h2> <ul> <li><code>NullCheckAsSwitchCase</code> should only add <code>null</code> case if the switch is exhaustive by <a href="https://github.com/Jenson3210"><code>@Jenson3210</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/769">openrewrite/rewrite-migrate-java#769</a></li> <li>Let all change-to-var recipes use a created var-Identifier instead of using a JavaTemplate by <a href="https://github.com/jevanlingen"><code>@jevanlingen</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/793">openrewrite/rewrite-migrate-java#793</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/0563040c771cfcdc84cbc40c6770925d8b7de160"><code>0563040</code></a> update builds to Java 25 (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/833">#833</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/0d9d736ed30c516e55919c77407fe2e12761c603"><code>0d9d736</code></a> Fix recipe reference to <code>AccessController</code> migration for Java 25 (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/832">#832</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/8a16285a70ff19f16f3d3c783eaf41bcd7af108a"><code>8a16285</code></a> Support <code>@InlineMe</code> annotations from any package</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/ad9e735817e2422a89a1333fc266e725720fc06c"><code>ad9e735</code></a> AssertJ best practices</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/b8f696baf213765b84b36153506b1e2a6c48bdca"><code>b8f696b</code></a> Use classpath from resource for Refaster (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/830">#830</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/d309e2be9380f4a5d03cc36c4a16f998404a8999"><code>d309e2b</code></a> Create recipe for <code>@InlineMe</code> annotation replacements (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/788">#788</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/e5841266756414796729807545dad2b6a1d5366d"><code>e584126</code></a> [Auto] SDKMAN! Java candidates as of 2025-08-18T1017</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/e3fa75a9d1da96999cd34c9eb8502bf6c123cc25"><code>e3fa75a</code></a> Update jakarta-ee-9.yml add javax.servlet.jsp update (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/829">#829</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/f8c317688172caf2dad22f617bc4f711de164fb0"><code>f8c3176</code></a> Do not convert text blocks when text contains carriage return</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/89f6b7e01ee087931c564b0cb56ad9764a7446ee"><code>89f6b7e</code></a> Use Java 21 for tests</li> <li>Additional commits viewable in <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v2.29.0...v3.15.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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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: commits-unsubscr...@wicket.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org