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

   Bumps `reactor.netty.version` from 1.3.6 to 1.3.7.
   Updates `io.projectreactor.netty:reactor-netty-core` from 1.3.6 to 1.3.7
   <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.3.7</h2>
   <!-- raw HTML omitted -->
   <p><code>Reactor Netty</code> <code>1.3.7</code> is part of 
<strong><code>2025.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.8.7</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
b0395bec56155b3c6ed9c2a4b2b81ccb857bdcf5, see <a 
href="https://github.com/reactor/reactor-core/releases/tag/v3.8.7";>release 
notes</a></li>
   <li>Depend on <code>Netty</code> <code>v4.2.17.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4324";>#4324</a></li>
   <li>Add <code>WebSocket</code> client metrics by <a 
href="https://github.com/LivingLikeKrillin";><code>@​LivingLikeKrillin</code></a>
 in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4118";>#4118</a></li>
   <li>Expose pending acquire latencies to custom <code>MeterRegistrar</code> 
by <a href="https://github.com/ejhnsn";><code>@​ejhnsn</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4250";>#4250</a></li>
   <li>Reduce per-request CPU in the HTTP/2 connection pool by <a 
href="https://github.com/samueldlightfoot";><code>@​samueldlightfoot</code></a> 
in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4297";>#4297</a></li>
   <li>Evaluate the address supplier once in 
<code>AddressUtils.updatePort</code> by <a 
href="https://github.com/samueldlightfoot";><code>@​samueldlightfoot</code></a> 
in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4298";>#4298</a></li>
   <li>Require choice between <code>Forwarded</code> and 
<code>X-Forwarded</code> headers by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4312";>#4312</a></li>
   <li>Reuse per-connection address and byte meters in the Micrometer client 
metrics path by <a 
href="https://github.com/samueldlightfoot";><code>@​samueldlightfoot</code></a> 
in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4318";>#4318</a></li>
   <li>Override <code>isH2cUpgrade</code> in <code>Http3Pool</code> to always 
return false by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4325";>#4325</a></li>
   <li>Drop the redundant <code>address</code> parameter from the HttpClient 
<code>recordRead</code>/<code>recordWrite</code>/<code>startWrite</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4327";>#4327</a></li>
   <li>HttpClient: Add API for configuring max decompression buffer size by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
f4ca645c635c392d602c3cae12a4ca74697ae5fd</li>
   <li>Ensure <code>NonSslRedirectHandler</code> always does a redirect based 
on HOST header by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
626a6e742d0314c26b2fda5e943382e94afefa31</li>
   <li>WebSocket: Add API for configuring max decompression buffer size by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
6908378d586989ffceaa4c2f50f407d969016dd9</li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>Exclude <code>HTTP/2</code> connections from the pool during the 
<code>PING</code> liveness check by <a 
href="https://github.com/LivingLikeKrillin";><code>@​LivingLikeKrillin</code></a>
 in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4255";>#4255</a></li>
   <li>Add the liveness check to <code>Http11EvictionPredicate</code> by <a 
href="https://github.com/LivingLikeKrillin";><code>@​LivingLikeKrillin</code></a>
 in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4256";>#4256</a></li>
   <li>Skip <code>SNI</code> lookup completion when the channel is already 
closed by <a href="https://github.com/violetagg";><code>@​violetagg</code></a> 
in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4266";>#4266</a></li>
   <li>Do not capture caller context into pool maintenance tasks by <a 
href="https://github.com/hocaron";><code>@​hocaron</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4300";>#4300</a></li>
   <li>Fix WebSocket-over-HTTP/2 server metrics gauge accounting on close by <a 
href="https://github.com/LivingLikeKrillin";><code>@​LivingLikeKrillin</code></a>
 in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4302";>#4302</a></li>
   <li>Fix <code>NameResolverProvider#equals/hashCode</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
717381b7054376657753eaee27c6d48a19c7fe68</li>
   <li>Refactor <code>TracingMapHandle</code> to handle exceptions correctly by 
<a href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
68561f4889a881a5e72f45e8f20c814adfa05b5f</li>
   <li>Update proxy handling by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
fc98328cf0d4268c22ba17f8cad144e1408ff91f</li>
   <li>Refine header handling during redirects by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
88adf0cb35e648aa695c22d53efc8ff19c69600f</li>
   <li>Add back-pressure on pipelined HTTP requests by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
dc07b9259bd1f3fb089b1658e62e9be21356e0b6</li>
   <li>Proxy protocol is not supported for HTTP/3 protocol by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
8d37581255ba2cc3cd2a0c6c5a2ece4af7040115</li>
   </ul>
   <h3>:book: Documentation</h3>
   <ul>
   <li>Update javadoc for http-to-https redirect by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
74a5524c2f589faa28802790643f5b674025cdb6</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/LivingLikeKrillin";><code>@​LivingLikeKrillin</code></a>
 made their first contribution in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4118";>#4118</a></li>
   <li><a href="https://github.com/ejhnsn";><code>@​ejhnsn</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4250";>#4250</a></li>
   <li><a href="https://github.com/hocaron";><code>@​hocaron</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4300";>#4300</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/reactor/reactor-netty/compare/v1.3.6...v1.3.7";>https://github.com/reactor/reactor-netty/compare/v1.3.6...v1.3.7</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/b0395bec56155b3c6ed9c2a4b2b81ccb857bdcf5";><code>b0395be</code></a>
 [release] Prepare and release 1.3.7</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/c6c86c56f53dc216ded37f44ad63e6f433fd2fa8";><code>c6c86c5</code></a>
 Prepare release/1.3.7 branch</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/8d37581255ba2cc3cd2a0c6c5a2ece4af7040115";><code>8d37581</code></a>
 Proxy protocol is not supported for HTTP/3 protocol</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/6908378d586989ffceaa4c2f50f407d969016dd9";><code>6908378</code></a>
 Add API for configuring max decompression buffer size</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/626a6e742d0314c26b2fda5e943382e94afefa31";><code>626a6e7</code></a>
 Ensure NonSslRedirectHandler always does a redirect based on HOST header</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/f4ca645c635c392d602c3cae12a4ca74697ae5fd";><code>f4ca645</code></a>
 Add API for configuring max decompression buffer size</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/dc07b9259bd1f3fb089b1658e62e9be21356e0b6";><code>dc07b92</code></a>
 Add back-pressure on pipelined HTTP requests</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/88adf0cb35e648aa695c22d53efc8ff19c69600f";><code>88adf0c</code></a>
 Refine header handling during redirects</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/74a5524c2f589faa28802790643f5b674025cdb6";><code>74a5524</code></a>
 Update javadoc for http-to-https redirect</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/fc98328cf0d4268c22ba17f8cad144e1408ff91f";><code>fc98328</code></a>
 Update proxy handling</li>
   <li>Additional commits viewable in <a 
href="https://github.com/reactor/reactor-netty/compare/v1.3.6...v1.3.7";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.projectreactor.netty:reactor-netty-http` from 1.3.6 to 1.3.7
   <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.3.7</h2>
   <!-- raw HTML omitted -->
   <p><code>Reactor Netty</code> <code>1.3.7</code> is part of 
<strong><code>2025.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.8.7</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
b0395bec56155b3c6ed9c2a4b2b81ccb857bdcf5, see <a 
href="https://github.com/reactor/reactor-core/releases/tag/v3.8.7";>release 
notes</a></li>
   <li>Depend on <code>Netty</code> <code>v4.2.17.Final</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4324";>#4324</a></li>
   <li>Add <code>WebSocket</code> client metrics by <a 
href="https://github.com/LivingLikeKrillin";><code>@​LivingLikeKrillin</code></a>
 in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4118";>#4118</a></li>
   <li>Expose pending acquire latencies to custom <code>MeterRegistrar</code> 
by <a href="https://github.com/ejhnsn";><code>@​ejhnsn</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4250";>#4250</a></li>
   <li>Reduce per-request CPU in the HTTP/2 connection pool by <a 
href="https://github.com/samueldlightfoot";><code>@​samueldlightfoot</code></a> 
in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4297";>#4297</a></li>
   <li>Evaluate the address supplier once in 
<code>AddressUtils.updatePort</code> by <a 
href="https://github.com/samueldlightfoot";><code>@​samueldlightfoot</code></a> 
in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4298";>#4298</a></li>
   <li>Require choice between <code>Forwarded</code> and 
<code>X-Forwarded</code> headers by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4312";>#4312</a></li>
   <li>Reuse per-connection address and byte meters in the Micrometer client 
metrics path by <a 
href="https://github.com/samueldlightfoot";><code>@​samueldlightfoot</code></a> 
in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4318";>#4318</a></li>
   <li>Override <code>isH2cUpgrade</code> in <code>Http3Pool</code> to always 
return false by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4325";>#4325</a></li>
   <li>Drop the redundant <code>address</code> parameter from the HttpClient 
<code>recordRead</code>/<code>recordWrite</code>/<code>startWrite</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4327";>#4327</a></li>
   <li>HttpClient: Add API for configuring max decompression buffer size by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
f4ca645c635c392d602c3cae12a4ca74697ae5fd</li>
   <li>Ensure <code>NonSslRedirectHandler</code> always does a redirect based 
on HOST header by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
626a6e742d0314c26b2fda5e943382e94afefa31</li>
   <li>WebSocket: Add API for configuring max decompression buffer size by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
6908378d586989ffceaa4c2f50f407d969016dd9</li>
   </ul>
   <h3>:lady_beetle: Bug fixes</h3>
   <ul>
   <li>Exclude <code>HTTP/2</code> connections from the pool during the 
<code>PING</code> liveness check by <a 
href="https://github.com/LivingLikeKrillin";><code>@​LivingLikeKrillin</code></a>
 in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4255";>#4255</a></li>
   <li>Add the liveness check to <code>Http11EvictionPredicate</code> by <a 
href="https://github.com/LivingLikeKrillin";><code>@​LivingLikeKrillin</code></a>
 in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4256";>#4256</a></li>
   <li>Skip <code>SNI</code> lookup completion when the channel is already 
closed by <a href="https://github.com/violetagg";><code>@​violetagg</code></a> 
in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4266";>#4266</a></li>
   <li>Do not capture caller context into pool maintenance tasks by <a 
href="https://github.com/hocaron";><code>@​hocaron</code></a> in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4300";>#4300</a></li>
   <li>Fix WebSocket-over-HTTP/2 server metrics gauge accounting on close by <a 
href="https://github.com/LivingLikeKrillin";><code>@​LivingLikeKrillin</code></a>
 in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4302";>#4302</a></li>
   <li>Fix <code>NameResolverProvider#equals/hashCode</code> by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
717381b7054376657753eaee27c6d48a19c7fe68</li>
   <li>Refactor <code>TracingMapHandle</code> to handle exceptions correctly by 
<a href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
68561f4889a881a5e72f45e8f20c814adfa05b5f</li>
   <li>Update proxy handling by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
fc98328cf0d4268c22ba17f8cad144e1408ff91f</li>
   <li>Refine header handling during redirects by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
88adf0cb35e648aa695c22d53efc8ff19c69600f</li>
   <li>Add back-pressure on pipelined HTTP requests by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
dc07b9259bd1f3fb089b1658e62e9be21356e0b6</li>
   <li>Proxy protocol is not supported for HTTP/3 protocol by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
8d37581255ba2cc3cd2a0c6c5a2ece4af7040115</li>
   </ul>
   <h3>:book: Documentation</h3>
   <ul>
   <li>Update javadoc for http-to-https redirect by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in 
74a5524c2f589faa28802790643f5b674025cdb6</li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a 
href="https://github.com/LivingLikeKrillin";><code>@​LivingLikeKrillin</code></a>
 made their first contribution in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4118";>#4118</a></li>
   <li><a href="https://github.com/ejhnsn";><code>@​ejhnsn</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4250";>#4250</a></li>
   <li><a href="https://github.com/hocaron";><code>@​hocaron</code></a> made 
their first contribution in <a 
href="https://redirect.github.com/reactor/reactor-netty/issues/4300";>#4300</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/reactor/reactor-netty/compare/v1.3.6...v1.3.7";>https://github.com/reactor/reactor-netty/compare/v1.3.6...v1.3.7</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/b0395bec56155b3c6ed9c2a4b2b81ccb857bdcf5";><code>b0395be</code></a>
 [release] Prepare and release 1.3.7</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/c6c86c56f53dc216ded37f44ad63e6f433fd2fa8";><code>c6c86c5</code></a>
 Prepare release/1.3.7 branch</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/8d37581255ba2cc3cd2a0c6c5a2ece4af7040115";><code>8d37581</code></a>
 Proxy protocol is not supported for HTTP/3 protocol</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/6908378d586989ffceaa4c2f50f407d969016dd9";><code>6908378</code></a>
 Add API for configuring max decompression buffer size</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/626a6e742d0314c26b2fda5e943382e94afefa31";><code>626a6e7</code></a>
 Ensure NonSslRedirectHandler always does a redirect based on HOST header</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/f4ca645c635c392d602c3cae12a4ca74697ae5fd";><code>f4ca645</code></a>
 Add API for configuring max decompression buffer size</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/dc07b9259bd1f3fb089b1658e62e9be21356e0b6";><code>dc07b92</code></a>
 Add back-pressure on pipelined HTTP requests</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/88adf0cb35e648aa695c22d53efc8ff19c69600f";><code>88adf0c</code></a>
 Refine header handling during redirects</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/74a5524c2f589faa28802790643f5b674025cdb6";><code>74a5524</code></a>
 Update javadoc for http-to-https redirect</li>
   <li><a 
href="https://github.com/reactor/reactor-netty/commit/fc98328cf0d4268c22ba17f8cad144e1408ff91f";><code>fc98328</code></a>
 Update proxy handling</li>
   <li>Additional commits viewable in <a 
href="https://github.com/reactor/reactor-netty/compare/v1.3.6...v1.3.7";>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 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to