Commit 36675ee
authored
chore(deps): bump io.projectreactor:reactor-test from 3.6.6 to 3.8.1 (#251)
Bumps
[io.projectreactor:reactor-test](https://github.com/reactor/reactor-core)
from 3.6.6 to 3.8.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/reactor/reactor-core/releases">io.projectreactor:reactor-test's
releases</a>.</em></p>
<blockquote>
<h2>v3.8.1</h2>
<!-- raw HTML omitted -->
<p><code>Reactor Core</code> <code>3.8.1</code> is part of
<strong><code>2025.0.1</code> Release Train</strong>.</p>
<h2>What's Changed</h2>
<h3>:sparkles: New features and improvements</h3>
<ul>
<li>Bump <code>ByteBuddy</code> from <code>1.17.8</code> to
<code>1.18.2</code> by <a
href="https://github.com/dependabot"><code>@dependabot</code></a>[bot]
in <a
href="https://redirect.github.com/reactor/reactor-core/issues/4144">#4144</a>
and <a
href="https://redirect.github.com/reactor/reactor-core/issues/4149">#4149</a></li>
<li>Bump <code>Micrometer</code> to <code>v1.16.1</code> by <a
href="https://github.com/chemicL"><code>@chemicL</code></a> in <a
href="https://redirect.github.com/reactor/reactor-core/issues/4164">#4164</a></li>
</ul>
<h3>:lady_beetle: Bug fixes</h3>
<ul>
<li>Refine <code>Mono#doOnSuccess</code> <code>Consumer</code>
nullability by <a
href="https://github.com/chemicL"><code>@chemicL</code></a> in <a
href="https://redirect.github.com/reactor/reactor-core/issues/4155">#4155</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/reactor/reactor-core/compare/v3.8.0...v3.8.1">https://github.com/reactor/reactor-core/compare/v3.8.0...v3.8.1</a></p>
<h2>v3.8.0</h2>
<!-- raw HTML omitted -->
<p><code>Reactor Core</code> <code>3.8.0</code> is part of
<strong><code>2025.0.0</code> Release Train</strong>.</p>
<h2>3.8.0 Highlights</h2>
<h3>Enhanced Null Safety using <a
href="https://jspecify.dev/">JSpecify</a></h3>
<p>🦺 Reactor Core 3.8.0 introduces JSpecify annotations for
comprehensive null safety, replacing the legacy JSR 305-based
annotations with a modern, properly specified standard that prevents
<code>NullPointerException</code>s through build-time checks. This
upgrade provides enhanced IDE support, seamless Kotlin integration with
automatic translation to Kotlin's null safety system, and more precise
nullability declarations including support for arrays, varargs, and
generic types — making Reactor APIs safer and more developer-friendly
across the entire ecosystem.</p>
<p>1 parent 9a25c0e commit 36675ee
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
0 commit comments