dependabot[bot] opened a new pull request, #1053: URL: https://github.com/apache/wicket/pull/1053
Bumps [org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java) from 2.29.0 to 2.30.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>2.30.1</h2> <h2>What's Changed</h2> <ul> <li>OpenRewrite v8.41.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>2.30.0</h2> <h2>What's Changed</h2> <ul> <li>Fix <code>var</code> migration of variables initialized by static methods by <a href="https://github.com/MBoegers"><code>@MBoegers</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/609">openrewrite/rewrite-migrate-java#609</a></li> <li>Add <code>lombok-mapstruct-binding</code> during Java 17 migration when both lombok and mapstruct are used by <a href="https://github.com/Laurens-W"><code>@Laurens-W</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/610">openrewrite/rewrite-migrate-java#610</a></li> <li>Include <code>lombok-mapstruct-binding</code> for maven by <a href="https://github.com/Laurens-W"><code>@Laurens-W</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/611">openrewrite/rewrite-migrate-java#611</a></li> <li>Replace <code>ArrayStoreException</code> with <code>TypeNotPresentException</code> in try/catch using <code>Class.getAnnotation()</code> by <a href="https://github.com/BhavanaPidapa"><code>@BhavanaPidapa</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/613">openrewrite/rewrite-migrate-java#613</a></li> <li>Joda-Time to Java time: Add support for Method Parameter Migration 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/605">openrewrite/rewrite-migrate-java#605</a></li> <li>Do not convert return types in NoGuavaJava21 by default by <a href="https://github.com/BramliAK"><code>@BramliAK</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/601">openrewrite/rewrite-migrate-java#601</a></li> <li>Include migrating ParametersAreNonnullByDefault by <a href="https://github.com/bwijsmuller"><code>@bwijsmuller</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/596">openrewrite/rewrite-migrate-java#596</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v2.29.1...v2.30.0">https://github.com/openrewrite/rewrite-migrate-java/compare/v2.29.1...v2.30.0</a></p> <h2>2.29.1</h2> <h2>What's Changed</h2> <ul> <li>Proof that <code>javax.jms</code> is migrated to <code>jakarta.jms</code> in spring.xml by <a href="https://github.com/Laurens-W"><code>@Laurens-W</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/603">openrewrite/rewrite-migrate-java#603</a></li> <li>Adopt RemoveMethodInvocations from core by <a href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/606">openrewrite/rewrite-migrate-java#606</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/openrewrite/rewrite-migrate-java/compare/v2.29.0...v2.29.1">https://github.com/openrewrite/rewrite-migrate-java/compare/v2.29.0...v2.29.1</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/cd36280b91d497086e220e965f2af3106e786ebf"><code>cd36280</code></a> Fix expectation after correcting package</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/68f52b9f020a947e038fd002e73454552f084ca8"><code>68f52b9</code></a> Include migrating ParametersAreNonnullByDefault (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/596">#596</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/59d56a6bfb0ee86438aa1067de1121fe21ec3154"><code>59d56a6</code></a> Do not convert return types in NoGuavaJava21 by default (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/601">#601</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/d6ecd54ec8a93bc33111a4bf12917d8884ca93bc"><code>d6ecd54</code></a> Joda-Time to Java time: Add support for Method Parameter Migration (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/605">#605</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/c48a656d31b684bec68fd6444e3fa86678cfe4c8"><code>c48a656</code></a> Replace <code>ArrayStoreException</code> with <code>TypeNotPresentException</code> in try/catch usi...</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/619a171a1694944023c3155935cba4c52b3e4460"><code>619a171</code></a> Also add the dependency (<a href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/611">#611</a>)</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/90efea3f18afbbbd4e5d799318978c5603b61724"><code>90efea3</code></a> refactor: OpenRewrite best practices</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/02c1a54a25545eff7764b64575456be92277f554"><code>02c1a54</code></a> Fix: Use MavenResolutionResult.parentPomIsProjectPom() to detect whether a pa...</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/ead663e7da49ea521341d786d25a2a903070d7e5"><code>ead663e</code></a> Add <code>lombok-mapstruct-binding</code> during Java 17 migration when both lombok and ...</li> <li><a href="https://github.com/openrewrite/rewrite-migrate-java/commit/46abd4357aa086b757ac607999fcae48e93170f6"><code>46abd43</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...v2.30.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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
