dependabot[bot] opened a new pull request, #1305: URL: https://github.com/apache/wicket/pull/1305
Bumps [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) from 3.21.2 to 3.22.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.22.0</h2> <h2>What's Changed</h2> <ul> <li>Handle <code>JaxbAnnotationIntrospector</code> and <code>JacksonJsonProvider</code> in migration by <a href="https://github.com/CalvinZengyi"><code>@CalvinZengyi</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/936">openrewrite/rewrite-migrate-java#936</a></li> <li>Also change Gradle classifier for Apache Shiro by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/939">openrewrite/rewrite-migrate-java#939</a></li> <li>Remove dependency version upgrade for commons-fileupload by <a href="https://github.com/hendrikebbers"><code>@hendrikebbers</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/943">openrewrite/rewrite-migrate-java#943</a></li> <li>Convert <code>Iterables.all(Collection, Predictate)</code> into <code>.stream().allMatch(Predicate)</code> by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/945">openrewrite/rewrite-migrate-java#945</a></li> <li>Wrapping the adding of the dependency for <code>org.projectlombok:lombok-mapstruct-binding</code> in a check to make sure you do not already have said dependency (potentially in another scope) 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/944">openrewrite/rewrite-migrate-java#944</a></li> <li>Update jakarta-ee-10.yml by <a href="https://github.com/ChenyuWang98"><code>@ChenyuWang98</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/946">openrewrite/rewrite-migrate-java#946</a></li> <li>Use ChangeType for classes renamed in fastjson2 by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/948">openrewrite/rewrite-migrate-java#948</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/CalvinZengyi"><code>@CalvinZengyi</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/936">openrewrite/rewrite-migrate-java#936</a></li> <li><a href="https://github.com/hendrikebbers"><code>@hendrikebbers</code></a> made their first contribution in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/943">openrewrite/rewrite-migrate-java#943</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.21.2...v3.22.0">https://github.com/openrewrite/rewrite-migrate-java/compare/v3.21.2...v3.22.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/fadd76b8a09b27a573ba74846a76a0aeac1156e5"><code>fadd76b</code></a> OpenRewrite recipe best practices</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/00188457b2ecc878abbebf957d07f2bf7db56cf4"><code>0018845</code></a> Use ChangeType for classes renamed in fastjson2 (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/948">#948</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/0208055b471e6fda71a6c420ec74591d831f1cad"><code>0208055</code></a> Update jakarta-ee-10.yml (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/946">#946</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/f13464ecc118a76214af65ec7ef9f7e592d99d11"><code>f13464e</code></a> Wrapping the adding of the dependency for `org.projectlombok:lombok-mapstruct...</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/a272a5a1c24eeb49f7ea3d1db5b9eda69bd8faa1"><code>a272a5a</code></a> Update documentation examples</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/7112826ea3ceb056950ea0c61e879ba420bef516"><code>7112826</code></a> [Auto] SDKMAN! Java candidates as of 2025-11-17T1017</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/b17a592525f7f73761621bc538818084edda24c9"><code>b17a592</code></a> Convert <code>Iterables.all(Collection, Predictate)</code> into `.stream().allMatch(Pred...</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/c47788ef5ea689f886383bddd033fa836743cd4e"><code>c47788e</code></a> Add <code>AnnotateRequiredParameters</code> to <code>JSpecifyBestPractices</code></li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/43d728af93bb60c77650540f59e663c3fc9e14cf"><code>43d728a</code></a> Remove dependency version upgrade for commons-fileupload (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/943">#943</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/5c0539ebf8b2db87c60572f64947e1e60d3b6654"><code>5c0539e</code></a> Also change Gradle classifier for Apache Shiro (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/939">#939</a>)</li> <li>Additional commits viewable in <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.21.2...v3.22.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]
