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/11/15 05:24:26 UTC

[PR] Bump io.projectreactor:reactor-core from 3.5.11 to 3.6.0 [tika]

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

   Bumps [io.projectreactor:reactor-core](https://github.com/reactor/reactor-core) from 3.5.11 to 3.6.0.
   <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.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>ensures <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>
   <li>makes <code>throwable</code> assignment happens-before <code>done</code> assignment in <code>onError</code> for FluxPublish by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3638">reactor/reactor-core#3638</a></li>
   </ul>
   <h3>:sparkles: New features and improvements</h3>
   <ul>
   <li>Hardening automatic context propagation by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3549">reactor/reactor-core#3549</a></li>
   <li>InternalOperator automatic context propagation by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3625">reactor/reactor-core#3625</a></li>
   <li>adds support for gradle 8.1.1 by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3521">reactor/reactor-core#3521</a></li>
   <li>adds support for multi-release-jar | rework <code>Traces</code> by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3523">reactor/reactor-core#3523</a></li>
   <li>introduces automatic loom support by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3524">reactor/reactor-core#3524</a></li>
   <li>provides minimal troubleshooting for mrj by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3532">reactor/reactor-core#3532</a></li>
   <li>fix reactor#3539 takeUntil Predicate test before emit by <a href="https://github.com/AramMessdaghi9001"><code>@​AramMessdaghi9001</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3544">reactor/reactor-core#3544</a></li>
   <li>Reworks FluxPublish internals to relay on predictable state machine by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3538">reactor/reactor-core#3538</a></li>
   <li>dedicated loom oriented boundeElasticScheduler implementation by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3566">reactor/reactor-core#3566</a></li>
   <li>Handling 1.0.0 of context-propagation by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3609">reactor/reactor-core#3609</a></li>
   <li>provides extra check for contextualName presence by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3611">reactor/reactor-core#3611</a></li>
   <li>JCStress: Await Scheduler dispose and increase timeouts by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3630">reactor/reactor-core#3630</a></li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>fixes <code>MonoDelayElement</code> to properly handle race between delay <code>run</code> and <code>onNext</code> signal by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3546">reactor/reactor-core#3546</a></li>
   <li>ensures <code>GroupedFlux</code> delivers subscription for the second subscriber  by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3555">reactor/reactor-core#3555</a></li>
   <li>ensures late <code>onRequest</code> consumer observes demand by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3557">reactor/reactor-core#3557</a></li>
   <li>ensures that proper index is used during onNext check by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3614">reactor/reactor-core#3614</a></li>
   <li>ensures SchedulerTask uses isShutdown instead of isDisposed by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3623">reactor/reactor-core#3623</a></li>
   </ul>
   <h3>:book: Documentation, Tests and Build</h3>
   <ul>
   <li>Fix return type for Mono.tap in javadoc by <a href="https://github.com/ajax-surovskyi-y"><code>@​ajax-surovskyi-y</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3564">reactor/reactor-core#3564</a></li>
   <li>fixes CI.yml by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3575">reactor/reactor-core#3575</a></li>
   <li>adds CI nightly builds by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3581">reactor/reactor-core#3581</a></li>
   <li>disables temporarily java 21 tests by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3590">reactor/reactor-core#3590</a></li>
   <li>Bump actions/setup-java from 3.12.0 to 3.13.0 in /.github/workflows by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3585">reactor/reactor-core#3585</a></li>
   <li>Bump actions/checkout from 3.1.0 to 4.1.0 in /.github/workflows by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3586">reactor/reactor-core#3586</a></li>
   <li>Bump gradle/gradle-build-action from 2.7.0 to 2.9.0 in /.github/workflows by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3594">reactor/reactor-core#3594</a></li>
   <li>improves build speed by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3597">reactor/reactor-core#3597</a></li>
   <li>Revised documentation about context propagation by <a href="https://github.com/chemicL"><code>@​chemicL</code></a> in <a href="https://redirect.github.com/reactor/reactor-core/pull/3617">reactor/reactor-core#3617</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/e42dd15faf7c022235be020c79b64671d5a7f870"><code>e42dd15</code></a> [release] Prepare and release 3.6.0</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/028dfa5343e943b68dbef68ffa80939fe632bd2e"><code>028dfa5</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-core/issues/3638">#3638</a> into 3.6.0</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/9e9649c030f35b5aceed14261e96db16f8c87ef3"><code>9e9649c</code></a> makes <code>throwable</code> assignment HB <code>done</code> assignment in <code>onError</code> (<a href="https://redirect.github.com/reactor/reactor-core/issues/3638">#3638</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/00a814bc753fa9959daf13ac4b9f75248f6d382b"><code>00a814b</code></a> fixes javadocs build</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/bd7564e5fd7ccca2c17ead102828e4242f52e598"><code>bd7564e</code></a> Update micrometer, micrometerTracing, contextPropagation (<a href="https://redirect.github.com/reactor/reactor-core/issues/3637">#3637</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/24bea93882b19b357c3e873aa1cc9c3958fd5a91"><code>24bea93</code></a> Update micrometer and micrometerTracing (<a href="https://redirect.github.com/reactor/reactor-core/issues/3636">#3636</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/373349ca02c5c10694e9e6c1f4aeafcb01b4aa93"><code>373349c</code></a> updates to gradle 8.4 (<a href="https://redirect.github.com/reactor/reactor-core/issues/3632">#3632</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/e2cd68997ec2ba6f3dfe0c61ad1fc4b9dc1a2655"><code>e2cd689</code></a> updates to java 21 GA temurin (<a href="https://redirect.github.com/reactor/reactor-core/issues/3631">#3631</a>)</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/e6f57a88c9d367920cf11ec6b9a4b7840b137d19"><code>e6f57a8</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-core/issues/3630">#3630</a> into 3.6.0</li>
   <li><a href="https://github.com/reactor/reactor-core/commit/8f240352557761fc7df2490456c9f5bf6dbfcecd"><code>8f24035</code></a> JCStress: Await Scheduler dispose and increase timeouts (<a href="https://redirect.github.com/reactor/reactor-core/issues/3630">#3630</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-core/compare/v3.5.11...v3.6.0">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.11&new-version=3.6.0)](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 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: dev-unsubscribe@tika.apache.org

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


Re: [PR] Bump io.projectreactor:reactor-core from 3.5.11 to 3.6.0 [tika]

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


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