dependabot[bot] opened a new pull request, #2718: URL: https://github.com/apache/cxf/pull/2718
Bumps `cxf.reactor.version` from 3.7.12 to 3.8.0. Updates `io.projectreactor:reactor-core` from 3.7.12 to 3.8.0 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/reactor/reactor-core/releases">io.projectreactor:reactor-core's releases</a>.</em></p> <blockquote> <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>⚠️ Nullability annotations from <code>reactor.util.annotation</code> have been deprecated in favour of JSpecify annotations.</p> <p>📖 Check the refreshed reference documentation section on <a href="https://projectreactor.io/docs/core/3.8.0/reference/advancedFeatures/null-safety.html">Null Safety</a>.</p> <p>⚠️ Note for Kotlin users: While this change is backwards compatible in the Java ecosystem and does not dictate a new generation of Reactor Core, we do appreciate it can appear as breaking changes for Kotlin codebases. The benefits are well defined nullness of the Reactor API and reduction of the ceremony that was required prior to the introduction of JSpecify annotations.</p> <h3>Repeat Spec</h3> <p>Repeat functionality from <code>Reactor Addons</code> has been ported to <code>Reactor Core</code> under the <code>RepeatSpec</code> class and can be used in conjunction with the <code>Flux#repeatWhen()</code> and <code>Mono#repeatWhen()</code> operators. Make sure to check out the <a href="https://projectreactor.io/docs/core/release/api/reactor/util/repeat/RepeatSpec.html">Javadoc</a>.</p> <h3>Reactor Core Micrometer version aligned with Reactor Core version</h3> <p>The <code>reactor-core-micrometer</code> library, which is part of the <code>reactor-core</code> repository is always released together with <code>reactor-core</code>, hence we decided to align their versions starting from <code>3.8.0</code> (the previous line was <code>1.2.x</code> corresponding with <code>3.7.x</code> of <code>reactor-core</code>).</p> <h2>What's Changed</h2> <h3>:warning: Update considerations and deprecations</h3> <ul> <li>Introduce JSpecify for nullability annotations by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4091">reactor/reactor-core#4091</a></li> </ul> <h3>:sparkles: New features and improvements</h3> <ul> <li>Bump byteBuddy from 1.17.7 to 1.17.8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/reactor/reactor-core/pull/4113">reactor/reactor-core#4113</a></li> <li>Bump io.projectreactor.tools:blockhound from 1.0.14.RELEASE to 1.0.15.RELEASE by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/reactor/reactor-core/pull/4120">reactor/reactor-core#4120</a></li> <li>Bump <code>Micrometer</code> to <code>1.16.0</code> by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in fedfdd2549fe1190ec5e1b14a13ddf24a1f1b75f</li> <li>Bump <code>Context Propagation</code> to <code>1.2.0</code> by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in fedfdd2549fe1190ec5e1b14a13ddf24a1f1b75f</li> <li>Repeat specification for use with <code>repeatWhen</code> operator by <a href="https://github.com/kwondh5217"><code>@​kwondh5217</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4027">reactor/reactor-core#4027</a> and refinement by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in b313f5781b919a30bd8b7316438610fbe02b38b7</li> <li>Add <code>Hooks#isAutomaticContextPropagationEnabled</code> by <a href="https://github.com/sdeleuze"><code>@​sdeleuze</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4090">reactor/reactor-core#4090</a></li> <li>Adjust <code>reactor.util.Logger</code> vararg nullability by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4098">reactor/reactor-core#4098</a></li> <li>Adjust <code>Mono</code> methods: <code>fromCallable</code> and <code>fromSupplier</code> nullability by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4116">reactor/reactor-core#4116</a></li> <li>Address NullAway warnings and refine <code>StepVerifier</code> nullability by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4126">reactor/reactor-core#4126</a></li> <li>Nullaway jspecify mode fixes by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4127">reactor/reactor-core#4127</a></li> <li>Refine <code>StepVerifier</code> nullability reflecting non-null <code>Publisher</code> values by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4132">reactor/reactor-core#4132</a></li> <li>Unify reactor-core-micrometer version with reactor-core by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4136">reactor/reactor-core#4136</a></li> </ul> <h3>:lady_beetle: Bug fixes</h3> <ul> <li>Fix <code>RetryBackoffSpec</code> multiplier handling of fractional values by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4048">reactor/reactor-core#4048</a></li> <li>Adjust <code>Flux#map</code> mapper to disallow <code>null</code> return values by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4103">reactor/reactor-core#4103</a></li> </ul> <h3>:book: Documentation</h3> <ul> <li>[docs] Add Null Safety documentation by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4137">reactor/reactor-core#4137</a></li> <li>Add more description on <code>tap</code> operator by <a href="https://github.com/ttddyy"><code>@​ttddyy</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4009">reactor/reactor-core#4009</a></li> <li>fix doc title displayed as untitled by <a href="https://github.com/dev-jonghoonpark"><code>@​dev-jonghoonpark</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4008">reactor/reactor-core#4008</a></li> </ul> <h2>New Contributors</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reactor/reactor-core/commit/fedfdd2549fe1190ec5e1b14a13ddf24a1f1b75f"><code>fedfdd2</code></a> [release] Prepare and release 3.8.0</li> <li><a href="https://github.com/reactor/reactor-core/commit/fe9d7050753ac07158f4b6ff0237aeb01d751401"><code>fe9d705</code></a> [docs] Add Null Safety documentation (<a href="https://redirect.github.com/reactor/reactor-core/issues/4137">#4137</a>)</li> <li><a href="https://github.com/reactor/reactor-core/commit/56c2a33941eb4c61bb75191ccc803223bed1535a"><code>56c2a33</code></a> Merge-ignore release 3.7.13 into 3.8.0</li> <li><a href="https://github.com/reactor/reactor-core/commit/4ab91b11a7406bbdaf2d495737b0722726ab1331"><code>4ab91b1</code></a> [release] Next development version 3.7.14-SNAPSHOT</li> <li><a href="https://github.com/reactor/reactor-core/commit/dbbb82f74762461c128d2068863037ce30078ae2"><code>dbbb82f</code></a> [release] Prepare and release 3.7.13</li> <li><a href="https://github.com/reactor/reactor-core/commit/f96f1d4cf563dd259e0a1661ae5fa3a1a74faefc"><code>f96f1d4</code></a> Unify reactor-core-micrometer version with reactor-core (<a href="https://redirect.github.com/reactor/reactor-core/issues/4136">#4136</a>)</li> <li><a href="https://github.com/reactor/reactor-core/commit/68c5e2c07245e61c7f2b580a600a26d44d02a485"><code>68c5e2c</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-core/issues/4129">#4129</a> into 3.8.0</li> <li><a href="https://github.com/reactor/reactor-core/commit/f4a8e993501c2abfd70522d74ade1456b32466bb"><code>f4a8e99</code></a> Bump ruby/setup-ruby from 1.263.0 to 1.267.0 in /.github/workflows (<a href="https://redirect.github.com/reactor/reactor-core/issues/4129">#4129</a>)</li> <li><a href="https://github.com/reactor/reactor-core/commit/c7c3b4e206fd423ad089e61bf8cd4682eb4f7ee1"><code>c7c3b4e</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-core/issues/4120">#4120</a> into 3.8.0</li> <li><a href="https://github.com/reactor/reactor-core/commit/135bcb13a6bd7ca7e1f8d4d3d3deb123c7cab4f6"><code>135bcb1</code></a> Bump io.projectreactor.tools:blockhound from 1.0.14.RELEASE to 1.0.15.RELEASE...</li> <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-core/compare/v3.7.12...v3.8.0">compare view</a></li> </ul> </details> <br /> Updates `io.projectreactor:reactor-test` from 3.7.12 to 3.8.0 <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.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>⚠️ Nullability annotations from <code>reactor.util.annotation</code> have been deprecated in favour of JSpecify annotations.</p> <p>📖 Check the refreshed reference documentation section on <a href="https://projectreactor.io/docs/core/3.8.0/reference/advancedFeatures/null-safety.html">Null Safety</a>.</p> <p>⚠️ Note for Kotlin users: While this change is backwards compatible in the Java ecosystem and does not dictate a new generation of Reactor Core, we do appreciate it can appear as breaking changes for Kotlin codebases. The benefits are well defined nullness of the Reactor API and reduction of the ceremony that was required prior to the introduction of JSpecify annotations.</p> <h3>Repeat Spec</h3> <p>Repeat functionality from <code>Reactor Addons</code> has been ported to <code>Reactor Core</code> under the <code>RepeatSpec</code> class and can be used in conjunction with the <code>Flux#repeatWhen()</code> and <code>Mono#repeatWhen()</code> operators. Make sure to check out the <a href="https://projectreactor.io/docs/core/release/api/reactor/util/repeat/RepeatSpec.html">Javadoc</a>.</p> <h3>Reactor Core Micrometer version aligned with Reactor Core version</h3> <p>The <code>reactor-core-micrometer</code> library, which is part of the <code>reactor-core</code> repository is always released together with <code>reactor-core</code>, hence we decided to align their versions starting from <code>3.8.0</code> (the previous line was <code>1.2.x</code> corresponding with <code>3.7.x</code> of <code>reactor-core</code>).</p> <h2>What's Changed</h2> <h3>:warning: Update considerations and deprecations</h3> <ul> <li>Introduce JSpecify for nullability annotations by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4091">reactor/reactor-core#4091</a></li> </ul> <h3>:sparkles: New features and improvements</h3> <ul> <li>Bump byteBuddy from 1.17.7 to 1.17.8 by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/reactor/reactor-core/pull/4113">reactor/reactor-core#4113</a></li> <li>Bump io.projectreactor.tools:blockhound from 1.0.14.RELEASE to 1.0.15.RELEASE by <a href="https://github.com/dependabot"><code>@​dependabot</code></a>[bot] in <a href="https://redirect.github.com/reactor/reactor-core/pull/4120">reactor/reactor-core#4120</a></li> <li>Bump <code>Micrometer</code> to <code>1.16.0</code> by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in fedfdd2549fe1190ec5e1b14a13ddf24a1f1b75f</li> <li>Bump <code>Context Propagation</code> to <code>1.2.0</code> by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in fedfdd2549fe1190ec5e1b14a13ddf24a1f1b75f</li> <li>Repeat specification for use with <code>repeatWhen</code> operator by <a href="https://github.com/kwondh5217"><code>@​kwondh5217</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4027">reactor/reactor-core#4027</a> and refinement by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in b313f5781b919a30bd8b7316438610fbe02b38b7</li> <li>Add <code>Hooks#isAutomaticContextPropagationEnabled</code> by <a href="https://github.com/sdeleuze"><code>@​sdeleuze</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4090">reactor/reactor-core#4090</a></li> <li>Adjust <code>reactor.util.Logger</code> vararg nullability by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4098">reactor/reactor-core#4098</a></li> <li>Adjust <code>Mono</code> methods: <code>fromCallable</code> and <code>fromSupplier</code> nullability by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4116">reactor/reactor-core#4116</a></li> <li>Address NullAway warnings and refine <code>StepVerifier</code> nullability by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4126">reactor/reactor-core#4126</a></li> <li>Nullaway jspecify mode fixes by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4127">reactor/reactor-core#4127</a></li> <li>Refine <code>StepVerifier</code> nullability reflecting non-null <code>Publisher</code> values by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4132">reactor/reactor-core#4132</a></li> <li>Unify reactor-core-micrometer version with reactor-core by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4136">reactor/reactor-core#4136</a></li> </ul> <h3>:lady_beetle: Bug fixes</h3> <ul> <li>Fix <code>RetryBackoffSpec</code> multiplier handling of fractional values by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4048">reactor/reactor-core#4048</a></li> <li>Adjust <code>Flux#map</code> mapper to disallow <code>null</code> return values by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4103">reactor/reactor-core#4103</a></li> </ul> <h3>:book: Documentation</h3> <ul> <li>[docs] Add Null Safety documentation by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4137">reactor/reactor-core#4137</a></li> <li>Add more description on <code>tap</code> operator by <a href="https://github.com/ttddyy"><code>@​ttddyy</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4009">reactor/reactor-core#4009</a></li> <li>fix doc title displayed as untitled by <a href="https://github.com/dev-jonghoonpark"><code>@​dev-jonghoonpark</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/4008">reactor/reactor-core#4008</a></li> </ul> <h2>New Contributors</h2> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reactor/reactor-core/commit/fedfdd2549fe1190ec5e1b14a13ddf24a1f1b75f"><code>fedfdd2</code></a> [release] Prepare and release 3.8.0</li> <li><a href="https://github.com/reactor/reactor-core/commit/fe9d7050753ac07158f4b6ff0237aeb01d751401"><code>fe9d705</code></a> [docs] Add Null Safety documentation (<a href="https://redirect.github.com/reactor/reactor-core/issues/4137">#4137</a>)</li> <li><a href="https://github.com/reactor/reactor-core/commit/56c2a33941eb4c61bb75191ccc803223bed1535a"><code>56c2a33</code></a> Merge-ignore release 3.7.13 into 3.8.0</li> <li><a href="https://github.com/reactor/reactor-core/commit/4ab91b11a7406bbdaf2d495737b0722726ab1331"><code>4ab91b1</code></a> [release] Next development version 3.7.14-SNAPSHOT</li> <li><a href="https://github.com/reactor/reactor-core/commit/dbbb82f74762461c128d2068863037ce30078ae2"><code>dbbb82f</code></a> [release] Prepare and release 3.7.13</li> <li><a href="https://github.com/reactor/reactor-core/commit/f96f1d4cf563dd259e0a1661ae5fa3a1a74faefc"><code>f96f1d4</code></a> Unify reactor-core-micrometer version with reactor-core (<a href="https://redirect.github.com/reactor/reactor-core/issues/4136">#4136</a>)</li> <li><a href="https://github.com/reactor/reactor-core/commit/68c5e2c07245e61c7f2b580a600a26d44d02a485"><code>68c5e2c</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-core/issues/4129">#4129</a> into 3.8.0</li> <li><a href="https://github.com/reactor/reactor-core/commit/f4a8e993501c2abfd70522d74ade1456b32466bb"><code>f4a8e99</code></a> Bump ruby/setup-ruby from 1.263.0 to 1.267.0 in /.github/workflows (<a href="https://redirect.github.com/reactor/reactor-core/issues/4129">#4129</a>)</li> <li><a href="https://github.com/reactor/reactor-core/commit/c7c3b4e206fd423ad089e61bf8cd4682eb4f7ee1"><code>c7c3b4e</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-core/issues/4120">#4120</a> into 3.8.0</li> <li><a href="https://github.com/reactor/reactor-core/commit/135bcb13a6bd7ca7e1f8d4d3d3deb123c7cab4f6"><code>135bcb1</code></a> Bump io.projectreactor.tools:blockhound from 1.0.14.RELEASE to 1.0.15.RELEASE...</li> <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-core/compare/v3.7.12...v3.8.0">compare view</a></li> </ul> </details> <br /> 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]
