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/10/12 05:32:09 UTC

[GitHub] [tika] dependabot[bot] opened a new pull request, #739: Bump reactor-core from 3.4.23 to 3.4.24

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

   Bumps [reactor-core](https://github.com/reactor/reactor-core) from 3.4.23 to 3.4.24.
   <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.24</h2>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <h3>:sparkles: New features and improvements</h3>
   <ul>
   <li>Replay terminal signals to late subscribers in <code>Flux.replay(int)</code> and <code>Flux.cache(int)</code> by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3200">#3200</a></li>
   <li>Ensure <code>StepVerifier</code> evaluates signal that exits <code>thenConsumeWhile</code> by <a href="https://github.com/simonbasle"><code>@​simonbasle</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3203">#3203</a></li>
   <li>Fix cancel behavior of <code>FluxTakeUntilOther</code> by <a href="https://github.com/haraldpusch"><code>@​haraldpusch</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3219">#3219</a></li>
   <li>Make use of <code>CompletionStage#handle</code> instead of <code>whenComplete</code> by <a href="https://github.com/He-Pin"><code>@​He-Pin</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3221">#3221</a></li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>Dispose picked worker when <code>BoundedElasticScheduler</code> rejects task by <a href="https://github.com/Fearsin"><code>@​Fearsin</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3183">#3183</a></li>
   <li>Allow blocking calls in <code>WorkerTask#dispose</code> by <a href="https://github.com/nathankooij"><code>@​nathankooij</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3213">#3213</a></li>
   </ul>
   <h3>:book: Documentation, Tests and Build</h3>
   <ul>
   <li>Improve JapiCmp: avoid misses, improve reporting and exclusions by <a href="https://github.com/simonbasle"><code>@​simonbasle</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3198">#3198</a></li>
   <li>Document not to reuse/cache <code>EmitFailureHandle#busyLooping</code> by <a href="https://github.com/He-Pin"><code>@​He-Pin</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3224">#3224</a></li>
   </ul>
   <h3>:up: Dependency Upgrades</h3>
   <ul>
   <li>Update dependencies junit, mockito, bytebuddy, jcstress, spotless... by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3218">#3218</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/Fearsin"><code>@​Fearsin</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3183">#3183</a></li>
   <li><a href="https://github.com/nathankooij"><code>@​nathankooij</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3213">#3213</a></li>
   <li><a href="https://github.com/He-Pin"><code>@​He-Pin</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3224">#3224</a></li>
   <li><a href="https://github.com/haraldpusch"><code>@​haraldpusch</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3219">#3219</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-core/compare/v3.4.23...v3.4.24">https://github.com/reactor/reactor-core/compare/v3.4.23...v3.4.24</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/reactor/reactor-core/commit/925351c1d9166e03ea87139d4ec2638d87029703"><code>925351c</code></a> [release] Prepare and release 3.4.24</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/f160733d448211c6ac6a512bb2ea941df03dcc54"><code>f160733</code></a> Make use of CompletionStage#handle instead of <code>whenComplete</code> (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3221">#3221</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/00dbb177a20be533b4381023924e3c2641bc4ff2"><code>00dbb17</code></a> Fix cancel behavior of FluxTakeUntilOther (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3219">#3219</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/eb59474550c06bee0af13b65bffbde7d57552302"><code>eb59474</code></a> Document not to reuse/cache EmitFailureHandle#busyLooping (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3224">#3224</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/2735ba1471e2ef2e57631cb00c8038a953bc9bea"><code>2735ba1</code></a> Update dependencies junit, mockito, bytebuddy, jcstress, spotless... (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3218">#3218</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/d9fae3aebdd124f9652dd68d2685819e1ff93428"><code>d9fae3a</code></a> Allow blocking calls in <code>WorkerTask#dispose</code> (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3213">#3213</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/f04c160990306b7f3a850f0f4cff3906bb3acfa1"><code>f04c160</code></a> Ensure StepVerifier evaluates signal that exits thenConsumeWhile (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3203">#3203</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/db8902df406cb7a804aed4579dbf019ce44456f5"><code>db8902d</code></a> Replay terminal signals to late subscribers in Flux.replay(int) and Flux.cach...</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/c85d2bd027ea541ee8bcb7abe44826a521732d2a"><code>c85d2bd</code></a> Improve JapiCmp: avoid misses, improve reporting and exclusions (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3198">#3198</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/f2ffd704abb1c4ece9c7bfb973f6dde1d87ab53e"><code>f2ffd70</code></a> Dispose picked worker when BoundedElasticScheduler rejects task (<a href="https://github-redirect.dependabot.com/reactor/reactor-core/issues/3183">#3183</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-core/compare/v3.4.23...v3.4.24">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.23&new-version=3.4.24)](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 #739: Bump reactor-core from 3.4.23 to 3.4.24

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


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