Commit 0a4335c
authored
Build(deps): Bump org.openrewrite.recipe:rewrite-migrate-java from 3.25.0 to 3.26.0 (#1553)
Bumps
[org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java)
from 3.25.0 to 3.26.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.26.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Also change managed dependency classifier to ehcache to avoid
breaking multi module projects by <a
href="https://github.com/dsgrieve"><code>@dsgrieve</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/963">openrewrite/rewrite-migrate-java#963</a></li>
<li>fix <code>IndexOutOfBoundsException</code> that occurs in
<code>UseNoArgsConstructor</code> when visiting record compact
constructor method by <a
href="https://github.com/zakaria-shahen"><code>@zakaria-shahen</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/964">openrewrite/rewrite-migrate-java#964</a></li>
<li>Replace <code>getDisplayName()</code> and
<code>getDescription()</code> methods with fields by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/966">openrewrite/rewrite-migrate-java#966</a></li>
<li>Use <code>var</code> for variables initialized with type casts by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/965">openrewrite/rewrite-migrate-java#965</a></li>
<li>Add recipe to find locale-sensitive date/time formatting affected by
JDK 20+ CLDR changes by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/967">openrewrite/rewrite-migrate-java#967</a></li>
<li>Normalize version numbers in <code>FindJavaVersion</code> by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/969">openrewrite/rewrite-migrate-java#969</a></li>
<li>Fix JavaxWebXmlToJakartaWebXml regex to match multiline
schemaLocation by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/971">openrewrite/rewrite-migrate-java#971</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/dsgrieve"><code>@dsgrieve</code></a>
made their first contribution in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/963">openrewrite/rewrite-migrate-java#963</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.25.0...v3.26.0">https://github.com/openrewrite/rewrite-migrate-java/compare/v3.25.0...v3.26.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/424b5258333caac5fbde0e5090a8e1ae6a76d428"><code>424b525</code></a>
Fix JavaxWebXmlToJakartaWebXml regex to match multiline schemaLocation
(<a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/971">#971</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/4beeb8a12304a57b8ca5d50a98ac50fc04cb3428"><code>4beeb8a</code></a>
Normalize version numbers in <code>FindJavaVersion</code> (<a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/969">#969</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/11801906e1bcbce1378a34733978e60d431ca2b2"><code>1180190</code></a>
[Auto] SDKMAN! Java candidates as of 2026-01-19T1023</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/288ea96b72463edec2c432bdb06fa9fc971dd376"><code>288ea96</code></a>
OpenRewrite recipe best practices</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/c7f8d21111f29cbc9d2ed9e58703db9dffeee62c"><code>c7f8d21</code></a>
Replace <code>getEstimatedEffortPerOccurrence()</code> method with
field</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/b22610dfbecadc27d423c83aacf4179e76ba4985"><code>b22610d</code></a>
Replace <code>getTags()</code> method with field</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/90b4e634d3350d6dbb7ae891d698d0c214678c60"><code>90b4e63</code></a>
Add recipe to find locale-sensitive date/time formatting affected by JDK
20+ ...</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/bb9adabb2a9473227dacb2e6070edc6e8e5963af"><code>bb9adab</code></a>
Update Gradle wrapper to 9.3.0</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/da7c2e1183d409ed158a979e0a67004faabc5d95"><code>da7c2e1</code></a>
Replace <code>Arrays.asList</code> with <code>List.of</code> in
tests</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/7a52f8899330ec3c5c50b335f6610e2f44dbfcbc"><code>7a52f88</code></a>
OpenRewrite recipe best practices</li>
<li>Additional commits viewable in <a
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.25.0...v3.26.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
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1037 | 1037 | | |
1038 | 1038 | | |
1039 | 1039 | | |
1040 | | - | |
| 1040 | + | |
1041 | 1041 | | |
1042 | 1042 | | |
1043 | 1043 | | |
| |||
0 commit comments