You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by GitBox <gi...@apache.org> on 2022/07/13 07:09:26 UTC

[GitHub] [tika] dependabot[bot] opened a new pull request, #609: Bump reactor-core from 3.4.19 to 3.4.21

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

   Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.19 to 3.4.21.
   <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.4.21</h2>
   <!-- raw HTML omitted -->
   <p>Reactor-Core 3.4.21 is part of 2020.0.21 Release Train (Europium SR21).</p>
   <h2>What's Changed</h2>
   <h3>:sparkles: New features and improvements</h3>
   <ul>
   <li>Add windowTimeout sendNext early guard against maxSize overflow by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3073">#3073</a></li>
   <li>Add StateLogger for structured logging of state machines by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3077">#3077</a></li>
   <li>Implement disposing of tasks scheduled on VirtualTimeScheduler by <a href="https://github.com/mdindoffer"><code>@​mdindoffer</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3097">#3097</a></li>
   <li>Add forEach method to ContextView and subclasses by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3092">#3092</a></li>
   <li>Introducing default impl for Context::forEach by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3101">#3101</a></li>
   <li>Introducing Context::putAllMap by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3102">#3102</a></li>
   </ul>
   <h3>:book: Documentation, Tests and Build</h3>
   <ul>
   <li>Clarify ContextN.putAll(Map) intended internal use in javadoc by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3103">#3103</a></li>
   <li>Rework guide on Retry with Transient Errors by <a href="https://github.com/simonbasle"><code>@​simonbasle</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3093">#3093</a></li>
   </ul>
   <h3>:up: Dependency Upgrades</h3>
   <ul>
   <li>July dependency upgrades by <a href="https://github.com/simonbasle"><code>@​simonbasle</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3115">#3115</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/mdindoffer"><code>@​mdindoffer</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3097">#3097</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-core/compare/v3.4.19...v3.4.21">https://github.com/reactor/reactor-core/compare/v3.4.19...v3.4.21</a></p>
   <h2>v3.4.20</h2>
   <p>:exclamation: This release was not included in <code>Project Reactor BOM</code>.
   Please check <a href="https://github.com/reactor/reactor-core/releases/tag/v3.4.21">v3.4.21</a>.</p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/reactor/reactor-core/commit/6c1f7ce80867f62149943ca488099541e9ee3e7f"><code>6c1f7ce</code></a> [release] Prepare and release 3.4.21</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/6eab88505b729b9942857e4654fa6a821deb91dd"><code>6eab885</code></a> [release] Next development version 3.4.21-SNAPSHOT</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/fe067593f21b041d49e280a94eab5d3b89388c8a"><code>fe06759</code></a> [release] Prepare and release 3.4.20</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/5e61f9d6ace135c92ecd4a30bd11cf02ac75a175"><code>5e61f9d</code></a> July dependency upgrades (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3115">#3115</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/e94fe2c61eb4b6d2f6aaab66675010cf55223bad"><code>e94fe2c</code></a> Rework guide on Retry with Transient Errors (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3093">#3093</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/a7762305ee776fca642ff46009cf8f39f44a4e88"><code>a776230</code></a> Introducing Context::putAllMap (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3102">#3102</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/bc40e9482714132da1c54038ccff98f48a13a59b"><code>bc40e94</code></a> Clarify ContextN.putAll(Map) intended internal use in javadoc (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3103">#3103</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/3cfd0a767e8b8a8b3a4650f59c628cb6ee547024"><code>3cfd0a7</code></a> Introducing default impl for Context::forEach (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3101">#3101</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/74444d400cc83b0caca2bb2a32904f570a5ae020"><code>74444d4</code></a> Add forEach method to ContextView and subclasses (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3092">#3092</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/7803a34a43663eec83baa310428d39b8bd6386c1"><code>7803a34</code></a> Implement disposing of tasks scheduled on VirtualTimeScheduler (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3097">#3097</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-core/compare/v3.4.19...v3.4.21">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.4.19&new-version=3.4.21)](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 #609: Bump reactor-core from 3.4.19 to 3.4.21

Posted by GitBox <gi...@apache.org>.
THausherr merged PR #609:
URL: https://github.com/apache/tika/pull/609


-- 
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