Commit 3514aa8
authored
Bump org.openrewrite.recipe:rewrite-migrate-java from 2.28.0 to 2.29.0 (#678)
Bumps
[org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java)
from 2.28.0 to 2.29.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>2.29.0</h2>
<h2>What's Changed</h2>
<ul>
<li>[3/3] Implement joda to java time migration recipe 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/591">openrewrite/rewrite-migrate-java#591</a></li>
<li>refactor: add <a
href="https://github.com/Nullable"><code>@Nullable</code></a> to
methods who may return null by <a
href="https://github.com/nielsdebruin"><code>@nielsdebruin</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/593">openrewrite/rewrite-migrate-java#593</a></li>
<li>Joda time to Java time: Add few more templates for 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/594">openrewrite/rewrite-migrate-java#594</a></li>
<li>Use Java 21 toolchain for rewrite-migrate-java by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/595">openrewrite/rewrite-migrate-java#595</a></li>
<li>Retain BeanManager <code>fireEvent</code> annotations by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/599">openrewrite/rewrite-migrate-java#599</a></li>
<li>Jspecify nullmarked by <a
href="https://github.com/bwijsmuller"><code>@bwijsmuller</code></a> in
<a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/600">openrewrite/rewrite-migrate-java#600</a></li>
<li>Prevent breakage of usages of Spring's <a
href="https://github.com/Nullable"><code>@Nullable</code></a> by <a
href="https://github.com/kmccarp"><code>@kmccarp</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/602">openrewrite/rewrite-migrate-java#602</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/nielsdebruin"><code>@nielsdebruin</code></a>
made their first contribution in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/593">openrewrite/rewrite-migrate-java#593</a></li>
<li><a
href="https://github.com/bwijsmuller"><code>@bwijsmuller</code></a>
made their first contribution in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/600">openrewrite/rewrite-migrate-java#600</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v2.28.0...v2.29.0">https://github.com/openrewrite/rewrite-migrate-java/compare/v2.28.0...v2.29.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/20b8fffb0ea48ba279d12cca2e1d3a3d23d30419"><code>20b8fff</code></a>
Prevent breakage of usages of Spring's <a
href="https://github.com/Nullable"><code>@Nullable</code></a> (<a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/602">#602</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/dd7ec21d970eff5fa03682f8e3087581c18d822a"><code>dd7ec21</code></a>
Adopt <code>JavaTemplate.apply</code>; drop context sensitive in
ThreadStopUnsupported</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/941c6548e067f38775c9915cf4c240a5e54af149"><code>941c654</code></a>
Jspecify nullmarked (<a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/600">#600</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/1cba1dc84d7668e89fe5e83d88bb2e992635f593"><code>1cba1dc</code></a>
Retain BeanManager <code>fireEvent</code> annotations (<a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/599">#599</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/732c733d13743bae104e0d307ab41e5023845c4f"><code>732c733</code></a>
refactor: Update Gradle wrapper</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/1ddc755a371870be5597e317440b049a5443978a"><code>1ddc755</code></a>
Fix compilation issue with direct use of UsesType</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/e4dc7cf3dd5e44d3013423fff0a4ca630a763535"><code>e4dc7cf</code></a>
Remove unused dependencies from IBMSemeruTest</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/9d136dc7a8b22fc59cfebca642067b3f921b5602"><code>9d136dc</code></a>
Unconditionally run SequencedCollection tests</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/1f9e43006370b1e98b7f6bf89cb376741728f9a3"><code>1f9e430</code></a>
Use Java 21 toolchain for rewrite-migrate-java (<a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/595">#595</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/312cf90d1ded7be5281ea3266cb8d521869dfac0"><code>312cf90</code></a>
refactor: Standardize <code>.editorconfig</code></li>
<li>Additional commits viewable in <a
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v2.28.0...v2.29.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>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1020 | 1020 | | |
1021 | 1021 | | |
1022 | 1022 | | |
1023 | | - | |
| 1023 | + | |
1024 | 1024 | | |
1025 | 1025 | | |
1026 | 1026 | | |
| |||
0 commit comments