dependabot[bot] opened a new pull request, #1161: URL: https://github.com/apache/wicket/pull/1161
Bumps [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) from 2.29.0 to 3.9.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.9.0</h2> <h2>What's Changed</h2> <ul> <li>refactor: OpenRewrite Recipe 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/711">openrewrite/rewrite-migrate-java#711</a></li> <li>Security Manager API Removal by <a href="https://github.com/MBoegers"><code>@MBoegers</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/713">openrewrite/rewrite-migrate-java#713</a></li> <li>Remove and cleanup <code>System.getSecurityManager()</code> by <a href="https://github.com/MBoegers"><code>@MBoegers</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/716">openrewrite/rewrite-migrate-java#716</a></li> <li>UseImportPolicy in NoGuavaRefaster by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/717">openrewrite/rewrite-migrate-java#717</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.8.0...v3.9.0">https://github.com/openrewrite/rewrite-migrate-java/compare/v3.8.0...v3.9.0</a></p> <h2>3.8.0</h2> <h2>What's Changed</h2> <ul> <li>Jakarta EE11 / Faces 4.1 by <a href="https://github.com/melloware"><code>@melloware</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/703">openrewrite/rewrite-migrate-java#703</a></li> <li>Improved bouncy castle implementation by <a href="https://github.com/JohannisK"><code>@JohannisK</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/707">openrewrite/rewrite-migrate-java#707</a></li> <li>feat: normalize effective getter methods 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/631">openrewrite/rewrite-migrate-java#631</a></li> <li>Upgrade jaxb-maven-plugin for Java 11 by <a href="https://github.com/Jammy-Louie"><code>@Jammy-Louie</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/710">openrewrite/rewrite-migrate-java#710</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/JohannisK"><code>@JohannisK</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/707">openrewrite/rewrite-migrate-java#707</a></li> <li><a href="https://github.com/Jammy-Louie"><code>@Jammy-Louie</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/710">openrewrite/rewrite-migrate-java#710</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.7.0...v3.8.0">https://github.com/openrewrite/rewrite-migrate-java/compare/v3.7.0...v3.8.0</a></p> <h2>3.7.0</h2> <h2>What's Changed</h2> <ul> <li>Migrate XJC bindings to Jakarta EE by <a href="https://github.com/MBoegers"><code>@MBoegers</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/704">openrewrite/rewrite-migrate-java#704</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.6.0...v3.7.0">https://github.com/openrewrite/rewrite-migrate-java/compare/v3.6.0...v3.7.0</a></p> <h2>3.6.0</h2> <h2>What's Changed</h2> <ul> <li>Add Getter method to <code>useMimeCoder</code> field in <code>UseJavaUtilBase64</code> recipe by <a href="https://github.com/wapkch"><code>@wapkch</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/699">openrewrite/rewrite-migrate-java#699</a></li> <li>Adapt to new arg of AddDependencyVisitor by <a href="https://github.com/greg-at-moderne"><code>@greg-at-moderne</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/700">openrewrite/rewrite-migrate-java#700</a></li> <li>Revert "Adapt to new arg of AddDependencyVisitor" by <a href="https://github.com/greg-at-moderne"><code>@greg-at-moderne</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/701">openrewrite/rewrite-migrate-java#701</a></li> <li>Update MSAL by <a href="https://github.com/MBoegers"><code>@MBoegers</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/702">openrewrite/rewrite-migrate-java#702</a></li> <li>Fix <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/692">#692</a>: Replace "java.faces" in Java file strings by <a href="https://github.com/melloware"><code>@melloware</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/693">openrewrite/rewrite-migrate-java#693</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/wapkch"><code>@wapkch</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/699">openrewrite/rewrite-migrate-java#699</a></li> <li><a href="https://github.com/greg-at-moderne"><code>@greg-at-moderne</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/700">openrewrite/rewrite-migrate-java#700</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.5.0...v3.6.0">https://github.com/openrewrite/rewrite-migrate-java/compare/v3.5.0...v3.6.0</a></p> <h2>3.5.0</h2> <h2>What's Changed</h2> <ul> <li>Fix <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/681">#681</a>: WebAPI from 8.0 -> 9.1 -> 10.0 by <a href="https://github.com/melloware"><code>@melloware</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/683">openrewrite/rewrite-migrate-java#683</a></li> <li>Fix <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/682">#682</a>: EE10 migration Jersey to 3.1.x by <a href="https://github.com/melloware"><code>@melloware</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/684">openrewrite/rewrite-migrate-java#684</a></li> <li>Fix <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/685">#685</a>: Apache Shiro EE10 dependencies by <a href="https://github.com/melloware"><code>@melloware</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/686">openrewrite/rewrite-migrate-java#686</a></li> <li>Fix <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/687">#687</a>: EE10 update EclipseLink dependencies by <a href="https://github.com/melloware"><code>@melloware</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/690">openrewrite/rewrite-migrate-java#690</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/9d5fa9fc29d999728a9aab7bccbfe2a739ab9e4c"><code>9d5fa9f</code></a> [Auto] SDKMAN! Java candidates as of 2025-05-05T1016</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/6b98403236ad24c7d949750cd1c7af5fb94eebd8"><code>6b98403</code></a> UseImportPolicy in NoGuavaRefaster (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/717">#717</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/2fe392a4d85349dbfd45848e85919247656fc477"><code>2fe392a</code></a> Remove and cleanup <code>System.getSecurityManager()</code> (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/716">#716</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/57d4c64dec4dd15061a0e7705b7433cbbceaea7d"><code>57d4c64</code></a> Security Manager API Removal (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/713">#713</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/ec6ba92cd7d05e7645b5ba813bb1ef99f7fc7ca4"><code>ec6ba92</code></a> refactor: Extract documentation examples from tests with stable source order</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/a44d6d1e59d41681ca8f9e9ddca02d906a04bf5c"><code>a44d6d1</code></a> Added symlink to license, added link to licensing page</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/7f7d5da5035beef0dc1b22aee826346195123a54"><code>7f7d5da</code></a> [Auto] SDKMAN! Java candidates as of 2025-04-28T1103</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/632f5ac9111e5d90d3c58b6a2fa3398dbca79b47"><code>632f5ac</code></a> refactor: OpenRewrite Recipe best practices</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/a35ebf12b85575a26a9d3bcfe142b0d70438cb86"><code>a35ebf1</code></a> refactor: OpenRewrite Recipe best practices (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/711">#711</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/5d589aafd0fc1de2f016f8f691a8719fef4f4c7f"><code>5d589aa</code></a> refactor: Update Gradle wrapper</li> <li>Additional commits viewable in <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v2.29.0...v3.9.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 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
