dependabot[bot] opened a new pull request, #1581: URL: https://github.com/apache/cxf/pull/1581
Bumps `cxf.reactor.version` from 3.5.13 to 3.6.1. Updates `io.projectreactor:reactor-core` from 3.5.13 to 3.6.1 <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.6.1</h2> <!-- raw HTML omitted --> <p><code>Reactor Core</code> <code>3.6.1</code> is part of <strong><code>2023.0.1</code> Release Train</strong>.</p> <h2>What's Changed</h2> <h3>:lady_beetle: Bug fixes</h3> <ul> <li><code>SinkManyUnicast</code> discard support during subscription cancel by <a href="https://github.com/chemicL"><code>@chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3641">#3641</a>, 1bee07c56b955e2102a884fb2d3b82f2deee64e1</li> <li>Ensure scheduler is initialised by <a href="https://github.com/OlegDokuka"><code>@OlegDokuka</code></a> in 06bf103de8db24d3e3f118f3cdfb257e8304b8a0</li> </ul> <h3>:book: Documentation, Tests and Build</h3> <ul> <li><code>MemoryUtils.Tracked</code> used in tests releases collections by <a href="https://github.com/chemicL"><code>@chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3328">#3328</a></li> <li>Final method declaration in final class by <a href="https://github.com/subbarao"><code>@subbarao</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3461">#3461</a></li> <li>Update <code>reactiveProgramming.adoc</code> by <a href="https://github.com/Navaneethsen"><code>@Navaneethsen</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3592">#3592</a></li> <li>Add <code>@Override</code> annotations in sample java code by <a href="https://github.com/ByoungJoonIm"><code>@ByoungJoonIm</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3605">#3605</a></li> <li>Improve documentation for <code>VirtualThread</code>s <code>boundedElastic</code> behaviour by <a href="https://github.com/OlegDokuka"><code>@OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3635">#3635</a></li> <li><code>StressSubscriber</code> <code>discardedValues</code> should not have downstream type by <a href="https://github.com/chemicL"><code>@chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3643">#3643</a></li> <li>Add <code>Pull Request</code> template by <a href="https://github.com/chemicL"><code>@chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3650">#3650</a></li> </ul> <h3>:up: Dependency Upgrades</h3> <ul> <li>Bump <code>byteBuddyVersion</code> from <code>1.14.8</code> to <code>1.14.9</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3619">#3619</a></li> <li>Bump <code>Micrometer</code> libs versions by <a href="https://github.com/OlegDokuka"><code>@OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3662">#3662</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Navaneethsen"><code>@Navaneethsen</code></a> made their first contribution in <a href="https://redirect.github.com/reactor/reactor-core/issues/3592">#3592</a></li> <li><a href="https://github.com/ByoungJoonIm"><code>@ByoungJoonIm</code></a> made their first contribution in <a href="https://redirect.github.com/reactor/reactor-core/issues/3605">#3605</a></li> <li><a href="https://github.com/subbarao"><code>@subbarao</code></a> made their first contribution in <a href="https://redirect.github.com/reactor/reactor-core/issues/3461">#3461</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-core/compare/v3.6.0...v3.6.1">https://github.com/reactor/reactor-core/compare/v3.6.0...v3.6.1</a></p> <h2>v3.6.0</h2> <!-- raw HTML omitted --> <p>Reactor-Core 3.6.0 is part of 2023.0.0 Release Train.</p> <p>This is the first GA release of 2023.0.0 🎉</p> <p>This note focuses on 3.6.0 proper, curating changes from across all milestones and also includes changes already released as part of 3.4.x line up to 3.4.34 as well as 3.5.x line up to 3.5.12.</p> <p>While there are plenty of improvements and bug fixes, it's worth to highlight the bigger themes first:</p> <ul> <li>The <code>Schedulers.boundedElastic()</code> may return a specific implementation tailored for <a href="https://openjdk.org/projects/loom/">Project Loom</a> and running on virtual threads if application runs in Java 21+ runtime and have set the <code>reactor.schedulers.defaultBoundedElasticOnVirtualThreads</code> system property to <code>true</code>. Please consult the <a href="https://projectreactor.io/docs/core/snapshot/api/reactor/core/scheduler/Schedulers.html#boundedElastic--">javadocs</a> and <a href="https://projectreactor.io/docs/core/snapshot/reference/#schedulers">the reference documentation</a> for more information.</li> <li>Support for <a href="https://openjdk.org/jeps/238">Multi-Release Jar</a>. Since this release project has java version specific sources that are enabled if runs in specific Java runtime. This allows to avoid unnecessary reflection checks as well as embrace some new neat java features without changing the baseline for the whole code base.</li> <li>Hardening of the context-propagation. This release introduces better support for external <code>Publisher</code>s detection with their corresponding decoration if detected. This enables more stable context-propagation when it comes to external libraries integration.</li> </ul> <p>See dedicated pre-release <a href="https://spring.io/blog/2023/10/31/what-new-is-coming-in-reactor-core-3-6-0#virtual-threads-support">blogpost</a> for more information.</p> <h2>What's Changed</h2> <h3>:warning: Update considerations and deprecations</h3> <ul> <li>Regression in Flux.create: <code>addCap</code> always returns value with flag by <a href="https://github.com/OlegDokuka"><code>@OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3610">reactor/reactor-core#3610</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reactor/reactor-core/commit/70b912d3dc96d32e41d1cdb8ee67d418e2007f08"><code>70b912d</code></a> [release] Prepare and release 3.6.1</li> <li><a href="https://github.com/reactor/reactor-core/commit/eb6e85f5f801d156437b883a0863a7c5f2f248cc"><code>eb6e85f</code></a> Merge-ignore 3.5.13 into 3.6.1</li> <li><a href="https://github.com/reactor/reactor-core/commit/943c0d2f1bde6dacc6dbec2cb81d459801aa07e8"><code>943c0d2</code></a> [release] Next development version 3.5.14-SNAPSHOT</li> <li><a href="https://github.com/reactor/reactor-core/commit/9d0f122ab0d0bcaeb8ab2769be1c195576c05e5a"><code>9d0f122</code></a> bump micrometer libs versions (<a href="https://redirect.github.com/reactor/reactor-core/issues/3662">#3662</a>)</li> <li><a href="https://github.com/reactor/reactor-core/commit/4f270ca317d618ccaa4c9120b5075fdee961dba6"><code>4f270ca</code></a> Merge revert <a href="https://redirect.github.com/reactor/reactor-core/issues/3644">#3644</a> into 3.6.1</li> <li><a href="https://github.com/reactor/reactor-core/commit/53eed2a4ac4d7c44baa37bfaaa975150843d3eae"><code>53eed2a</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-core/issues/3644">#3644</a> into 3.6.1</li> <li><a href="https://github.com/reactor/reactor-core/commit/6e085afbc8cc2a215c18692948678bbf83d68ffa"><code>6e085af</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-core/issues/3619">#3619</a> into 3.6.1</li> <li><a href="https://github.com/reactor/reactor-core/commit/3c3fc779aef6151ef64d24df3f945c102023edbe"><code>3c3fc77</code></a> [polish] final method declaration in final class (<a href="https://redirect.github.com/reactor/reactor-core/issues/3461">#3461</a>)</li> <li><a href="https://github.com/reactor/reactor-core/commit/ac8e520d939087a047eca71288a409418c9f1894"><code>ac8e520</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-core/issues/3328">#3328</a> into 3.6.1</li> <li><a href="https://github.com/reactor/reactor-core/commit/c6220fc5b6eae033b89a11455e2d2ad395353982"><code>c6220fc</code></a> [doc] added <a href="https://github.com/Override"><code>@Override</code></a> annotations in sample java code (<a href="https://redirect.github.com/reactor/reactor-core/issues/3605">#3605</a>)</li> <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-core/compare/v3.5.13...v3.6.1">compare view</a></li> </ul> </details> <br /> Updates `io.projectreactor:reactor-test` from 3.5.13 to 3.6.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.6.1</h2> <!-- raw HTML omitted --> <p><code>Reactor Core</code> <code>3.6.1</code> is part of <strong><code>2023.0.1</code> Release Train</strong>.</p> <h2>What's Changed</h2> <h3>:lady_beetle: Bug fixes</h3> <ul> <li><code>SinkManyUnicast</code> discard support during subscription cancel by <a href="https://github.com/chemicL"><code>@chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3641">#3641</a>, 1bee07c56b955e2102a884fb2d3b82f2deee64e1</li> <li>Ensure scheduler is initialised by <a href="https://github.com/OlegDokuka"><code>@OlegDokuka</code></a> in 06bf103de8db24d3e3f118f3cdfb257e8304b8a0</li> </ul> <h3>:book: Documentation, Tests and Build</h3> <ul> <li><code>MemoryUtils.Tracked</code> used in tests releases collections by <a href="https://github.com/chemicL"><code>@chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3328">#3328</a></li> <li>Final method declaration in final class by <a href="https://github.com/subbarao"><code>@subbarao</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3461">#3461</a></li> <li>Update <code>reactiveProgramming.adoc</code> by <a href="https://github.com/Navaneethsen"><code>@Navaneethsen</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3592">#3592</a></li> <li>Add <code>@Override</code> annotations in sample java code by <a href="https://github.com/ByoungJoonIm"><code>@ByoungJoonIm</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3605">#3605</a></li> <li>Improve documentation for <code>VirtualThread</code>s <code>boundedElastic</code> behaviour by <a href="https://github.com/OlegDokuka"><code>@OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3635">#3635</a></li> <li><code>StressSubscriber</code> <code>discardedValues</code> should not have downstream type by <a href="https://github.com/chemicL"><code>@chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3643">#3643</a></li> <li>Add <code>Pull Request</code> template by <a href="https://github.com/chemicL"><code>@chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3650">#3650</a></li> </ul> <h3>:up: Dependency Upgrades</h3> <ul> <li>Bump <code>byteBuddyVersion</code> from <code>1.14.8</code> to <code>1.14.9</code> by <a href="https://github.com/dependabot"><code>@dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3619">#3619</a></li> <li>Bump <code>Micrometer</code> libs versions by <a href="https://github.com/OlegDokuka"><code>@OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/issues/3662">#3662</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Navaneethsen"><code>@Navaneethsen</code></a> made their first contribution in <a href="https://redirect.github.com/reactor/reactor-core/issues/3592">#3592</a></li> <li><a href="https://github.com/ByoungJoonIm"><code>@ByoungJoonIm</code></a> made their first contribution in <a href="https://redirect.github.com/reactor/reactor-core/issues/3605">#3605</a></li> <li><a href="https://github.com/subbarao"><code>@subbarao</code></a> made their first contribution in <a href="https://redirect.github.com/reactor/reactor-core/issues/3461">#3461</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-core/compare/v3.6.0...v3.6.1">https://github.com/reactor/reactor-core/compare/v3.6.0...v3.6.1</a></p> <h2>v3.6.0</h2> <!-- raw HTML omitted --> <p>Reactor-Core 3.6.0 is part of 2023.0.0 Release Train.</p> <p>This is the first GA release of 2023.0.0 🎉</p> <p>This note focuses on 3.6.0 proper, curating changes from across all milestones and also includes changes already released as part of 3.4.x line up to 3.4.34 as well as 3.5.x line up to 3.5.12.</p> <p>While there are plenty of improvements and bug fixes, it's worth to highlight the bigger themes first:</p> <ul> <li>The <code>Schedulers.boundedElastic()</code> may return a specific implementation tailored for <a href="https://openjdk.org/projects/loom/">Project Loom</a> and running on virtual threads if application runs in Java 21+ runtime and have set the <code>reactor.schedulers.defaultBoundedElasticOnVirtualThreads</code> system property to <code>true</code>. Please consult the <a href="https://projectreactor.io/docs/core/snapshot/api/reactor/core/scheduler/Schedulers.html#boundedElastic--">javadocs</a> and <a href="https://projectreactor.io/docs/core/snapshot/reference/#schedulers">the reference documentation</a> for more information.</li> <li>Support for <a href="https://openjdk.org/jeps/238">Multi-Release Jar</a>. Since this release project has java version specific sources that are enabled if runs in specific Java runtime. This allows to avoid unnecessary reflection checks as well as embrace some new neat java features without changing the baseline for the whole code base.</li> <li>Hardening of the context-propagation. This release introduces better support for external <code>Publisher</code>s detection with their corresponding decoration if detected. This enables more stable context-propagation when it comes to external libraries integration.</li> </ul> <p>See dedicated pre-release <a href="https://spring.io/blog/2023/10/31/what-new-is-coming-in-reactor-core-3-6-0#virtual-threads-support">blogpost</a> for more information.</p> <h2>What's Changed</h2> <h3>:warning: Update considerations and deprecations</h3> <ul> <li>Regression in Flux.create: <code>addCap</code> always returns value with flag by <a href="https://github.com/OlegDokuka"><code>@OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3610">reactor/reactor-core#3610</a></li> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reactor/reactor-core/commit/70b912d3dc96d32e41d1cdb8ee67d418e2007f08"><code>70b912d</code></a> [release] Prepare and release 3.6.1</li> <li><a href="https://github.com/reactor/reactor-core/commit/eb6e85f5f801d156437b883a0863a7c5f2f248cc"><code>eb6e85f</code></a> Merge-ignore 3.5.13 into 3.6.1</li> <li><a href="https://github.com/reactor/reactor-core/commit/943c0d2f1bde6dacc6dbec2cb81d459801aa07e8"><code>943c0d2</code></a> [release] Next development version 3.5.14-SNAPSHOT</li> <li><a href="https://github.com/reactor/reactor-core/commit/9d0f122ab0d0bcaeb8ab2769be1c195576c05e5a"><code>9d0f122</code></a> bump micrometer libs versions (<a href="https://redirect.github.com/reactor/reactor-core/issues/3662">#3662</a>)</li> <li><a href="https://github.com/reactor/reactor-core/commit/4f270ca317d618ccaa4c9120b5075fdee961dba6"><code>4f270ca</code></a> Merge revert <a href="https://redirect.github.com/reactor/reactor-core/issues/3644">#3644</a> into 3.6.1</li> <li><a href="https://github.com/reactor/reactor-core/commit/53eed2a4ac4d7c44baa37bfaaa975150843d3eae"><code>53eed2a</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-core/issues/3644">#3644</a> into 3.6.1</li> <li><a href="https://github.com/reactor/reactor-core/commit/6e085afbc8cc2a215c18692948678bbf83d68ffa"><code>6e085af</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-core/issues/3619">#3619</a> into 3.6.1</li> <li><a href="https://github.com/reactor/reactor-core/commit/3c3fc779aef6151ef64d24df3f945c102023edbe"><code>3c3fc77</code></a> [polish] final method declaration in final class (<a href="https://redirect.github.com/reactor/reactor-core/issues/3461">#3461</a>)</li> <li><a href="https://github.com/reactor/reactor-core/commit/ac8e520d939087a047eca71288a409418c9f1894"><code>ac8e520</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-core/issues/3328">#3328</a> into 3.6.1</li> <li><a href="https://github.com/reactor/reactor-core/commit/c6220fc5b6eae033b89a11455e2d2ad395353982"><code>c6220fc</code></a> [doc] added <a href="https://github.com/Override"><code>@Override</code></a> annotations in sample java code (<a href="https://redirect.github.com/reactor/reactor-core/issues/3605">#3605</a>)</li> <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-core/compare/v3.5.13...v3.6.1">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]
