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/10/11 05:44:41 UTC

[PR] Bump reactor.netty.version from 1.1.11 to 1.1.12 [tika]

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

   Bumps `reactor.netty.version` from 1.1.11 to 1.1.12.
   Updates `io.projectreactor.netty:reactor-netty-core` from 1.1.11 to 1.1.12
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/reactor/reactor-netty/releases">io.projectreactor.netty:reactor-netty-core's releases</a>.</em></p>
   <blockquote>
   <h2>v1.1.12</h2>
   <!-- raw HTML omitted -->
   <p><code>Reactor Netty</code> <code>1.1.12</code> is part of <strong><code>2022.0.12</code> Release Train</strong>.</p>
   <p>This is a recommended update for all <code>Reactor Netty 1.1.x</code> users.</p>
   <h2>What's Changed</h2>
   <h3>:sparkles: New features and improvements</h3>
   <ul>
   <li>Depend on <code>Reactor Core</code> <code>v3.5.11</code> by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in d68cea13c00dfa149f96e7029e1dcb3ca8a2cf7e, see <a href="https://github.com/reactor/reactor-core/releases/tag/v3.5.11">release notes</a></li>
   <li>Depend on <code>Netty</code> <code>v4.1.100.Final</code> by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in 682358364a24faa2e6218ce43b89bf67e812b724</li>
   <li>Depend on <code>netty-incubator-transport-native-io_uring</code> <code>v0.0.23.Final</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2915">#2915</a></li>
   <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.51.Final</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2921">#2921</a></li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>Request for read interest when channel is unwritable while <code>HttpClient.send(Mono)</code> is used by <a href="https://github.com/pderop"><code>@​pderop</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2864">#2864</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/2902">#2902</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/2903">#2903</a></li>
   <li>Ensure <code>HttpClient#mapConnect() / #doOnRequestError()</code> are called when <code>HttpClient#headersWhen()</code> is used by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2912">#2912</a></li>
   <li>Ensure <code>Expect</code> header is handled correctly with <code>HTTP/2</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2916">#2916</a></li>
   <li>Ensure connection closed when non <code>200</code> status for request with <code>Expect</code> header and incoming data not completed by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2919">#2919</a></li>
   </ul>
   <h3>:book: Documentation, Tests and Build</h3>
   <ul>
   <li>Add <code>GraalVM</code> smoke tests by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2899">#2899</a></li>
   <li>Add nightly build with <code>Reactor Core</code> <code>3.6 SNAPSHOTs</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2911">#2911</a></li>
   <li>Add smoke tests for <code>Reactor Core</code> feature <code>Hooks.enableAutomaticContextPropagation()</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2922">#2922</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/2925">#2925</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/2926">#2926</a></li>
   </ul>
   <h3>:up: Build/Test Dependency Upgrades</h3>
   <ul>
   <li>Bump <code>hoverfly-java-junit5</code> to version <code>0.15.0</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2898">#2898</a></li>
   <li>Bump <code>org.gradle.test-retry</code> to version <code>1.5.6</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2918">#2918</a></li>
   <li>Bump <code>build-info-extractor-gradle</code> to version <code>4.33.6</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2923">#2923</a></li>
   <li>Bump <code>Gradle</code> to version <code>7.6.3</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2924">#2924</a></li>
   <li>Bump <code>netty-tcnative-boringssl-static</code> to version <code>v2.0.62.Final</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2929">#2929</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-netty/compare/v1.1.11...v1.1.12">https://github.com/reactor/reactor-netty/compare/v1.1.11...v1.1.12</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/reactor/reactor-netty/commit/d68cea13c00dfa149f96e7029e1dcb3ca8a2cf7e"><code>d68cea1</code></a> [release] Prepare and release 1.1.12</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/682358364a24faa2e6218ce43b89bf67e812b724"><code>6823583</code></a> Merge-ignore 1.0.39 into 1.0.3</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/04db10680091b83f3ba26c16731adad0f0a0a1d2"><code>04db106</code></a> updates compatibility version</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/5f964ebbcfc5d723699d996ad0486a39db014df9"><code>5f964eb</code></a> [release] Back to snapshots, next is 1.0.39-SNAPSHOT</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/8bddf51c0836bff0a7b4645d0b285b243b9845d9"><code>8bddf51</code></a> [release] Prepare and release 1.0.38</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/43268793cceee228a98572359a80d9d008deeaeb"><code>4326879</code></a> Merge-ignore 1.0.38 into 1.1.12</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/a1c7978dd6f6b47dcc54637a69f9543669757440"><code>a1c7978</code></a> [release] Back to snapshots, next is 1.0.38-SNAPSHOT</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/cbf223ce7d22180bcab920349163dd8b22b7dbc0"><code>cbf223c</code></a> [release] Prepare and release 1.0.37</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/4b810b0f3076a7cbc7759df7b1a97c7bc3dbfb17"><code>4b810b0</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-netty/issues/2929">#2929</a> into 1.1.12</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/9ea4f4cb609632de08b0ecc827473aaa73f75a61"><code>9ea4f4c</code></a> Bump netty-tcnative-boringssl-static to version v2.0.62.Final (<a href="https://redirect.github.com/reactor/reactor-netty/issues/2929">#2929</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-netty/compare/v1.1.11...v1.1.12">compare view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.projectreactor.netty:reactor-netty-http` from 1.1.11 to 1.1.12
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a href="https://github.com/reactor/reactor-netty/releases">io.projectreactor.netty:reactor-netty-http's releases</a>.</em></p>
   <blockquote>
   <h2>v1.1.12</h2>
   <!-- raw HTML omitted -->
   <p><code>Reactor Netty</code> <code>1.1.12</code> is part of <strong><code>2022.0.12</code> Release Train</strong>.</p>
   <p>This is a recommended update for all <code>Reactor Netty 1.1.x</code> users.</p>
   <h2>What's Changed</h2>
   <h3>:sparkles: New features and improvements</h3>
   <ul>
   <li>Depend on <code>Reactor Core</code> <code>v3.5.11</code> by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in d68cea13c00dfa149f96e7029e1dcb3ca8a2cf7e, see <a href="https://github.com/reactor/reactor-core/releases/tag/v3.5.11">release notes</a></li>
   <li>Depend on <code>Netty</code> <code>v4.1.100.Final</code> by <a href="https://github.com/OlegDokuka"><code>@​OlegDokuka</code></a> in 682358364a24faa2e6218ce43b89bf67e812b724</li>
   <li>Depend on <code>netty-incubator-transport-native-io_uring</code> <code>v0.0.23.Final</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2915">#2915</a></li>
   <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.51.Final</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2921">#2921</a></li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>Request for read interest when channel is unwritable while <code>HttpClient.send(Mono)</code> is used by <a href="https://github.com/pderop"><code>@​pderop</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2864">#2864</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/2902">#2902</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/2903">#2903</a></li>
   <li>Ensure <code>HttpClient#mapConnect() / #doOnRequestError()</code> are called when <code>HttpClient#headersWhen()</code> is used by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2912">#2912</a></li>
   <li>Ensure <code>Expect</code> header is handled correctly with <code>HTTP/2</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2916">#2916</a></li>
   <li>Ensure connection closed when non <code>200</code> status for request with <code>Expect</code> header and incoming data not completed by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2919">#2919</a></li>
   </ul>
   <h3>:book: Documentation, Tests and Build</h3>
   <ul>
   <li>Add <code>GraalVM</code> smoke tests by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2899">#2899</a></li>
   <li>Add nightly build with <code>Reactor Core</code> <code>3.6 SNAPSHOTs</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2911">#2911</a></li>
   <li>Add smoke tests for <code>Reactor Core</code> feature <code>Hooks.enableAutomaticContextPropagation()</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2922">#2922</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/2925">#2925</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/2926">#2926</a></li>
   </ul>
   <h3>:up: Build/Test Dependency Upgrades</h3>
   <ul>
   <li>Bump <code>hoverfly-java-junit5</code> to version <code>0.15.0</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2898">#2898</a></li>
   <li>Bump <code>org.gradle.test-retry</code> to version <code>1.5.6</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2918">#2918</a></li>
   <li>Bump <code>build-info-extractor-gradle</code> to version <code>4.33.6</code> by <a href="https://github.com/dependabot"><code>@​dependabot</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2923">#2923</a></li>
   <li>Bump <code>Gradle</code> to version <code>7.6.3</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2924">#2924</a></li>
   <li>Bump <code>netty-tcnative-boringssl-static</code> to version <code>v2.0.62.Final</code> by <a href="https://github.com/violetagg"><code>@​violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/2929">#2929</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-netty/compare/v1.1.11...v1.1.12">https://github.com/reactor/reactor-netty/compare/v1.1.11...v1.1.12</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/reactor/reactor-netty/commit/d68cea13c00dfa149f96e7029e1dcb3ca8a2cf7e"><code>d68cea1</code></a> [release] Prepare and release 1.1.12</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/682358364a24faa2e6218ce43b89bf67e812b724"><code>6823583</code></a> Merge-ignore 1.0.39 into 1.0.3</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/04db10680091b83f3ba26c16731adad0f0a0a1d2"><code>04db106</code></a> updates compatibility version</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/5f964ebbcfc5d723699d996ad0486a39db014df9"><code>5f964eb</code></a> [release] Back to snapshots, next is 1.0.39-SNAPSHOT</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/8bddf51c0836bff0a7b4645d0b285b243b9845d9"><code>8bddf51</code></a> [release] Prepare and release 1.0.38</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/43268793cceee228a98572359a80d9d008deeaeb"><code>4326879</code></a> Merge-ignore 1.0.38 into 1.1.12</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/a1c7978dd6f6b47dcc54637a69f9543669757440"><code>a1c7978</code></a> [release] Back to snapshots, next is 1.0.38-SNAPSHOT</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/cbf223ce7d22180bcab920349163dd8b22b7dbc0"><code>cbf223c</code></a> [release] Prepare and release 1.0.37</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/4b810b0f3076a7cbc7759df7b1a97c7bc3dbfb17"><code>4b810b0</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-netty/issues/2929">#2929</a> into 1.1.12</li>
   <li><a href="https://github.com/reactor/reactor-netty/commit/9ea4f4cb609632de08b0ecc827473aaa73f75a61"><code>9ea4f4c</code></a> Bump netty-tcnative-boringssl-static to version v2.0.62.Final (<a href="https://redirect.github.com/reactor/reactor-netty/issues/2929">#2929</a>)</li>
   <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-netty/compare/v1.1.11...v1.1.12">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   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 reactor.netty.version from 1.1.11 to 1.1.12 [tika]

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


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