Commit 30d2591
authored
Build(deps): Bump org.openrewrite.recipe:rewrite-migrate-java from 3.35.0 to 3.36.0 (#1780)
Bumps
[org.openrewrite.recipe:rewrite-migrate-java](https://github.com/openrewrite/rewrite-migrate-java)
from 3.35.0 to 3.36.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.36.0</h2>
<h2>What's Changed</h2>
<ul>
<li>Move StringFormatted recipe from Java 17 upgrade to Java 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/1106">openrewrite/rewrite-migrate-java#1106</a></li>
<li>Skip <code>IfElseIfConstructToSwitch</code> when a trailing
non-<code>== null</code> binary check is present by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1109">openrewrite/rewrite-migrate-java#1109</a></li>
<li>Skip <code>UseTextBlocks</code> when literal value matches its
source by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1111">openrewrite/rewrite-migrate-java#1111</a></li>
<li>Skip <code>UseMapOf</code> for <code>HashMap</code> subclasses like
<code>LinkedHashMap</code> and <code>TreeMap</code> by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1113">openrewrite/rewrite-migrate-java#1113</a></li>
<li>Skip <code>RenameUnderscoreIdentifier</code> on Kotlin and Groovy
sources by <a
href="https://github.com/MBoegers"><code>@MBoegers</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1114">openrewrite/rewrite-migrate-java#1114</a></li>
<li>Do not add <code>java.io.IO</code> import in
<code>ReplaceSystemOutWithIOPrint</code> by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1118">openrewrite/rewrite-migrate-java#1118</a></li>
<li>fix: do not replace lambda params with underscore when used as
assignment target by <a
href="https://github.com/darrencilia"><code>@darrencilia</code></a> in
<a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1117">openrewrite/rewrite-migrate-java#1117</a></li>
<li>Route WSS4J message.token classes to their real 2.x packages by <a
href="https://github.com/Jenson3210"><code>@Jenson3210</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1122">openrewrite/rewrite-migrate-java#1122</a></li>
<li>Migrate
<code>com.sun.xml.bind.marshaller.NamespacePrefixMapper</code> to
<code>org.glassfish.jaxb.runtime.marshaller.NamespacePrefixMapper</code>
by <a href="https://github.com/Jenson3210"><code>@Jenson3210</code></a>
in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1121">openrewrite/rewrite-migrate-java#1121</a></li>
<li>Fix <code>RefineSwitchCases</code> generating invalid guard on enum
constant labels by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1124">openrewrite/rewrite-migrate-java#1124</a></li>
<li>Skip unparseable Java versions in FindJavaVersion instead of
reporting -1 by <a
href="https://github.com/timtebeek"><code>@timtebeek</code></a> in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1125">openrewrite/rewrite-migrate-java#1125</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/darrencilia"><code>@darrencilia</code></a>
made their first contribution in <a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/pull/1117">openrewrite/rewrite-migrate-java#1117</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.35.0...v3.36.0">https://github.com/openrewrite/rewrite-migrate-java/compare/v3.35.0...v3.36.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/d4df17857ef81e000da0bd2440a08bca9efbdbbb"><code>d4df178</code></a>
Skip unparseable Java versions in FindJavaVersion instead of reporting
-1 (<a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1">#1</a>...</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/b8a298efbf34a018c85dfd601e484efbc502ec2a"><code>b8a298e</code></a>
Fix <code>RefineSwitchCases</code> generating invalid guard on enum
constant labels (<a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1124">#1124</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/c7f400b59e125a859c1cf63622bedab860b79653"><code>c7f400b</code></a>
[Auto] SDKMAN! Java candidates as of 2026-06-01T1550</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/fca7c7c2c9687c08e017dfb36c93136536f72899"><code>fca7c7c</code></a>
Migrate <code>com.sun.xml.bind.marshaller.NamespacePrefixMapper</code>
to `org.glassfish...</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/74017b27eab927dc885e4ec65265fac0c7d335b8"><code>74017b2</code></a>
Route WSS4J message.token classes to their real 2.x packages (<a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1122">#1122</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/52b0808bbb6c9e04be50a513706006fe79502d92"><code>52b0808</code></a>
OpenRewrite recipe best practices</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/23e5804fe017ddb6604a8f984943db9220afe91d"><code>23e5804</code></a>
Update Gradle wrapper 9.5.1</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/21548bd4f043d0202fb5ab1eff7e16a651c29853"><code>21548bd</code></a>
fix: do not replace lambda params with underscore when used as
assignment tar...</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/61e7d90e7a8f5e4b369c42e2b6ed7b4432563532"><code>61e7d90</code></a>
Do not add <code>java.io.IO</code> import in
<code>ReplaceSystemOutWithIOPrint</code> (<a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1118">#1118</a>)</li>
<li><a
href="https://github.com/openrewrite/rewrite-migrate-java/commit/dec86d0f6c2d2194a1d551a5f9b5834e8177834b"><code>dec86d0</code></a>
Skip <code>RenameUnderscoreIdentifier</code> on Kotlin and Groovy
sources (<a
href="https://redirect.github.com/openrewrite/rewrite-migrate-java/issues/1114">#1114</a>)</li>
<li>Additional commits viewable in <a
href="https://github.com/openrewrite/rewrite-migrate-java/compare/v3.35.0...v3.36.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 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 | |
|---|---|---|---|
| |||
1051 | 1051 | | |
1052 | 1052 | | |
1053 | 1053 | | |
1054 | | - | |
| 1054 | + | |
1055 | 1055 | | |
1056 | 1056 | | |
1057 | 1057 | | |
| |||
0 commit comments