You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2023/02/15 06:08:13 UTC

[GitHub] [tika] dependabot[bot] opened a new pull request, #965: Bump reactor-core from 3.5.2 to 3.5.3

dependabot[bot] opened a new pull request, #965:
URL: https://github.com/apache/tika/pull/965

   Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.5.2 to 3.5.3.
   <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.3</h2>
   <p>Reactor-Core <code>3.5.3</code> is part of <strong><code>2022.0.3</code> Release Train</strong>.</p>
   <h2>What's Changed</h2>
   <h3>:warning: Update considerations and deprecations</h3>
   <ul>
   <li>ensures empty inner source handled properly in case of sync fusion for <code>concatMapIterable</code> by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3329">#3329</a></li>
   </ul>
   <h3>:sparkles: New features and improvements</h3>
   <ul>
   <li>Add .singleOptional() to Mono and Flux by <a href="https://github.com/AndreasHuber-CH"><code>@​AndreasHuber-CH</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3317">#3317</a></li>
   <li>Avoid BlockHound NoSuchTypeException when context propagation dependency is unavailable by <a href="https://github.com/pderop"><code>@​pderop</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3337">#3337</a></li>
   <li>Context propagation with automatic ThreadLocals restoration by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3335">#3335</a></li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>Remove Traces$SharedSecretsCallSiteSupplierFactory from the native-image configuration by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3339">#3339</a></li>
   <li>ensures exception is caught if inner fused for <code>FlatMap</code> <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3353">#3353</a> by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3353">#3353</a></li>
   </ul>
   <h3>:up: Dependency Upgrades</h3>
   <ul>
   <li>Upgrade gradle plugins by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3342">#3342</a></li>
   <li>Upgrade dependencies by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3343">#3343</a></li>
   <li>Upgrade Micrometer dependencies by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3344">#3344</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/AndreasHuber-CH"><code>@​AndreasHuber-CH</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3317">#3317</a></li>
   <li><a href="https://github.com/pderop"><code>@​pderop</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3337">#3337</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-core/compare/v3.5.2...v3.5.3">https://github.com/reactor/reactor-core/compare/v3.5.2...v3.5.3</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/reactor/reactor-core/commit/d1c5c1c2a0e26cdec8b93d6088348978f63fc27f"><code>d1c5c1c</code></a> [release] Prepare and release 3.5.3 (follow-up)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/5311afa0ca80e2b140245263652921c5e30368bc"><code>5311afa</code></a> [release] Prepare and release 3.5.3</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/841b1892d5c22c24099b22c212927cad0dcb7905"><code>841b189</code></a> Merge-ignore release 3.4.27 into 3.5.3</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/16c95c2e891d5da5c0ffdf1e689b9f8d352803c0"><code>16c95c2</code></a> [release] Next development version 3.4.28-SNAPSHOT</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/cb43648b786960d65e594e478c965879d1b941fa"><code>cb43648</code></a> [release] Prepare and release 3.4.27</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/5d3a6b5450ae8ed48c2375dbf18095ea89e9bc38"><code>5d3a6b5</code></a> Context propagation with automatic ThreadLocals restoration (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3335">#3335</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/d3b495673e09cece98a1debd41fadd4630512231"><code>d3b4956</code></a> Merge <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3353">#3353</a> into 3.5.3</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/2ce16400ef1d82bfd08006c4431a5816c466e6fe"><code>2ce1640</code></a> ensures exception is caught if inner fused for <code>FlatMap</code> <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3353">#3353</a></li>
   <li><a href="https://github.com/reactor/reactor-core/commit/51991b81ac6a8f6388462f934b3a86d108712e32"><code>51991b8</code></a> ensures exception is caught if inner fused for <code>FlatMap</code> (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3351">#3351</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/3dbc0701a061f7e20e304e0475a5ddac1745bddd"><code>3dbc070</code></a> Upgrade Micrometer dependencies (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3344">#3344</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-core/compare/v3.5.2...v3.5.3">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.projectreactor:reactor-core&package-manager=maven&previous-version=3.5.2&new-version=3.5.3)](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: dev-unsubscribe@tika.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [tika] THausherr merged pull request #965: Bump reactor-core from 3.5.2 to 3.5.3

Posted by "THausherr (via GitHub)" <gi...@apache.org>.
THausherr merged PR #965:
URL: https://github.com/apache/tika/pull/965


-- 
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: dev-unsubscribe@tika.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org