dependabot[bot] opened a new pull request, #1814: URL: https://github.com/apache/tika/pull/1814
Bumps `reactor.netty.version` from 1.1.19 to 1.1.20. Updates `io.projectreactor.netty:reactor-netty-core` from 1.1.19 to 1.1.20 <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.20</h2> <!-- raw HTML omitted --> <p><code>Reactor Netty</code> <code>1.1.20</code> is part of <strong><code>2022.0.20</code> and <code>2023.0.7</code> Release Train</strong>.</p> <h2>What's Changed</h2> <h3>:sparkles: New features and improvements</h3> <ul> <li>Depend on <code>Reactor Core</code> <code>v3.5.18</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in 9670a025c60d4ff009e52dc90fc7e235b91526b2, see <a href="https://github.com/reactor/reactor-core/releases/tag/v3.5.18">release notes</a></li> <li>Depend on <code>Netty</code> <code>v4.1.110.Final</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3259">#3259</a></li> <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.63.Final</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3264">#3264</a></li> <li>Immediately mark outbound as complete when sending <code>Mono</code> or <code>Object</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3250">#3250</a></li> <li>Add possibility to delay the last flush operation by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3271">#3271</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/3280">#3280</a> and <a href="https://redirect.github.com/reactor/reactor-netty/issues/3282">#3282</a></li> <li>Make <code>MonoSend.MAX_SIZE</code> configurable by system property by <a href="https://github.com/VadimKirilchuk"><code>@VadimKirilchuk</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3276">#3276</a></li> </ul> <h3>:lady_beetle: Bug fixes</h3> <ul> <li>When <code>HttpOperations#afterMarkSentHeaders</code> throws an error in <code>HttpOperations#sendObject</code>, ensure the <code>ByteBuf</code> is released just once by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3246">#3246</a></li> <li>Fix <code>HTTP/2</code> pool <code>recordPendingSuccess/FailureAndLatency</code> not recorded without timeout by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3252">#3252</a></li> <li>Ensure <code>HttpClient#reactorNettyVersion()</code> does not throw <code>NullPointException</code> when loaded through <code>-javaagent</code> under <code>JDK 1.8</code> by <a href="https://github.com/KyoUK4n"><code>@KyoUK4n</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3266">#3266</a></li> </ul> <h3>:book: Documentation</h3> <ul> <li>Extend the documentation for the shared (default) <code>ConnectionProvider</code> and <code>Event Loop Group</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3281">#3281</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/KyoUK4n"><code>@KyoUK4n</code></a> made their first contribution in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3266">#3266</a></li> <li><a href="https://github.com/VadimKirilchuk"><code>@VadimKirilchuk</code></a> made their first contribution in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3276">#3276</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-netty/compare/v1.1.19...v1.1.20">https://github.com/reactor/reactor-netty/compare/v1.1.19...v1.1.20</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reactor/reactor-netty/commit/9670a025c60d4ff009e52dc90fc7e235b91526b2"><code>9670a02</code></a> [release] Prepare and release 1.1.20</li> <li><a href="https://github.com/reactor/reactor-netty/commit/7108673a8e1f11b0dccf06198d7e2d2f38c12542"><code>7108673</code></a> Merge-ignore release 1.0.46 into 1.1.20</li> <li><a href="https://github.com/reactor/reactor-netty/commit/a48201703b2fb4d884edf5be889851fd47ea1d65"><code>a482017</code></a> [release] Back to snapshots, next is 1.0.47-SNAPSHOT</li> <li><a href="https://github.com/reactor/reactor-netty/commit/034327392ec55a69d77bb11ff4ac62b6a5e022c5"><code>0343273</code></a> [release] Prepare and release 1.0.46</li> <li><a href="https://github.com/reactor/reactor-netty/commit/3083c45289fab9a35e09a7e22a44010047848680"><code>3083c45</code></a> Make MonoSend.MAX_SIZE configurable by system property (<a href="https://redirect.github.com/reactor/reactor-netty/issues/3276">#3276</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/50c5366823c5fb092d82b26a6e464a538c39d15c"><code>50c5366</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-netty/issues/3288">#3288</a> into 1.1.20</li> <li><a href="https://github.com/reactor/reactor-netty/commit/8ae6a071a91f338d1f3b230b27b51a6566f634b1"><code>8ae6a07</code></a> Bump org.jfrog.buildinfo:build-info-extractor-gradle (<a href="https://redirect.github.com/reactor/reactor-netty/issues/3288">#3288</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/d670eece826e69aedb4e33d7a8f8d845ca3e4e11"><code>d670eec</code></a> Adapt metrics to the delayed last flush operation (<a href="https://redirect.github.com/reactor/reactor-netty/issues/3282">#3282</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/bebda723b36128dccedc730c4aff13ef26d01455"><code>bebda72</code></a> Extend the documentation for the shared (default) ConnectionProvider and Even...</li> <li><a href="https://github.com/reactor/reactor-netty/commit/7fab4809f7a5291ecff25c3a6d42195467acb3a0"><code>7fab480</code></a> Adapt access log to the delayed last flush operation (<a href="https://redirect.github.com/reactor/reactor-netty/issues/3280">#3280</a>)</li> <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-netty/compare/v1.1.19...v1.1.20">compare view</a></li> </ul> </details> <br /> Updates `io.projectreactor.netty:reactor-netty-http` from 1.1.19 to 1.1.20 <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.20</h2> <!-- raw HTML omitted --> <p><code>Reactor Netty</code> <code>1.1.20</code> is part of <strong><code>2022.0.20</code> and <code>2023.0.7</code> Release Train</strong>.</p> <h2>What's Changed</h2> <h3>:sparkles: New features and improvements</h3> <ul> <li>Depend on <code>Reactor Core</code> <code>v3.5.18</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in 9670a025c60d4ff009e52dc90fc7e235b91526b2, see <a href="https://github.com/reactor/reactor-core/releases/tag/v3.5.18">release notes</a></li> <li>Depend on <code>Netty</code> <code>v4.1.110.Final</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3259">#3259</a></li> <li>Depend on <code>Netty QUIC Codec</code> <code>v0.0.63.Final</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3264">#3264</a></li> <li>Immediately mark outbound as complete when sending <code>Mono</code> or <code>Object</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3250">#3250</a></li> <li>Add possibility to delay the last flush operation by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3271">#3271</a>, <a href="https://redirect.github.com/reactor/reactor-netty/issues/3280">#3280</a> and <a href="https://redirect.github.com/reactor/reactor-netty/issues/3282">#3282</a></li> <li>Make <code>MonoSend.MAX_SIZE</code> configurable by system property by <a href="https://github.com/VadimKirilchuk"><code>@VadimKirilchuk</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3276">#3276</a></li> </ul> <h3>:lady_beetle: Bug fixes</h3> <ul> <li>When <code>HttpOperations#afterMarkSentHeaders</code> throws an error in <code>HttpOperations#sendObject</code>, ensure the <code>ByteBuf</code> is released just once by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3246">#3246</a></li> <li>Fix <code>HTTP/2</code> pool <code>recordPendingSuccess/FailureAndLatency</code> not recorded without timeout by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3252">#3252</a></li> <li>Ensure <code>HttpClient#reactorNettyVersion()</code> does not throw <code>NullPointException</code> when loaded through <code>-javaagent</code> under <code>JDK 1.8</code> by <a href="https://github.com/KyoUK4n"><code>@KyoUK4n</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3266">#3266</a></li> </ul> <h3>:book: Documentation</h3> <ul> <li>Extend the documentation for the shared (default) <code>ConnectionProvider</code> and <code>Event Loop Group</code> by <a href="https://github.com/violetagg"><code>@violetagg</code></a> in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3281">#3281</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/KyoUK4n"><code>@KyoUK4n</code></a> made their first contribution in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3266">#3266</a></li> <li><a href="https://github.com/VadimKirilchuk"><code>@VadimKirilchuk</code></a> made their first contribution in <a href="https://redirect.github.com/reactor/reactor-netty/issues/3276">#3276</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/reactor/reactor-netty/compare/v1.1.19...v1.1.20">https://github.com/reactor/reactor-netty/compare/v1.1.19...v1.1.20</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/reactor/reactor-netty/commit/9670a025c60d4ff009e52dc90fc7e235b91526b2"><code>9670a02</code></a> [release] Prepare and release 1.1.20</li> <li><a href="https://github.com/reactor/reactor-netty/commit/7108673a8e1f11b0dccf06198d7e2d2f38c12542"><code>7108673</code></a> Merge-ignore release 1.0.46 into 1.1.20</li> <li><a href="https://github.com/reactor/reactor-netty/commit/a48201703b2fb4d884edf5be889851fd47ea1d65"><code>a482017</code></a> [release] Back to snapshots, next is 1.0.47-SNAPSHOT</li> <li><a href="https://github.com/reactor/reactor-netty/commit/034327392ec55a69d77bb11ff4ac62b6a5e022c5"><code>0343273</code></a> [release] Prepare and release 1.0.46</li> <li><a href="https://github.com/reactor/reactor-netty/commit/3083c45289fab9a35e09a7e22a44010047848680"><code>3083c45</code></a> Make MonoSend.MAX_SIZE configurable by system property (<a href="https://redirect.github.com/reactor/reactor-netty/issues/3276">#3276</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/50c5366823c5fb092d82b26a6e464a538c39d15c"><code>50c5366</code></a> Merge <a href="https://redirect.github.com/reactor/reactor-netty/issues/3288">#3288</a> into 1.1.20</li> <li><a href="https://github.com/reactor/reactor-netty/commit/8ae6a071a91f338d1f3b230b27b51a6566f634b1"><code>8ae6a07</code></a> Bump org.jfrog.buildinfo:build-info-extractor-gradle (<a href="https://redirect.github.com/reactor/reactor-netty/issues/3288">#3288</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/d670eece826e69aedb4e33d7a8f8d845ca3e4e11"><code>d670eec</code></a> Adapt metrics to the delayed last flush operation (<a href="https://redirect.github.com/reactor/reactor-netty/issues/3282">#3282</a>)</li> <li><a href="https://github.com/reactor/reactor-netty/commit/bebda723b36128dccedc730c4aff13ef26d01455"><code>bebda72</code></a> Extend the documentation for the shared (default) ConnectionProvider and Even...</li> <li><a href="https://github.com/reactor/reactor-netty/commit/7fab4809f7a5291ecff25c3a6d42195467acb3a0"><code>7fab480</code></a> Adapt access log to the delayed last flush operation (<a href="https://redirect.github.com/reactor/reactor-netty/issues/3280">#3280</a>)</li> <li>Additional commits viewable in <a href="https://github.com/reactor/reactor-netty/compare/v1.1.19...v1.1.20">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-unsubscr...@tika.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org