dependabot[bot] opened a new pull request, #11470: URL: https://github.com/apache/dubbo/pull/11470
Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.19 to 3.5.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/reactor/reactor-core/releases">reactor-core's releases</a>.</em></p> <blockquote> <h2>v3.5.2</h2> <!-- raw HTML omitted --> <p>Reactor-Core <code>3.5.2</code> is part of <strong><code>2022.0.2</code> Release Train</strong>.</p> <h2>What's Changed</h2> <h3>:lady_beetle: Bug fixes</h3> <ul> <li>Add <code>reflection hints</code> for <code>native-image</code> support by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3325">#3325</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-core/compare/v3.5.1...v3.5.2">https://github.com/reactor/reactor-core/compare/v3.5.1...v3.5.2</a></p> <h2>v3.5.1</h2> <!-- raw HTML omitted --> <p>Reactor-Core <code>3.5.1</code> is part of <strong><code>2022.0.1</code> Release Train</strong>.</p> <h2>What's Changed</h2> <h3>:warning: Update considerations and deprecations</h3> <ul> <li>Fix regression: <code>Sinks.one()#tryEmitValue(null)</code> by <a href="https://github.com/simonbasle"><code>@simonbasle</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3287">#3287</a></li> <li>Ensure context restored in <code>RetrySpec</code> by <a href="https://github.com/OlegDokuka"><code>@OlegDokuka</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3316">#3316</a></li> </ul> <h3>:sparkles: New features and improvements</h3> <ul> <li>Ensure given iterable is interacted once per subscriber by <a href="https://github.com/OlegDokuka"><code>@OlegDokuka</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3297">#3297</a></li> </ul> <h3>:lady_beetle: Bug fixes</h3> <ul> <li>Fix <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3307">#3307</a> case by <a href="https://github.com/OlegDokuka"><code>@OlegDokuka</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3312">#3312</a></li> </ul> <h3>:book: Documentation, Tests and Build</h3> <ul> <li>Revert <code>Add jcenter() to the repositories list</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3279">#3279</a></li> <li>Perf baseline <code>3.5.0</code>, adapt <code>Shakespeare</code> bench to <code>2022.0.0</code> release by <a href="https://github.com/simonbasle"><code>@simonbasle</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3278">#3278</a></li> <li>Fix typo in in documentation by <a href="https://github.com/SpikeBlues"><code>@SpikeBlues</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3300">#3300</a></li> <li>Remove <code>NotNull</code> annotation from <code>jetbrains</code> by <a href="https://github.com/OlegDokuka"><code>@OlegDokuka</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3303">#3303</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/SpikeBlues"><code>@SpikeBlues</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3300">#3300</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-core/compare/v3.5.0...v3.5.1">https://github.com/reactor/reactor-core/compare/v3.5.0...v3.5.1</a></p> <h2>v3.5.0</h2> <p>Reactor-Core 3.5.0 is part of 2022.0.0 Release Train.</p> <p>This is the first GA release of 2022.0.0 🎉</p> <p>This note focuses on 3.5.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.25.</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>Mono</code> stack is now more lazy and complies to the Reactive Streams specification by only evaluating the source <code>Publisher</code> after receiving appropriate demand. Previously this usually happened during subscription time.</li> <li>We reworked the metrics utilities. Please consult <a href="https://projectreactor.io/docs/core/release/reference/#metrics">the reference documentation</a> for more details.</li> <li>A new <a href="https://github.com/micrometer-metrics/context-propagation">context-propagation</a> library has become an important part of the Reactor and Micrometer backbone to allow bridging between reactive and <code>ThreadLocal</code> contextual metadata. Reactor supports this bridging as soon as context-propagation library is present at runtime. Read more in <a href="https://projectreactor.io/docs/core/release/reference/#context.propagation">the reference documentation</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/bc4d516bafcaa55ad2dcf015c940825a100eb1ae"><code>bc4d516</code></a> [release] Prepare and release 3.5.2</li> <li><a href="https://github.com/reactor/reactor-core/commit/9d47a04b3accfed745f8a5e7acaaf3b1b66d67e8"><code>9d47a04</code></a> Add reflection hints for native-image support (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3325">#3325</a>)</li> <li><a href="https://github.com/reactor/reactor-core/commit/13f88e4d05febe7026ee1a0b57bb41ac1a7983c9"><code>13f88e4</code></a> [release] Next development version 3.5.2-SNAPSHOT</li> <li><a href="https://github.com/reactor/reactor-core/commit/e0de5a1918fd1168589ea69f6bb5daecbb79fdfe"><code>e0de5a1</code></a> [release] Prepare and release 3.5.1</li> <li><a href="https://github.com/reactor/reactor-core/commit/9bab25544bda01798284b58d1882d11b7c0f8c18"><code>9bab255</code></a> Merge-ignore release 3.4.26 into 3.5.1</li> <li><a href="https://github.com/reactor/reactor-core/commit/36fad6646d368f462fc07eb8ff4fe95f0be0c545"><code>36fad66</code></a> [release] Next development version 3.4.27-SNAPSHOT</li> <li><a href="https://github.com/reactor/reactor-core/commit/d2363cafe6763305b5d5569c63608163d9d6435f"><code>d2363ca</code></a> [release] Prepare and release 3.4.26</li> <li><a href="https://github.com/reactor/reactor-core/commit/94e7226136ed4f18b747183c5c9cd6bd02d1a47d"><code>94e7226</code></a> Merge <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3312">#3312</a> into 3.5.1</li> <li><a href="https://github.com/reactor/reactor-core/commit/9ae98584b82b48372b21afb76c3a166ca59f1d8a"><code>9ae9858</code></a> fixes <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3307">#3307</a> case (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3312">#3312</a>)</li> <li><a href="https://github.com/reactor/reactor-core/commit/558173da6402069938d200c41ff75fb6b8c7ebd2"><code>558173d</code></a> Merge <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3307">#3307</a> into 3.5.1</li> <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-core/compare/v3.4.19...v3.5.2">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 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
