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

   Bumps `netty-version` from 4.2.15.Final to 4.2.16.Final.
   Updates `io.netty:netty-buffer` from 4.2.15.Final to 4.2.16.Final
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/netty/netty/releases";>io.netty:netty-buffer's 
releases</a>.</em></p>
   <blockquote>
   <h2>netty-4.2.16.Final</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Document Java 9 requirement for io_uring by <a 
href="https://github.com/jchambers";><code>@​jchambers</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16904";>netty/netty#16904</a></li>
   <li>Add BlockHound exception for DnsQueryIdSpace by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16896";>netty/netty#16896</a></li>
   <li>Fix incorrect bounds in error message of 
HpackDecoder.setMaxHeaderListSize by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16901";>netty/netty#16901</a></li>
   <li>Add epoch-based chunk cache purge with ring buffer for thread-local 
reuse by <a href="https://github.com/franz1981";><code>@​franz1981</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16766";>netty/netty#16766</a></li>
   <li>Use Splittable/ThreadLocalRandom to generate bulk data in tests by <a 
href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16808";>netty/netty#16808</a></li>
   <li>Auto-port 4.2: SingleThreadEventExecutor: document Throwable safety 
contract on run() by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16909";>netty/netty#16909</a></li>
   <li>Auto-port 4.2: Make HTTP/2 frame hashCode consistent with equals by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16910";>netty/netty#16910</a></li>
   <li>Auto-port 4.2: MQTT: Make the decodeProperties early-REPLAY check 
actually fire by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16919";>netty/netty#16919</a></li>
   <li>IoUring: fix io_uring datagram writes with non-zero readerIndex by <a 
href="https://github.com/dreamlike-ocean";><code>@​dreamlike-ocean</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16905";>netty/netty#16905</a></li>
   <li>Exclude internal events from IoHandler.run() return value in epoll, 
io_uring and kqueue by <a 
href="https://github.com/franz1981";><code>@​franz1981</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16848";>netty/netty#16848</a></li>
   <li>IoUring: Pass IORING_ENTER_NO_IOWAIT to report accurate CPU usage by <a 
href="https://github.com/wineway";><code>@​wineway</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16739";>netty/netty#16739</a></li>
   <li>Avoid logging exceptions that tests ignore by <a 
href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16891";>netty/netty#16891</a></li>
   <li>Reject control characters at the boundary of HTTP method names by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16723";>netty/netty#16723</a></li>
   <li>IoUring: fix TCP Fast Open initial writes with readerIndex and 
composites by <a 
href="https://github.com/dreamlike-ocean";><code>@​dreamlike-ocean</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16929";>netty/netty#16929</a></li>
   <li>Try to fix/stabilize a number of flaky tests by <a 
href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16934";>netty/netty#16934</a></li>
   <li>Fix propagation of startTls for client SslContext handlers by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16931";>netty/netty#16931</a></li>
   <li>Update to latest tcnative release by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16936";>netty/netty#16936</a></li>
   <li>Move test to shared testsuite by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16928";>netty/netty#16928</a></li>
   <li>[Refactor] Useful helper method getOrDefault &amp; cleaner abstraction 
by <a href="https://github.com/sanjomo";><code>@​sanjomo</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16927";>netty/netty#16927</a></li>
   <li>Make permessage-deflate server window size and memLevel configurable by 
<a href="https://github.com/fru1tworld";><code>@​fru1tworld</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16809";>netty/netty#16809</a></li>
   <li>Return early in DnsQueryContext.writeQuery when the query ID space is 
exhausted by <a 
href="https://github.com/HwangRock";><code>@​HwangRock</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16950";>netty/netty#16950</a></li>
   <li>Fix HTTP 2 PUSH_PROMISE stream association validation by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16952";>netty/netty#16952</a></li>
   <li>Fix GZIP FEXTRA extra-field handling in JdkZlibDecoder by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16951";>netty/netty#16951</a></li>
   <li>Http3FrameCodec  handle fragmented payloads when skipping unknown frames 
by <a href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16960";>netty/netty#16960</a></li>
   <li>Add opt-in validation of mandatory pseudo-header fields for HTTP/2 by <a 
href="https://github.com/hyperxpro";><code>@​hyperxpro</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16932";>netty/netty#16932</a></li>
   <li>Strictly validate MQTT UTF-8 Encoded String by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16939";>netty/netty#16939</a></li>
   <li>Stop DateFormatter trailing token from running past the parse end by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16958";>netty/netty#16958</a></li>
   <li>IpFilter: Deprecate constructor which use accept by default by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16961";>netty/netty#16961</a></li>
   <li>Add RFC 10008 QUERY Method support by <a 
href="https://github.com/desiderantes";><code>@​desiderantes</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16966";>netty/netty#16966</a></li>
   <li>Correctly release and fail queued traffic-shaping writes on close by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16959";>netty/netty#16959</a></li>
   <li>Reject control characters at the boundary of the HTTP version token by 
<a href="https://github.com/HwangRock";><code>@​HwangRock</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16971";>netty/netty#16971</a></li>
   <li>FlowControlHandler: respect auto-read when toggled while dequeueing by 
<a href="https://github.com/schiemon";><code>@​schiemon</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16949";>netty/netty#16949</a></li>
   <li>Fix leak in ReferenceCountedOpenSslEngine.addCredential by <a 
href="https://github.com/jmcrawford45";><code>@​jmcrawford45</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16979";>netty/netty#16979</a></li>
   <li>IdleStateHandler: reset firstWriter/ReaderIdleEvent in 
resetWriteTimeout/resetReadTimeout by <a 
href="https://github.com/husseinvr97";><code>@​husseinvr97</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16982";>netty/netty#16982</a></li>
   <li>Fix typo in AbstractSniHandler Javadoc by <a 
href="https://github.com/coderbruis";><code>@​coderbruis</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16988";>netty/netty#16988</a></li>
   <li>Fix client/server inconsistency in SslCredential support matrix by <a 
href="https://github.com/jmcrawford45";><code>@​jmcrawford45</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16990";>netty/netty#16990</a></li>
   <li>Reconcile <code>AbstractCoalescingBufferQueue</code> readableBytes when 
it drains, and fail stuck HTTP/2 streams instead of spinning empty DATA frames 
by <a href="https://github.com/gavinbunney";><code>@​gavinbunney</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16947";>netty/netty#16947</a></li>
   <li>Use Ticker in Http2MaxRstFrameListener for testability by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16993";>netty/netty#16993</a></li>
   <li>Reset UTF-8 decode state on CR in StompSubframeDecoder by <a 
href="https://github.com/vasiliy-mikhailov";><code>@​vasiliy-mikhailov</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16991";>netty/netty#16991</a></li>
   <li>FastLz: Guard decompression against truncated input by <a 
href="https://github.com/yawkat";><code>@​yawkat</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17000";>netty/netty#17000</a></li>
   <li>Reject non-token characters in HTTP/2 header names by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16762";>netty/netty#16762</a></li>
   <li>Auto-port 4.2: Fix SelfSignCertificate initialization in tests by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/17029";>netty/netty#17029</a></li>
   <li>Enable extension of Http3ClientConnectionHandler to support higher-level 
protocols such as WebTransport. by <a 
href="https://github.com/sanjomo";><code>@​sanjomo</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17027";>netty/netty#17027</a></li>
   <li>Implement Adaptive Cumulator by <a 
href="https://github.com/shivaspeaks";><code>@​shivaspeaks</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16731";>netty/netty#16731</a></li>
   <li>Allow WebSocket extension negotiation to be disabled per response by <a 
href="https://github.com/mkurz";><code>@​mkurz</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17030";>netty/netty#17030</a></li>
   <li>Support QPACK sensitivity detector for Never Indexed header fields by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17026";>netty/netty#17026</a></li>
   <li>Fix maxAllocation for brotli-encoded content in HttpContentDecompressor 
by <a href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17037";>netty/netty#17037</a></li>
   <li>Pin github actions to reduce risk by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17043";>netty/netty#17043</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/netty/netty/commit/3703d79669ee024f6483c9d8697ac58ba546df33";><code>3703d79</code></a>
 [maven-release-plugin] prepare release netty-4.2.16.Final</li>
   <li><a 
href="https://github.com/netty/netty/commit/63bbb2ce37446cf4ec43a23742f860cd44db634f";><code>63bbb2c</code></a>
 Update rust toolchain - add required parameters</li>
   <li><a 
href="https://github.com/netty/netty/commit/ac06c1b92225c79516d04b574223fed1faaba0e8";><code>ac06c1b</code></a>
 Update rust toolchain</li>
   <li><a 
href="https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003b";><code>5b68c61</code></a>
 Merge branches from forks (<a 
href="https://redirect.github.com/netty/netty/issues/17063";>#17063</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/de5d27666a5b5ff52fc7b115122bede78c2b0b24";><code>de5d276</code></a>
 Update lz4-java to 1.11.1 (<a 
href="https://redirect.github.com/netty/netty/issues/17061";>#17061</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/da22048fd5ea72f6f98a36251544796bd85be60a";><code>da22048</code></a>
 Pin github actions to reduce risk (<a 
href="https://redirect.github.com/netty/netty/issues/17043";>#17043</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/0332676fd1d7b65a8a8b249a5bf96b30e2c998a3";><code>0332676</code></a>
 Fix maxAllocation for brotli-encoded content in HttpContentDecompressor (<a 
href="https://redirect.github.com/netty/netty/issues/17037";>#17037</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/7364401868b9766487c7c317b6ea5e3425054756";><code>7364401</code></a>
 Support QPACK sensitivity detector for Never Indexed header fields (<a 
href="https://redirect.github.com/netty/netty/issues/17026";>#17026</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/06faf183ab3047874b3f35590a6f95ed08b7f353";><code>06faf18</code></a>
 Allow WebSocket extension negotiation to be disabled per response (<a 
href="https://redirect.github.com/netty/netty/issues/17030";>#17030</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/bc4b983f594fe3df914fe0f8b3a05f74342f52be";><code>bc4b983</code></a>
 Implement Adaptive Cumulator (<a 
href="https://redirect.github.com/netty/netty/issues/16731";>#16731</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/netty/netty/compare/netty-4.2.15.Final...netty-4.2.16.Final";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.netty:netty-common` from 4.2.15.Final to 4.2.16.Final
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/netty/netty/releases";>io.netty:netty-common's 
releases</a>.</em></p>
   <blockquote>
   <h2>netty-4.2.16.Final</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Document Java 9 requirement for io_uring by <a 
href="https://github.com/jchambers";><code>@​jchambers</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16904";>netty/netty#16904</a></li>
   <li>Add BlockHound exception for DnsQueryIdSpace by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16896";>netty/netty#16896</a></li>
   <li>Fix incorrect bounds in error message of 
HpackDecoder.setMaxHeaderListSize by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16901";>netty/netty#16901</a></li>
   <li>Add epoch-based chunk cache purge with ring buffer for thread-local 
reuse by <a href="https://github.com/franz1981";><code>@​franz1981</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16766";>netty/netty#16766</a></li>
   <li>Use Splittable/ThreadLocalRandom to generate bulk data in tests by <a 
href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16808";>netty/netty#16808</a></li>
   <li>Auto-port 4.2: SingleThreadEventExecutor: document Throwable safety 
contract on run() by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16909";>netty/netty#16909</a></li>
   <li>Auto-port 4.2: Make HTTP/2 frame hashCode consistent with equals by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16910";>netty/netty#16910</a></li>
   <li>Auto-port 4.2: MQTT: Make the decodeProperties early-REPLAY check 
actually fire by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16919";>netty/netty#16919</a></li>
   <li>IoUring: fix io_uring datagram writes with non-zero readerIndex by <a 
href="https://github.com/dreamlike-ocean";><code>@​dreamlike-ocean</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16905";>netty/netty#16905</a></li>
   <li>Exclude internal events from IoHandler.run() return value in epoll, 
io_uring and kqueue by <a 
href="https://github.com/franz1981";><code>@​franz1981</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16848";>netty/netty#16848</a></li>
   <li>IoUring: Pass IORING_ENTER_NO_IOWAIT to report accurate CPU usage by <a 
href="https://github.com/wineway";><code>@​wineway</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16739";>netty/netty#16739</a></li>
   <li>Avoid logging exceptions that tests ignore by <a 
href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16891";>netty/netty#16891</a></li>
   <li>Reject control characters at the boundary of HTTP method names by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16723";>netty/netty#16723</a></li>
   <li>IoUring: fix TCP Fast Open initial writes with readerIndex and 
composites by <a 
href="https://github.com/dreamlike-ocean";><code>@​dreamlike-ocean</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16929";>netty/netty#16929</a></li>
   <li>Try to fix/stabilize a number of flaky tests by <a 
href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16934";>netty/netty#16934</a></li>
   <li>Fix propagation of startTls for client SslContext handlers by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16931";>netty/netty#16931</a></li>
   <li>Update to latest tcnative release by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16936";>netty/netty#16936</a></li>
   <li>Move test to shared testsuite by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16928";>netty/netty#16928</a></li>
   <li>[Refactor] Useful helper method getOrDefault &amp; cleaner abstraction 
by <a href="https://github.com/sanjomo";><code>@​sanjomo</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16927";>netty/netty#16927</a></li>
   <li>Make permessage-deflate server window size and memLevel configurable by 
<a href="https://github.com/fru1tworld";><code>@​fru1tworld</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16809";>netty/netty#16809</a></li>
   <li>Return early in DnsQueryContext.writeQuery when the query ID space is 
exhausted by <a 
href="https://github.com/HwangRock";><code>@​HwangRock</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16950";>netty/netty#16950</a></li>
   <li>Fix HTTP 2 PUSH_PROMISE stream association validation by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16952";>netty/netty#16952</a></li>
   <li>Fix GZIP FEXTRA extra-field handling in JdkZlibDecoder by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16951";>netty/netty#16951</a></li>
   <li>Http3FrameCodec  handle fragmented payloads when skipping unknown frames 
by <a href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16960";>netty/netty#16960</a></li>
   <li>Add opt-in validation of mandatory pseudo-header fields for HTTP/2 by <a 
href="https://github.com/hyperxpro";><code>@​hyperxpro</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16932";>netty/netty#16932</a></li>
   <li>Strictly validate MQTT UTF-8 Encoded String by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16939";>netty/netty#16939</a></li>
   <li>Stop DateFormatter trailing token from running past the parse end by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16958";>netty/netty#16958</a></li>
   <li>IpFilter: Deprecate constructor which use accept by default by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16961";>netty/netty#16961</a></li>
   <li>Add RFC 10008 QUERY Method support by <a 
href="https://github.com/desiderantes";><code>@​desiderantes</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16966";>netty/netty#16966</a></li>
   <li>Correctly release and fail queued traffic-shaping writes on close by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16959";>netty/netty#16959</a></li>
   <li>Reject control characters at the boundary of the HTTP version token by 
<a href="https://github.com/HwangRock";><code>@​HwangRock</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16971";>netty/netty#16971</a></li>
   <li>FlowControlHandler: respect auto-read when toggled while dequeueing by 
<a href="https://github.com/schiemon";><code>@​schiemon</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16949";>netty/netty#16949</a></li>
   <li>Fix leak in ReferenceCountedOpenSslEngine.addCredential by <a 
href="https://github.com/jmcrawford45";><code>@​jmcrawford45</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16979";>netty/netty#16979</a></li>
   <li>IdleStateHandler: reset firstWriter/ReaderIdleEvent in 
resetWriteTimeout/resetReadTimeout by <a 
href="https://github.com/husseinvr97";><code>@​husseinvr97</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16982";>netty/netty#16982</a></li>
   <li>Fix typo in AbstractSniHandler Javadoc by <a 
href="https://github.com/coderbruis";><code>@​coderbruis</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16988";>netty/netty#16988</a></li>
   <li>Fix client/server inconsistency in SslCredential support matrix by <a 
href="https://github.com/jmcrawford45";><code>@​jmcrawford45</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16990";>netty/netty#16990</a></li>
   <li>Reconcile <code>AbstractCoalescingBufferQueue</code> readableBytes when 
it drains, and fail stuck HTTP/2 streams instead of spinning empty DATA frames 
by <a href="https://github.com/gavinbunney";><code>@​gavinbunney</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16947";>netty/netty#16947</a></li>
   <li>Use Ticker in Http2MaxRstFrameListener for testability by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16993";>netty/netty#16993</a></li>
   <li>Reset UTF-8 decode state on CR in StompSubframeDecoder by <a 
href="https://github.com/vasiliy-mikhailov";><code>@​vasiliy-mikhailov</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16991";>netty/netty#16991</a></li>
   <li>FastLz: Guard decompression against truncated input by <a 
href="https://github.com/yawkat";><code>@​yawkat</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17000";>netty/netty#17000</a></li>
   <li>Reject non-token characters in HTTP/2 header names by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16762";>netty/netty#16762</a></li>
   <li>Auto-port 4.2: Fix SelfSignCertificate initialization in tests by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/17029";>netty/netty#17029</a></li>
   <li>Enable extension of Http3ClientConnectionHandler to support higher-level 
protocols such as WebTransport. by <a 
href="https://github.com/sanjomo";><code>@​sanjomo</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17027";>netty/netty#17027</a></li>
   <li>Implement Adaptive Cumulator by <a 
href="https://github.com/shivaspeaks";><code>@​shivaspeaks</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16731";>netty/netty#16731</a></li>
   <li>Allow WebSocket extension negotiation to be disabled per response by <a 
href="https://github.com/mkurz";><code>@​mkurz</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17030";>netty/netty#17030</a></li>
   <li>Support QPACK sensitivity detector for Never Indexed header fields by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17026";>netty/netty#17026</a></li>
   <li>Fix maxAllocation for brotli-encoded content in HttpContentDecompressor 
by <a href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17037";>netty/netty#17037</a></li>
   <li>Pin github actions to reduce risk by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17043";>netty/netty#17043</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/netty/netty/commit/3703d79669ee024f6483c9d8697ac58ba546df33";><code>3703d79</code></a>
 [maven-release-plugin] prepare release netty-4.2.16.Final</li>
   <li><a 
href="https://github.com/netty/netty/commit/63bbb2ce37446cf4ec43a23742f860cd44db634f";><code>63bbb2c</code></a>
 Update rust toolchain - add required parameters</li>
   <li><a 
href="https://github.com/netty/netty/commit/ac06c1b92225c79516d04b574223fed1faaba0e8";><code>ac06c1b</code></a>
 Update rust toolchain</li>
   <li><a 
href="https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003b";><code>5b68c61</code></a>
 Merge branches from forks (<a 
href="https://redirect.github.com/netty/netty/issues/17063";>#17063</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/de5d27666a5b5ff52fc7b115122bede78c2b0b24";><code>de5d276</code></a>
 Update lz4-java to 1.11.1 (<a 
href="https://redirect.github.com/netty/netty/issues/17061";>#17061</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/da22048fd5ea72f6f98a36251544796bd85be60a";><code>da22048</code></a>
 Pin github actions to reduce risk (<a 
href="https://redirect.github.com/netty/netty/issues/17043";>#17043</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/0332676fd1d7b65a8a8b249a5bf96b30e2c998a3";><code>0332676</code></a>
 Fix maxAllocation for brotli-encoded content in HttpContentDecompressor (<a 
href="https://redirect.github.com/netty/netty/issues/17037";>#17037</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/7364401868b9766487c7c317b6ea5e3425054756";><code>7364401</code></a>
 Support QPACK sensitivity detector for Never Indexed header fields (<a 
href="https://redirect.github.com/netty/netty/issues/17026";>#17026</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/06faf183ab3047874b3f35590a6f95ed08b7f353";><code>06faf18</code></a>
 Allow WebSocket extension negotiation to be disabled per response (<a 
href="https://redirect.github.com/netty/netty/issues/17030";>#17030</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/bc4b983f594fe3df914fe0f8b3a05f74342f52be";><code>bc4b983</code></a>
 Implement Adaptive Cumulator (<a 
href="https://redirect.github.com/netty/netty/issues/16731";>#16731</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/netty/netty/compare/netty-4.2.15.Final...netty-4.2.16.Final";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.netty:netty-handler` from 4.2.15.Final to 4.2.16.Final
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/netty/netty/releases";>io.netty:netty-handler's 
releases</a>.</em></p>
   <blockquote>
   <h2>netty-4.2.16.Final</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Document Java 9 requirement for io_uring by <a 
href="https://github.com/jchambers";><code>@​jchambers</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16904";>netty/netty#16904</a></li>
   <li>Add BlockHound exception for DnsQueryIdSpace by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16896";>netty/netty#16896</a></li>
   <li>Fix incorrect bounds in error message of 
HpackDecoder.setMaxHeaderListSize by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16901";>netty/netty#16901</a></li>
   <li>Add epoch-based chunk cache purge with ring buffer for thread-local 
reuse by <a href="https://github.com/franz1981";><code>@​franz1981</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16766";>netty/netty#16766</a></li>
   <li>Use Splittable/ThreadLocalRandom to generate bulk data in tests by <a 
href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16808";>netty/netty#16808</a></li>
   <li>Auto-port 4.2: SingleThreadEventExecutor: document Throwable safety 
contract on run() by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16909";>netty/netty#16909</a></li>
   <li>Auto-port 4.2: Make HTTP/2 frame hashCode consistent with equals by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16910";>netty/netty#16910</a></li>
   <li>Auto-port 4.2: MQTT: Make the decodeProperties early-REPLAY check 
actually fire by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16919";>netty/netty#16919</a></li>
   <li>IoUring: fix io_uring datagram writes with non-zero readerIndex by <a 
href="https://github.com/dreamlike-ocean";><code>@​dreamlike-ocean</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16905";>netty/netty#16905</a></li>
   <li>Exclude internal events from IoHandler.run() return value in epoll, 
io_uring and kqueue by <a 
href="https://github.com/franz1981";><code>@​franz1981</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16848";>netty/netty#16848</a></li>
   <li>IoUring: Pass IORING_ENTER_NO_IOWAIT to report accurate CPU usage by <a 
href="https://github.com/wineway";><code>@​wineway</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16739";>netty/netty#16739</a></li>
   <li>Avoid logging exceptions that tests ignore by <a 
href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16891";>netty/netty#16891</a></li>
   <li>Reject control characters at the boundary of HTTP method names by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16723";>netty/netty#16723</a></li>
   <li>IoUring: fix TCP Fast Open initial writes with readerIndex and 
composites by <a 
href="https://github.com/dreamlike-ocean";><code>@​dreamlike-ocean</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16929";>netty/netty#16929</a></li>
   <li>Try to fix/stabilize a number of flaky tests by <a 
href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16934";>netty/netty#16934</a></li>
   <li>Fix propagation of startTls for client SslContext handlers by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16931";>netty/netty#16931</a></li>
   <li>Update to latest tcnative release by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16936";>netty/netty#16936</a></li>
   <li>Move test to shared testsuite by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16928";>netty/netty#16928</a></li>
   <li>[Refactor] Useful helper method getOrDefault &amp; cleaner abstraction 
by <a href="https://github.com/sanjomo";><code>@​sanjomo</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16927";>netty/netty#16927</a></li>
   <li>Make permessage-deflate server window size and memLevel configurable by 
<a href="https://github.com/fru1tworld";><code>@​fru1tworld</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16809";>netty/netty#16809</a></li>
   <li>Return early in DnsQueryContext.writeQuery when the query ID space is 
exhausted by <a 
href="https://github.com/HwangRock";><code>@​HwangRock</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16950";>netty/netty#16950</a></li>
   <li>Fix HTTP 2 PUSH_PROMISE stream association validation by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16952";>netty/netty#16952</a></li>
   <li>Fix GZIP FEXTRA extra-field handling in JdkZlibDecoder by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16951";>netty/netty#16951</a></li>
   <li>Http3FrameCodec  handle fragmented payloads when skipping unknown frames 
by <a href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16960";>netty/netty#16960</a></li>
   <li>Add opt-in validation of mandatory pseudo-header fields for HTTP/2 by <a 
href="https://github.com/hyperxpro";><code>@​hyperxpro</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16932";>netty/netty#16932</a></li>
   <li>Strictly validate MQTT UTF-8 Encoded String by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16939";>netty/netty#16939</a></li>
   <li>Stop DateFormatter trailing token from running past the parse end by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16958";>netty/netty#16958</a></li>
   <li>IpFilter: Deprecate constructor which use accept by default by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16961";>netty/netty#16961</a></li>
   <li>Add RFC 10008 QUERY Method support by <a 
href="https://github.com/desiderantes";><code>@​desiderantes</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16966";>netty/netty#16966</a></li>
   <li>Correctly release and fail queued traffic-shaping writes on close by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16959";>netty/netty#16959</a></li>
   <li>Reject control characters at the boundary of the HTTP version token by 
<a href="https://github.com/HwangRock";><code>@​HwangRock</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16971";>netty/netty#16971</a></li>
   <li>FlowControlHandler: respect auto-read when toggled while dequeueing by 
<a href="https://github.com/schiemon";><code>@​schiemon</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16949";>netty/netty#16949</a></li>
   <li>Fix leak in ReferenceCountedOpenSslEngine.addCredential by <a 
href="https://github.com/jmcrawford45";><code>@​jmcrawford45</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16979";>netty/netty#16979</a></li>
   <li>IdleStateHandler: reset firstWriter/ReaderIdleEvent in 
resetWriteTimeout/resetReadTimeout by <a 
href="https://github.com/husseinvr97";><code>@​husseinvr97</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16982";>netty/netty#16982</a></li>
   <li>Fix typo in AbstractSniHandler Javadoc by <a 
href="https://github.com/coderbruis";><code>@​coderbruis</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16988";>netty/netty#16988</a></li>
   <li>Fix client/server inconsistency in SslCredential support matrix by <a 
href="https://github.com/jmcrawford45";><code>@​jmcrawford45</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16990";>netty/netty#16990</a></li>
   <li>Reconcile <code>AbstractCoalescingBufferQueue</code> readableBytes when 
it drains, and fail stuck HTTP/2 streams instead of spinning empty DATA frames 
by <a href="https://github.com/gavinbunney";><code>@​gavinbunney</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16947";>netty/netty#16947</a></li>
   <li>Use Ticker in Http2MaxRstFrameListener for testability by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16993";>netty/netty#16993</a></li>
   <li>Reset UTF-8 decode state on CR in StompSubframeDecoder by <a 
href="https://github.com/vasiliy-mikhailov";><code>@​vasiliy-mikhailov</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16991";>netty/netty#16991</a></li>
   <li>FastLz: Guard decompression against truncated input by <a 
href="https://github.com/yawkat";><code>@​yawkat</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17000";>netty/netty#17000</a></li>
   <li>Reject non-token characters in HTTP/2 header names by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16762";>netty/netty#16762</a></li>
   <li>Auto-port 4.2: Fix SelfSignCertificate initialization in tests by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/17029";>netty/netty#17029</a></li>
   <li>Enable extension of Http3ClientConnectionHandler to support higher-level 
protocols such as WebTransport. by <a 
href="https://github.com/sanjomo";><code>@​sanjomo</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17027";>netty/netty#17027</a></li>
   <li>Implement Adaptive Cumulator by <a 
href="https://github.com/shivaspeaks";><code>@​shivaspeaks</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16731";>netty/netty#16731</a></li>
   <li>Allow WebSocket extension negotiation to be disabled per response by <a 
href="https://github.com/mkurz";><code>@​mkurz</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17030";>netty/netty#17030</a></li>
   <li>Support QPACK sensitivity detector for Never Indexed header fields by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17026";>netty/netty#17026</a></li>
   <li>Fix maxAllocation for brotli-encoded content in HttpContentDecompressor 
by <a href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17037";>netty/netty#17037</a></li>
   <li>Pin github actions to reduce risk by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17043";>netty/netty#17043</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/netty/netty/commit/3703d79669ee024f6483c9d8697ac58ba546df33";><code>3703d79</code></a>
 [maven-release-plugin] prepare release netty-4.2.16.Final</li>
   <li><a 
href="https://github.com/netty/netty/commit/63bbb2ce37446cf4ec43a23742f860cd44db634f";><code>63bbb2c</code></a>
 Update rust toolchain - add required parameters</li>
   <li><a 
href="https://github.com/netty/netty/commit/ac06c1b92225c79516d04b574223fed1faaba0e8";><code>ac06c1b</code></a>
 Update rust toolchain</li>
   <li><a 
href="https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003b";><code>5b68c61</code></a>
 Merge branches from forks (<a 
href="https://redirect.github.com/netty/netty/issues/17063";>#17063</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/de5d27666a5b5ff52fc7b115122bede78c2b0b24";><code>de5d276</code></a>
 Update lz4-java to 1.11.1 (<a 
href="https://redirect.github.com/netty/netty/issues/17061";>#17061</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/da22048fd5ea72f6f98a36251544796bd85be60a";><code>da22048</code></a>
 Pin github actions to reduce risk (<a 
href="https://redirect.github.com/netty/netty/issues/17043";>#17043</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/0332676fd1d7b65a8a8b249a5bf96b30e2c998a3";><code>0332676</code></a>
 Fix maxAllocation for brotli-encoded content in HttpContentDecompressor (<a 
href="https://redirect.github.com/netty/netty/issues/17037";>#17037</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/7364401868b9766487c7c317b6ea5e3425054756";><code>7364401</code></a>
 Support QPACK sensitivity detector for Never Indexed header fields (<a 
href="https://redirect.github.com/netty/netty/issues/17026";>#17026</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/06faf183ab3047874b3f35590a6f95ed08b7f353";><code>06faf18</code></a>
 Allow WebSocket extension negotiation to be disabled per response (<a 
href="https://redirect.github.com/netty/netty/issues/17030";>#17030</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/bc4b983f594fe3df914fe0f8b3a05f74342f52be";><code>bc4b983</code></a>
 Implement Adaptive Cumulator (<a 
href="https://redirect.github.com/netty/netty/issues/16731";>#16731</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/netty/netty/compare/netty-4.2.15.Final...netty-4.2.16.Final";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.netty:netty-codec-http` from 4.2.15.Final to 4.2.16.Final
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/netty/netty/releases";>io.netty:netty-codec-http's 
releases</a>.</em></p>
   <blockquote>
   <h2>netty-4.2.16.Final</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Document Java 9 requirement for io_uring by <a 
href="https://github.com/jchambers";><code>@​jchambers</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16904";>netty/netty#16904</a></li>
   <li>Add BlockHound exception for DnsQueryIdSpace by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16896";>netty/netty#16896</a></li>
   <li>Fix incorrect bounds in error message of 
HpackDecoder.setMaxHeaderListSize by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16901";>netty/netty#16901</a></li>
   <li>Add epoch-based chunk cache purge with ring buffer for thread-local 
reuse by <a href="https://github.com/franz1981";><code>@​franz1981</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16766";>netty/netty#16766</a></li>
   <li>Use Splittable/ThreadLocalRandom to generate bulk data in tests by <a 
href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16808";>netty/netty#16808</a></li>
   <li>Auto-port 4.2: SingleThreadEventExecutor: document Throwable safety 
contract on run() by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16909";>netty/netty#16909</a></li>
   <li>Auto-port 4.2: Make HTTP/2 frame hashCode consistent with equals by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16910";>netty/netty#16910</a></li>
   <li>Auto-port 4.2: MQTT: Make the decodeProperties early-REPLAY check 
actually fire by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16919";>netty/netty#16919</a></li>
   <li>IoUring: fix io_uring datagram writes with non-zero readerIndex by <a 
href="https://github.com/dreamlike-ocean";><code>@​dreamlike-ocean</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16905";>netty/netty#16905</a></li>
   <li>Exclude internal events from IoHandler.run() return value in epoll, 
io_uring and kqueue by <a 
href="https://github.com/franz1981";><code>@​franz1981</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16848";>netty/netty#16848</a></li>
   <li>IoUring: Pass IORING_ENTER_NO_IOWAIT to report accurate CPU usage by <a 
href="https://github.com/wineway";><code>@​wineway</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16739";>netty/netty#16739</a></li>
   <li>Avoid logging exceptions that tests ignore by <a 
href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16891";>netty/netty#16891</a></li>
   <li>Reject control characters at the boundary of HTTP method names by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16723";>netty/netty#16723</a></li>
   <li>IoUring: fix TCP Fast Open initial writes with readerIndex and 
composites by <a 
href="https://github.com/dreamlike-ocean";><code>@​dreamlike-ocean</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16929";>netty/netty#16929</a></li>
   <li>Try to fix/stabilize a number of flaky tests by <a 
href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16934";>netty/netty#16934</a></li>
   <li>Fix propagation of startTls for client SslContext handlers by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16931";>netty/netty#16931</a></li>
   <li>Update to latest tcnative release by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16936";>netty/netty#16936</a></li>
   <li>Move test to shared testsuite by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16928";>netty/netty#16928</a></li>
   <li>[Refactor] Useful helper method getOrDefault &amp; cleaner abstraction 
by <a href="https://github.com/sanjomo";><code>@​sanjomo</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16927";>netty/netty#16927</a></li>
   <li>Make permessage-deflate server window size and memLevel configurable by 
<a href="https://github.com/fru1tworld";><code>@​fru1tworld</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16809";>netty/netty#16809</a></li>
   <li>Return early in DnsQueryContext.writeQuery when the query ID space is 
exhausted by <a 
href="https://github.com/HwangRock";><code>@​HwangRock</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16950";>netty/netty#16950</a></li>
   <li>Fix HTTP 2 PUSH_PROMISE stream association validation by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16952";>netty/netty#16952</a></li>
   <li>Fix GZIP FEXTRA extra-field handling in JdkZlibDecoder by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16951";>netty/netty#16951</a></li>
   <li>Http3FrameCodec  handle fragmented payloads when skipping unknown frames 
by <a href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16960";>netty/netty#16960</a></li>
   <li>Add opt-in validation of mandatory pseudo-header fields for HTTP/2 by <a 
href="https://github.com/hyperxpro";><code>@​hyperxpro</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16932";>netty/netty#16932</a></li>
   <li>Strictly validate MQTT UTF-8 Encoded String by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16939";>netty/netty#16939</a></li>
   <li>Stop DateFormatter trailing token from running past the parse end by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16958";>netty/netty#16958</a></li>
   <li>IpFilter: Deprecate constructor which use accept by default by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16961";>netty/netty#16961</a></li>
   <li>Add RFC 10008 QUERY Method support by <a 
href="https://github.com/desiderantes";><code>@​desiderantes</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16966";>netty/netty#16966</a></li>
   <li>Correctly release and fail queued traffic-shaping writes on close by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16959";>netty/netty#16959</a></li>
   <li>Reject control characters at the boundary of the HTTP version token by 
<a href="https://github.com/HwangRock";><code>@​HwangRock</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16971";>netty/netty#16971</a></li>
   <li>FlowControlHandler: respect auto-read when toggled while dequeueing by 
<a href="https://github.com/schiemon";><code>@​schiemon</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16949";>netty/netty#16949</a></li>
   <li>Fix leak in ReferenceCountedOpenSslEngine.addCredential by <a 
href="https://github.com/jmcrawford45";><code>@​jmcrawford45</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16979";>netty/netty#16979</a></li>
   <li>IdleStateHandler: reset firstWriter/ReaderIdleEvent in 
resetWriteTimeout/resetReadTimeout by <a 
href="https://github.com/husseinvr97";><code>@​husseinvr97</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16982";>netty/netty#16982</a></li>
   <li>Fix typo in AbstractSniHandler Javadoc by <a 
href="https://github.com/coderbruis";><code>@​coderbruis</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16988";>netty/netty#16988</a></li>
   <li>Fix client/server inconsistency in SslCredential support matrix by <a 
href="https://github.com/jmcrawford45";><code>@​jmcrawford45</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16990";>netty/netty#16990</a></li>
   <li>Reconcile <code>AbstractCoalescingBufferQueue</code> readableBytes when 
it drains, and fail stuck HTTP/2 streams instead of spinning empty DATA frames 
by <a href="https://github.com/gavinbunney";><code>@​gavinbunney</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16947";>netty/netty#16947</a></li>
   <li>Use Ticker in Http2MaxRstFrameListener for testability by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16993";>netty/netty#16993</a></li>
   <li>Reset UTF-8 decode state on CR in StompSubframeDecoder by <a 
href="https://github.com/vasiliy-mikhailov";><code>@​vasiliy-mikhailov</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16991";>netty/netty#16991</a></li>
   <li>FastLz: Guard decompression against truncated input by <a 
href="https://github.com/yawkat";><code>@​yawkat</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17000";>netty/netty#17000</a></li>
   <li>Reject non-token characters in HTTP/2 header names by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16762";>netty/netty#16762</a></li>
   <li>Auto-port 4.2: Fix SelfSignCertificate initialization in tests by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/17029";>netty/netty#17029</a></li>
   <li>Enable extension of Http3ClientConnectionHandler to support higher-level 
protocols such as WebTransport. by <a 
href="https://github.com/sanjomo";><code>@​sanjomo</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17027";>netty/netty#17027</a></li>
   <li>Implement Adaptive Cumulator by <a 
href="https://github.com/shivaspeaks";><code>@​shivaspeaks</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16731";>netty/netty#16731</a></li>
   <li>Allow WebSocket extension negotiation to be disabled per response by <a 
href="https://github.com/mkurz";><code>@​mkurz</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17030";>netty/netty#17030</a></li>
   <li>Support QPACK sensitivity detector for Never Indexed header fields by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17026";>netty/netty#17026</a></li>
   <li>Fix maxAllocation for brotli-encoded content in HttpContentDecompressor 
by <a href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17037";>netty/netty#17037</a></li>
   <li>Pin github actions to reduce risk by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17043";>netty/netty#17043</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/netty/netty/commit/3703d79669ee024f6483c9d8697ac58ba546df33";><code>3703d79</code></a>
 [maven-release-plugin] prepare release netty-4.2.16.Final</li>
   <li><a 
href="https://github.com/netty/netty/commit/63bbb2ce37446cf4ec43a23742f860cd44db634f";><code>63bbb2c</code></a>
 Update rust toolchain - add required parameters</li>
   <li><a 
href="https://github.com/netty/netty/commit/ac06c1b92225c79516d04b574223fed1faaba0e8";><code>ac06c1b</code></a>
 Update rust toolchain</li>
   <li><a 
href="https://github.com/netty/netty/commit/5b68c61f37aa4a3045cba624cbea239655c9003b";><code>5b68c61</code></a>
 Merge branches from forks (<a 
href="https://redirect.github.com/netty/netty/issues/17063";>#17063</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/de5d27666a5b5ff52fc7b115122bede78c2b0b24";><code>de5d276</code></a>
 Update lz4-java to 1.11.1 (<a 
href="https://redirect.github.com/netty/netty/issues/17061";>#17061</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/da22048fd5ea72f6f98a36251544796bd85be60a";><code>da22048</code></a>
 Pin github actions to reduce risk (<a 
href="https://redirect.github.com/netty/netty/issues/17043";>#17043</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/0332676fd1d7b65a8a8b249a5bf96b30e2c998a3";><code>0332676</code></a>
 Fix maxAllocation for brotli-encoded content in HttpContentDecompressor (<a 
href="https://redirect.github.com/netty/netty/issues/17037";>#17037</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/7364401868b9766487c7c317b6ea5e3425054756";><code>7364401</code></a>
 Support QPACK sensitivity detector for Never Indexed header fields (<a 
href="https://redirect.github.com/netty/netty/issues/17026";>#17026</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/06faf183ab3047874b3f35590a6f95ed08b7f353";><code>06faf18</code></a>
 Allow WebSocket extension negotiation to be disabled per response (<a 
href="https://redirect.github.com/netty/netty/issues/17030";>#17030</a>)</li>
   <li><a 
href="https://github.com/netty/netty/commit/bc4b983f594fe3df914fe0f8b3a05f74342f52be";><code>bc4b983</code></a>
 Implement Adaptive Cumulator (<a 
href="https://redirect.github.com/netty/netty/issues/16731";>#16731</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/netty/netty/compare/netty-4.2.15.Final...netty-4.2.16.Final";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   Updates `io.netty:netty-transport` from 4.2.15.Final to 4.2.16.Final
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/netty/netty/releases";>io.netty:netty-transport's 
releases</a>.</em></p>
   <blockquote>
   <h2>netty-4.2.16.Final</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Document Java 9 requirement for io_uring by <a 
href="https://github.com/jchambers";><code>@​jchambers</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16904";>netty/netty#16904</a></li>
   <li>Add BlockHound exception for DnsQueryIdSpace by <a 
href="https://github.com/violetagg";><code>@​violetagg</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16896";>netty/netty#16896</a></li>
   <li>Fix incorrect bounds in error message of 
HpackDecoder.setMaxHeaderListSize by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16901";>netty/netty#16901</a></li>
   <li>Add epoch-based chunk cache purge with ring buffer for thread-local 
reuse by <a href="https://github.com/franz1981";><code>@​franz1981</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16766";>netty/netty#16766</a></li>
   <li>Use Splittable/ThreadLocalRandom to generate bulk data in tests by <a 
href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16808";>netty/netty#16808</a></li>
   <li>Auto-port 4.2: SingleThreadEventExecutor: document Throwable safety 
contract on run() by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16909";>netty/netty#16909</a></li>
   <li>Auto-port 4.2: Make HTTP/2 frame hashCode consistent with equals by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16910";>netty/netty#16910</a></li>
   <li>Auto-port 4.2: MQTT: Make the decodeProperties early-REPLAY check 
actually fire by <a 
href="https://github.com/netty-project-bot";><code>@​netty-project-bot</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16919";>netty/netty#16919</a></li>
   <li>IoUring: fix io_uring datagram writes with non-zero readerIndex by <a 
href="https://github.com/dreamlike-ocean";><code>@​dreamlike-ocean</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16905";>netty/netty#16905</a></li>
   <li>Exclude internal events from IoHandler.run() return value in epoll, 
io_uring and kqueue by <a 
href="https://github.com/franz1981";><code>@​franz1981</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16848";>netty/netty#16848</a></li>
   <li>IoUring: Pass IORING_ENTER_NO_IOWAIT to report accurate CPU usage by <a 
href="https://github.com/wineway";><code>@​wineway</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16739";>netty/netty#16739</a></li>
   <li>Avoid logging exceptions that tests ignore by <a 
href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16891";>netty/netty#16891</a></li>
   <li>Reject control characters at the boundary of HTTP method names by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16723";>netty/netty#16723</a></li>
   <li>IoUring: fix TCP Fast Open initial writes with readerIndex and 
composites by <a 
href="https://github.com/dreamlike-ocean";><code>@​dreamlike-ocean</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16929";>netty/netty#16929</a></li>
   <li>Try to fix/stabilize a number of flaky tests by <a 
href="https://github.com/chrisvest";><code>@​chrisvest</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16934";>netty/netty#16934</a></li>
   <li>Fix propagation of startTls for client SslContext handlers by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16931";>netty/netty#16931</a></li>
   <li>Update to latest tcnative release by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16936";>netty/netty#16936</a></li>
   <li>Move test to shared testsuite by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16928";>netty/netty#16928</a></li>
   <li>[Refactor] Useful helper method getOrDefault &amp; cleaner abstraction 
by <a href="https://github.com/sanjomo";><code>@​sanjomo</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16927";>netty/netty#16927</a></li>
   <li>Make permessage-deflate server window size and memLevel configurable by 
<a href="https://github.com/fru1tworld";><code>@​fru1tworld</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16809";>netty/netty#16809</a></li>
   <li>Return early in DnsQueryContext.writeQuery when the query ID space is 
exhausted by <a 
href="https://github.com/HwangRock";><code>@​HwangRock</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16950";>netty/netty#16950</a></li>
   <li>Fix HTTP 2 PUSH_PROMISE stream association validation by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16952";>netty/netty#16952</a></li>
   <li>Fix GZIP FEXTRA extra-field handling in JdkZlibDecoder by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16951";>netty/netty#16951</a></li>
   <li>Http3FrameCodec  handle fragmented payloads when skipping unknown frames 
by <a href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16960";>netty/netty#16960</a></li>
   <li>Add opt-in validation of mandatory pseudo-header fields for HTTP/2 by <a 
href="https://github.com/hyperxpro";><code>@​hyperxpro</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16932";>netty/netty#16932</a></li>
   <li>Strictly validate MQTT UTF-8 Encoded String by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16939";>netty/netty#16939</a></li>
   <li>Stop DateFormatter trailing token from running past the parse end by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16958";>netty/netty#16958</a></li>
   <li>IpFilter: Deprecate constructor which use accept by default by <a 
href="https://github.com/normanmaurer";><code>@​normanmaurer</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16961";>netty/netty#16961</a></li>
   <li>Add RFC 10008 QUERY Method support by <a 
href="https://github.com/desiderantes";><code>@​desiderantes</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16966";>netty/netty#16966</a></li>
   <li>Correctly release and fail queued traffic-shaping writes on close by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16959";>netty/netty#16959</a></li>
   <li>Reject control characters at the boundary of the HTTP version token by 
<a href="https://github.com/HwangRock";><code>@​HwangRock</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16971";>netty/netty#16971</a></li>
   <li>FlowControlHandler: respect auto-read when toggled while dequeueing by 
<a href="https://github.com/schiemon";><code>@​schiemon</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16949";>netty/netty#16949</a></li>
   <li>Fix leak in ReferenceCountedOpenSslEngine.addCredential by <a 
href="https://github.com/jmcrawford45";><code>@​jmcrawford45</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16979";>netty/netty#16979</a></li>
   <li>IdleStateHandler: reset firstWriter/ReaderIdleEvent in 
resetWriteTimeout/resetReadTimeout by <a 
href="https://github.com/husseinvr97";><code>@​husseinvr97</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16982";>netty/netty#16982</a></li>
   <li>Fix typo in AbstractSniHandler Javadoc by <a 
href="https://github.com/coderbruis";><code>@​coderbruis</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16988";>netty/netty#16988</a></li>
   <li>Fix client/server inconsistency in SslCredential support matrix by <a 
href="https://github.com/jmcrawford45";><code>@​jmcrawford45</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16990";>netty/netty#16990</a></li>
   <li>Reconcile <code>AbstractCoalescingBufferQueue</code> readableBytes when 
it drains, and fail stuck HTTP/2 streams instead of spinning empty DATA frames 
by <a href="https://github.com/gavinbunney";><code>@​gavinbunney</code></a> in 
<a 
href="https://redirect.github.com/netty/netty/pull/16947";>netty/netty#16947</a></li>
   <li>Use Ticker in Http2MaxRstFrameListener for testability by <a 
href="https://github.com/skyguard1";><code>@​skyguard1</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16993";>netty/netty#16993</a></li>
   <li>Reset UTF-8 decode state on CR in StompSubframeDecoder by <a 
href="https://github.com/vasiliy-mikhailov";><code>@​vasiliy-mikhailov</code></a>
 in <a 
href="https://redirect.github.com/netty/netty/pull/16991";>netty/netty#16991</a></li>
   <li>FastLz: Guard decompression against truncated input by <a 
href="https://github.com/yawkat";><code>@​yawkat</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/17000";>netty/netty#17000</a></li>
   <li>Reject non-token characters in HTTP/2 header names by <a 
href="https://github.com/daguimu";><code>@​daguimu</code></a> in <a 
href="https://redirect.github.com/netty/netty/pull/16762";>netty/netty#16762</a></li>
   <li>Auto-p...
   
   _Description has been truncated_


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to