Title: Bump netty.version from 4.2.12.Final to 4.2.14.Final by dependabot[bot] · Pull Request #2632 · docker-java/docker-java · GitHub
Open Graph Title: Bump netty.version from 4.2.12.Final to 4.2.14.Final by dependabot[bot] · Pull Request #2632 · docker-java/docker-java
X Title: Bump netty.version from 4.2.12.Final to 4.2.14.Final by dependabot[bot] · Pull Request #2632 · docker-java/docker-java
Description: Bumps netty.version from 4.2.12.Final to 4.2.14.Final.
Updates io.netty:netty-codec-http from 4.2.12.Final to 4.2.14.Final
Release notes
Sourced from io.netty:netty-codec-http's releases.
netty-4.2.14.Final
What's Changed
HTTP: Fix revapi failure introduced by 84530fa81e12dcd1d42310bb20c1385cb44128d8 by @normanmaurer in netty/netty#16748
HTTP: Re-add constructor to HttpProxyHandler that was removed by mistake by @normanmaurer in netty/netty#16747
Marshalling: Explicit document security requirements by @normanmaurer in netty/netty#16752
Fix io_uring op completion TRACE logging by @chrisvest in netty/netty#16755
Quic: Ensure writes are done before notify close promise of QuicheQui… by @normanmaurer in netty/netty#16758
Avoid re-parsing openssl key material with non-cached provider by @chrisvest in netty/netty#16759
Pin HTTP/RTSP version + method normalization to Locale.US by @daguimu in netty/netty#16765
Fill MsgHdrMemoryArray#hdrs with null entry on release by @tsegismont in netty/netty#16764
Revapi: Use default "oldVersion" by @chrisvest in netty/netty#16774
Adaptive: Fix concurrency issue in adaptive allocator by @chrisvest in netty/netty#16767
Auto-port 4.2: Make bulk byte moving in ByteBuf faster by @netty-project-bot in netty/netty#16781
Pin multipart Content-Type / Content-Transfer-Encoding case folding to Locale.US by @daguimu in netty/netty#16768
Remove dead native declarations by @pandareen in netty/netty#16783
Isolate tests that modify available Security providers by @chrisvest in netty/netty#16793
Remove test annotations from a method that isn't a test by @chrisvest in netty/netty#16792
Enable OpenSslCachingKeyMaterialProvider to evict stale entries after cert rotation by @zhangweikop in netty/netty#16523
IoUring: extend user data from short to long by @dreamlike-ocean in netty/netty#16682
Revert CompositeByteBuf component search fast path by @yawkat in netty/netty#16811
HTTP2: Use 100 as default max concurrent streams setting by @normanmaurer in netty/netty#16804
Fix ResumptionController wrapping by @chrisvest in netty/netty#16815
Resolve all localhost addresses without querying DNS servers by @JulianVennen in netty/netty#16749
IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules are configured but remote peer is using ipv4 by @normanmaurer in netty/netty#16803
Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe by @dreamlike-ocean in netty/netty#16788
Route synchronous onLookupComplete exceptions via fireExceptionCaught by @kwondh5217 in netty/netty#16794
IoUring: Stop generic FileRegion drain loop when transferred() reaches count() by @LuciferYang in netty/netty#16826
MQTT: Allow MQTT 5 CONNECT with password only by @shblue21 in netty/netty#16833
Fix MQTT decoder size check after variable header replay by @daguimu in netty/netty#16787
New Contributors
@pandareen made their first contribution in netty/netty#16783
@zhangweikop made their first contribution in netty/netty#16523
@JulianVennen made their first contribution in netty/netty#16749
@kwondh5217 made their first contribution in netty/netty#16794
@shblue21 made their first contribution in netty/netty#16833
Full Changelog: netty/netty@netty-4.2.13.Final...netty-4.2.14.Final
netty-4.2.13.Final
CVEs Fixed
CVE-2026-42586 (netty-codec-redis)
CVE-2026-42578 (netty-handler-proxy)
CVE-2026-42577 (netty-transport-native-epoll)
CVE-2026-42587 (netty-codec-http, netty-codec-http2)
CVE-2026-41417 (netty-codec-http)
CVE-2026-42581 (netty-codec-http)
CVE-2026-42580 (netty-codec-http)
CVE-2026-42585 (netty-codec-http)
CVE-2026-42579 (netty-codec-dns)
... (truncated)
Commits
0a60b75 [maven-release-plugin] prepare release netty-4.2.14.Final
72df658 Fix MQTT decoder size check after variable header replay (#16787)
7125dba MQTT: Allow MQTT 5 CONNECT with password only (#16833)
9e19320 IoUring: Stop generic FileRegion drain loop when transferred() reaches count(...
4ce9f17 Route synchronous onLookupComplete exceptions via fireExceptionCaught (#16794)
f7b1b7d Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe...
0ccb265 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules ...
a6aeb6d Resolve all localhost addresses without querying DNS servers (#16749)
c328ba2 Fix ResumptionController wrapping (#16815)
bc5862b HTTP2: Use 100 as default max concurrent streams setting (#16804)
Additional commits viewable in compare view
Updates io.netty:netty-handler from 4.2.12.Final to 4.2.14.Final
Release notes
Sourced from io.netty:netty-handler's releases.
netty-4.2.14.Final
What's Changed
HTTP: Fix revapi failure introduced by 84530fa81e12dcd1d42310bb20c1385cb44128d8 by @normanmaurer in netty/netty#16748
HTTP: Re-add constructor to HttpProxyHandler that was removed by mistake by @normanmaurer in netty/netty#16747
Marshalling: Explicit document security requirements by @normanmaurer in netty/netty#16752
Fix io_uring op completion TRACE logging by @chrisvest in netty/netty#16755
Quic: Ensure writes are done before notify close promise of QuicheQui… by @normanmaurer in netty/netty#16758
Avoid re-parsing openssl key material with non-cached provider by @chrisvest in netty/netty#16759
Pin HTTP/RTSP version + method normalization to Locale.US by @daguimu in netty/netty#16765
Fill MsgHdrMemoryArray#hdrs with null entry on release by @tsegismont in netty/netty#16764
Revapi: Use default "oldVersion" by @chrisvest in netty/netty#16774
Adaptive: Fix concurrency issue in adaptive allocator by @chrisvest in netty/netty#16767
Auto-port 4.2: Make bulk byte moving in ByteBuf faster by @netty-project-bot in netty/netty#16781
Pin multipart Content-Type / Content-Transfer-Encoding case folding to Locale.US by @daguimu in netty/netty#16768
Remove dead native declarations by @pandareen in netty/netty#16783
Isolate tests that modify available Security providers by @chrisvest in netty/netty#16793
Remove test annotations from a method that isn't a test by @chrisvest in netty/netty#16792
Enable OpenSslCachingKeyMaterialProvider to evict stale entries after cert rotation by @zhangweikop in netty/netty#16523
IoUring: extend user data from short to long by @dreamlike-ocean in netty/netty#16682
Revert CompositeByteBuf component search fast path by @yawkat in netty/netty#16811
HTTP2: Use 100 as default max concurrent streams setting by @normanmaurer in netty/netty#16804
Fix ResumptionController wrapping by @chrisvest in netty/netty#16815
Resolve all localhost addresses without querying DNS servers by @JulianVennen in netty/netty#16749
IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules are configured but remote peer is using ipv4 by @normanmaurer in netty/netty#16803
Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe by @dreamlike-ocean in netty/netty#16788
Route synchronous onLookupComplete exceptions via fireExceptionCaught by @kwondh5217 in netty/netty#16794
IoUring: Stop generic FileRegion drain loop when transferred() reaches count() by @LuciferYang in netty/netty#16826
MQTT: Allow MQTT 5 CONNECT with password only by @shblue21 in netty/netty#16833
Fix MQTT decoder size check after variable header replay by @daguimu in netty/netty#16787
New Contributors
@pandareen made their first contribution in netty/netty#16783
@zhangweikop made their first contribution in netty/netty#16523
@JulianVennen made their first contribution in netty/netty#16749
@kwondh5217 made their first contribution in netty/netty#16794
@shblue21 made their first contribution in netty/netty#16833
Full Changelog: netty/netty@netty-4.2.13.Final...netty-4.2.14.Final
netty-4.2.13.Final
CVEs Fixed
CVE-2026-42586 (netty-codec-redis)
CVE-2026-42578 (netty-handler-proxy)
CVE-2026-42577 (netty-transport-native-epoll)
CVE-2026-42587 (netty-codec-http, netty-codec-http2)
CVE-2026-41417 (netty-codec-http)
CVE-2026-42581 (netty-codec-http)
CVE-2026-42580 (netty-codec-http)
CVE-2026-42585 (netty-codec-http)
CVE-2026-42579 (netty-codec-dns)
... (truncated)
Commits
0a60b75 [maven-release-plugin] prepare release netty-4.2.14.Final
72df658 Fix MQTT decoder size check after variable header replay (#16787)
7125dba MQTT: Allow MQTT 5 CONNECT with password only (#16833)
9e19320 IoUring: Stop generic FileRegion drain loop when transferred() reaches count(...
4ce9f17 Route synchronous onLookupComplete exceptions via fireExceptionCaught (#16794)
f7b1b7d Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe...
0ccb265 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules ...
a6aeb6d Resolve all localhost addresses without querying DNS servers (#16749)
c328ba2 Fix ResumptionController wrapping (#16815)
bc5862b HTTP2: Use 100 as default max concurrent streams setting (#16804)
Additional commits viewable in compare view
Updates io.netty:netty-handler-proxy from 4.2.12.Final to 4.2.14.Final
Release notes
Sourced from io.netty:netty-handler-proxy's releases.
netty-4.2.14.Final
What's Changed
HTTP: Fix revapi failure introduced by 84530fa81e12dcd1d42310bb20c1385cb44128d8 by @normanmaurer in netty/netty#16748
HTTP: Re-add constructor to HttpProxyHandler that was removed by mistake by @normanmaurer in netty/netty#16747
Marshalling: Explicit document security requirements by @normanmaurer in netty/netty#16752
Fix io_uring op completion TRACE logging by @chrisvest in netty/netty#16755
Quic: Ensure writes are done before notify close promise of QuicheQui… by @normanmaurer in netty/netty#16758
Avoid re-parsing openssl key material with non-cached provider by @chrisvest in netty/netty#16759
Pin HTTP/RTSP version + method normalization to Locale.US by @daguimu in netty/netty#16765
Fill MsgHdrMemoryArray#hdrs with null entry on release by @tsegismont in netty/netty#16764
Revapi: Use default "oldVersion" by @chrisvest in netty/netty#16774
Adaptive: Fix concurrency issue in adaptive allocator by @chrisvest in netty/netty#16767
Auto-port 4.2: Make bulk byte moving in ByteBuf faster by @netty-project-bot in netty/netty#16781
Pin multipart Content-Type / Content-Transfer-Encoding case folding to Locale.US by @daguimu in netty/netty#16768
Remove dead native declarations by @pandareen in netty/netty#16783
Isolate tests that modify available Security providers by @chrisvest in netty/netty#16793
Remove test annotations from a method that isn't a test by @chrisvest in netty/netty#16792
Enable OpenSslCachingKeyMaterialProvider to evict stale entries after cert rotation by @zhangweikop in netty/netty#16523
IoUring: extend user data from short to long by @dreamlike-ocean in netty/netty#16682
Revert CompositeByteBuf component search fast path by @yawkat in netty/netty#16811
HTTP2: Use 100 as default max concurrent streams setting by @normanmaurer in netty/netty#16804
Fix ResumptionController wrapping by @chrisvest in netty/netty#16815
Resolve all localhost addresses without querying DNS servers by @JulianVennen in netty/netty#16749
IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules are configured but remote peer is using ipv4 by @normanmaurer in netty/netty#16803
Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe by @dreamlike-ocean in netty/netty#16788
Route synchronous onLookupComplete exceptions via fireExceptionCaught by @kwondh5217 in netty/netty#16794
IoUring: Stop generic FileRegion drain loop when transferred() reaches count() by @LuciferYang in netty/netty#16826
MQTT: Allow MQTT 5 CONNECT with password only by @shblue21 in netty/netty#16833
Fix MQTT decoder size check after variable header replay by @daguimu in netty/netty#16787
New Contributors
@pandareen made their first contribution in netty/netty#16783
@zhangweikop made their first contribution in netty/netty#16523
@JulianVennen made their first contribution in netty/netty#16749
@kwondh5217 made their first contribution in netty/netty#16794
@shblue21 made their first contribution in netty/netty#16833
Full Changelog: netty/netty@netty-4.2.13.Final...netty-4.2.14.Final
netty-4.2.13.Final
CVEs Fixed
CVE-2026-42586 (netty-codec-redis)
CVE-2026-42578 (netty-handler-proxy)
CVE-2026-42577 (netty-transport-native-epoll)
CVE-2026-42587 (netty-codec-http, netty-codec-http2)
CVE-2026-41417 (netty-codec-http)
CVE-2026-42581 (netty-codec-http)
CVE-2026-42580 (netty-codec-http)
CVE-2026-42585 (netty-codec-http)
CVE-2026-42579 (netty-codec-dns)
... (truncated)
Commits
0a60b75 [maven-release-plugin] prepare release netty-4.2.14.Final
72df658 Fix MQTT decoder size check after variable header replay (#16787)
7125dba MQTT: Allow MQTT 5 CONNECT with password only (#16833)
9e19320 IoUring: Stop generic FileRegion drain loop when transferred() reaches count(...
4ce9f17 Route synchronous onLookupComplete exceptions via fireExceptionCaught (#16794)
f7b1b7d Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe...
0ccb265 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules ...
a6aeb6d Resolve all localhost addresses without querying DNS servers (#16749)
c328ba2 Fix ResumptionController wrapping (#16815)
bc5862b HTTP2: Use 100 as default max concurrent streams setting (#16804)
Additional commits viewable in compare view
Updates io.netty:netty-transport-native-epoll from 4.2.12.Final to 4.2.14.Final
Release notes
Sourced from io.netty:netty-transport-native-epoll's releases.
netty-4.2.14.Final
What's Changed
HTTP: Fix revapi failure introduced by 84530fa81e12dcd1d42310bb20c1385cb44128d8 by @normanmaurer in netty/netty#16748
HTTP: Re-add constructor to HttpProxyHandler that was removed by mistake by @normanmaurer in netty/netty#16747
Marshalling: Explicit document security requirements by @normanmaurer in netty/netty#16752
Fix io_uring op completion TRACE logging by @chrisvest in netty/netty#16755
Quic: Ensure writes are done before notify close promise of QuicheQui… by @normanmaurer in netty/netty#16758
Avoid re-parsing openssl key material with non-cached provider by @chrisvest in netty/netty#16759
Pin HTTP/RTSP version + method normalization to Locale.US by @daguimu in netty/netty#16765
Fill MsgHdrMemoryArray#hdrs with null entry on release by @tsegismont in netty/netty#16764
Revapi: Use default "oldVersion" by @chrisvest in netty/netty#16774
Adaptive: Fix concurrency issue in adaptive allocator by @chrisvest in netty/netty#16767
Auto-port 4.2: Make bulk byte moving in ByteBuf faster by @netty-project-bot in netty/netty#16781
Pin multipart Content-Type / Content-Transfer-Encoding case folding to Locale.US by @daguimu in netty/netty#16768
Remove dead native declarations by @pandareen in netty/netty#16783
Isolate tests that modify available Security providers by @chrisvest in netty/netty#16793
Remove test annotations from a method that isn't a test by @chrisvest in netty/netty#16792
Enable OpenSslCachingKeyMaterialProvider to evict stale entries after cert rotation by @zhangweikop in netty/netty#16523
IoUring: extend user data from short to long by @dreamlike-ocean in netty/netty#16682
Revert CompositeByteBuf component search fast path by @yawkat in netty/netty#16811
HTTP2: Use 100 as default max concurrent streams setting by @normanmaurer in netty/netty#16804
Fix ResumptionController wrapping by @chrisvest in netty/netty#16815
Resolve all localhost addresses without querying DNS servers by @JulianVennen in netty/netty#16749
IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules are configured but remote peer is using ipv4 by @normanmaurer in netty/netty#16803
Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe by @dreamlike-ocean in netty/netty#16788
Route synchronous onLookupComplete exceptions via fireExceptionCaught by @kwondh5217 in netty/netty#16794
IoUring: Stop generic FileRegion drain loop when transferred() reaches count() by @LuciferYang in netty/netty#16826
MQTT: Allow MQTT 5 CONNECT with password only by @shblue21 in netty/netty#16833
Fix MQTT decoder size check after variable header replay by @daguimu in netty/netty#16787
New Contributors
@pandareen made their first contribution in netty/netty#16783
@zhangweikop made their first contribution in netty/netty#16523
@JulianVennen made their first contribution in netty/netty#16749
@kwondh5217 made their first contribution in netty/netty#16794
@shblue21 made their first contribution in netty/netty#16833
Full Changelog: netty/netty@netty-4.2.13.Final...netty-4.2.14.Final
netty-4.2.13.Final
CVEs Fixed
CVE-2026-42586 (netty-codec-redis)
CVE-2026-42578 (netty-handler-proxy)
CVE-2026-42577 (netty-transport-native-epoll)
CVE-2026-42587 (netty-codec-http, netty-codec-http2)
CVE-2026-41417 (netty-codec-http)
CVE-2026-42581 (netty-codec-http)
CVE-2026-42580 (netty-codec-http)
CVE-2026-42585 (netty-codec-http)
CVE-2026-42579 (netty-codec-dns)
... (truncated)
Commits
0a60b75 [maven-release-plugin] prepare release netty-4.2.14.Final
72df658 Fix MQTT decoder size check after variable header replay (#16787)
7125dba MQTT: Allow MQTT 5 CONNECT with password only (#16833)
9e19320 IoUring: Stop generic FileRegion drain loop when transferred() reaches count(...
4ce9f17 Route synchronous onLookupComplete exceptions via fireExceptionCaught (#16794)
f7b1b7d Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe...
0ccb265 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules ...
a6aeb6d Resolve all localhost addresses without querying DNS servers (#16749)
c328ba2 Fix ResumptionController wrapping (#16815)
bc5862b HTTP2: Use 100 as default max concurrent streams setting (#16804)
Additional commits viewable in compare view
Updates io.netty:netty-transport-native-kqueue from 4.2.12.Final to 4.2.14.Final
Release notes
Sourced from io.netty:netty-transport-native-kqueue's releases.
netty-4.2.14.Final
What's Changed
HTTP: Fix revapi failure introduced by 84530fa81e12dcd1d42310bb20c1385cb44128d8 by @normanmaurer in netty/netty#16748
HTTP: Re-add constructor to HttpProxyHandler that was removed by mistake by @normanmaurer in netty/netty#16747
Marshalling: Explicit document security requirements by @normanmaurer in netty/netty#16752
Fix io_uring op completion TRACE logging by @chrisvest in netty/netty#16755
Quic: Ensure writes are done before notify close promise of QuicheQui… by @normanmaurer in netty/netty#16758
Avoid re-parsing openssl key material with non-cached provider by @chrisvest in netty/netty#16759
Pin HTTP/RTSP version + method normalization to Locale.US by @daguimu in netty/netty#16765
Fill MsgHdrMemoryArray#hdrs with null entry on release by @tsegismont in netty/netty#16764
Revapi: Use default "oldVersion" by @chrisvest in netty/netty#16774
Adaptive: Fix concurrency issue in adaptive allocator by @chrisvest in netty/netty#16767
Auto-port 4.2: Make bulk byte moving in ByteBuf faster by @netty-project-bot in netty/netty#16781
Pin multipart Content-Type / Content-Transfer-Encoding case folding to Locale.US by @daguimu in netty/netty#16768
Remove dead native declarations by @pandareen in netty/netty#16783
Isolate tests that modify available Security providers by @chrisvest in netty/netty#16793
Remove test annotations from a method that isn't a test by @chrisvest in netty/netty#16792
Enable OpenSslCachingKeyMaterialProvider to evict stale entries after cert rotation by @zhangweikop in netty/netty#16523
IoUring: extend user data from short to long by @dreamlike-ocean in netty/netty#16682
Revert CompositeByteBuf component search fast path by @yawkat in netty/netty#16811
HTTP2: Use 100 as default max concurrent streams setting by @normanmaurer in netty/netty#16804
Fix ResumptionController wrapping by @chrisvest in netty/netty#16815
Resolve all localhost addresses without querying DNS servers by @JulianVennen in netty/netty#16749
IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules are configured but remote peer is using ipv4 by @normanmaurer in netty/netty#16803
Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe by @dreamlike-ocean in netty/netty#16788
Route synchronous onLookupComplete exceptions via fireExceptionCaught by @kwondh5217 in netty/netty#16794
IoUring: Stop generic FileRegion drain loop when transferred() reaches count() by @LuciferYang in netty/netty#16826
MQTT: Allow MQTT 5 CONNECT with password only by @shblue21 in netty/netty#16833
Fix MQTT decoder size check after variable header replay by @daguimu in netty/netty#16787
New Contributors
@pandareen made their first contribution in netty/netty#16783
@zhangweikop made their first contribution in netty/netty#16523
@JulianVennen made their first contribution in netty/netty#16749
@kwondh5217 made their first contribution in netty/netty#16794
@shblue21 made their first contribution in netty/netty#16833
Full Changelog: netty/netty@netty-4.2.13.Final...netty-4.2.14.Final
netty-4.2.13.Final
CVEs Fixed
CVE-2026-42586 (netty-codec-redis)
CVE-2026-42578 (netty-handler-proxy)
CVE-2026-42577 (netty-transport-native-epoll)
CVE-2026-42587 (netty-codec-http, netty-codec-http2)
CVE-2026-41417 (netty-codec-http)
CVE-2026-42581 (netty-codec-http)
CVE-2026-42580 (netty-codec-http)
CVE-2026-42585 (netty-codec-http)
CVE-2026-42579 (netty-codec-dns)
... (truncated)
Commits
0a60b75 [maven-release-plugin] prepare release netty-4.2.14.Final
72df658 Fix MQTT decoder size check after variable header replay (#16787)
7125dba MQTT: Allow MQTT 5 CONNECT with password only (#16833)
9e19320 IoUring: Stop generic FileRegion drain loop when transferred() reaches count(...
4ce9f17 Route synchronous onLookupComplete exceptions via fireExceptionCaught (#16794)
f7b1b7d Fix memoryAddress() for direct ByteBuffers wrapped by Unpooled without Unsafe...
0ccb265 IpFilter: Fix ClassCastException caused by IpSubnetFilter if only ipv6 rules ...
a6aeb6d Resolve all localhost addresses without querying DNS servers (#16749)
c328ba2 Fix ResumptionController wrapping (#16815)
bc5862b HTTP2: Use 100 as default max concurrent streams setting (#16804)
Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
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
Open Graph Description: Bumps netty.version from 4.2.12.Final to 4.2.14.Final. Updates io.netty:netty-codec-http from 4.2.12.Final to 4.2.14.Final Release notes Sourced from io.netty:netty-codec-http's releases. net...
X Description: Bumps netty.version from 4.2.12.Final to 4.2.14.Final. Updates io.netty:netty-codec-http from 4.2.12.Final to 4.2.14.Final Release notes Sourced from io.netty:netty-codec-http's releases. ...
Opengraph URL: https://github.com/docker-java/docker-java/pull/2632
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:f0aff36c-82d7-a78a-18a4-4ebb20147676 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | C102:21FF2C:10922EB:15F3FDC:6A51C4F5 |
| html-safe-nonce | 582ef72b3bf3c481ff2ad20d35bc58a0c450827eda80c2130929b1b9ebc5dcff |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDMTAyOjIxRkYyQzoxMDkyMkVCOjE1RjNGREM6NkE1MUM0RjUiLCJ2aXNpdG9yX2lkIjoiNTY4NzU2ODc4MjMyODk3MjUzMyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9 |
| visitor-hmac | 381610726eef28697bf9ab6d0c05abddef06f875e07e9cd2d85edadaae264afe |
| hovercard-subject-tag | pull_request:3743836301 |
| github-keyboard-shortcuts | repository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/docker-java/docker-java/pull/2632/files |
| twitter:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| twitter:card | summary_large_image |
| og:image | https://avatars.githubusercontent.com/in/29110?s=400&v=4 |
| og:image:alt | Bumps netty.version from 4.2.12.Final to 4.2.14.Final. Updates io.netty:netty-codec-http from 4.2.12.Final to 4.2.14.Final Release notes Sourced from io.netty:netty-codec-http's releases. net... |
| og:site_name | GitHub |
| og:type | object |
| hostname | github.com |
| expected-hostname | github.com |
| None | b9a586c06a05a7a86fc7e3f4dbd03e42f6869085879aa184aa6369456dbd50fb |
| turbo-cache-control | no-preview |
| diff-view | unified |
| go-import | github.com/docker-java/docker-java git https://github.com/docker-java/docker-java.git |
| octolytics-dimension-user_id | 7772003 |
| octolytics-dimension-user_login | docker-java |
| octolytics-dimension-repository_id | 20415251 |
| octolytics-dimension-repository_nwo | docker-java/docker-java |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 20415251 |
| octolytics-dimension-repository_network_root_nwo | docker-java/docker-java |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | true |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 7aed05249554b889eb33d002851a973eebcc7e91 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width