Title: Bump netty.version from 4.2.12.Final to 4.2.13.Final by dependabot[bot] · Pull Request #2624 · docker-java/docker-java · GitHub
Open Graph Title: Bump netty.version from 4.2.12.Final to 4.2.13.Final by dependabot[bot] · Pull Request #2624 · docker-java/docker-java
X Title: Bump netty.version from 4.2.12.Final to 4.2.13.Final by dependabot[bot] · Pull Request #2624 · docker-java/docker-java
Description: Bumps netty.version from 4.2.12.Final to 4.2.13.Final.
Updates io.netty:netty-codec-http from 4.2.12.Final to 4.2.13.Final
Release notes
Sourced from io.netty:netty-codec-http's releases.
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)
CVE-2026-42582 (netty-codec-http3)
CVE-2026-42583 (netty-codec, netty-codec-compression)
CVE-2026-42584 (netty-codec-http)
CVE-2026-44248 (netty-codec-mqtt)
What's Changed
Kqueue: sendfile EINTR doesn't advance offset — data duplication by @normanmaurer in netty/netty#16544
Replace usage of strerror with thread-safe alternative by @normanmaurer in netty/netty#16547
Fix implementation of strerror_r_xsi for GNU by @normanmaurer in netty/netty#16546
Lazy init ArrayList in DefaultHeaders.getAll by @doom369 in netty/netty#16526
Less logging in AWS-LC build by @chrisvest in netty/netty#16565
Ensure the CRYPTO_BUFFER_POOL is also freed when we fail creating the SSLContext by @normanmaurer in netty/netty#16545
Auto-port 4.2: Fix IndexOutOfBoundsException in StompSubframeDecoder on heartbeat by @netty-project-bot in netty/netty#16543
Avoid leak in PemReader on OutOfDirectMemoryError by @raipc in netty/netty#16551
IoUring: Disable test while we debug to unblock other builds by @normanmaurer in netty/netty#16581
Include user properties and subscription IDs in MqttProperties#isEmpty by @ShadowySpirits in netty/netty#16575
Native DNS resolver: Guard against malloc failures by @normanmaurer in netty/netty#16559
Auto-port 4.2: Increase timeouts for QuicChannelConnectTest by @netty-project-bot in netty/netty#16578
Fix parsing HTTP chunks with multiple extensions by @chrisvest in netty/netty#16579
Bump org.codehaus.plexus:plexus-utils from 3.4.2 to 4.0.3 in /codec-native-quic by @dependabot[bot] in netty/netty#16572
Revert to PR build to Ubuntu 22.04 by @chrisvest in netty/netty#16595
Native transports: Correctly create pipe when pipe2 is not supported by @normanmaurer in netty/netty#16592
Epoll: Cleanup code to always return negative value on failure by @normanmaurer in netty/netty#16591
Fix component search fast path by @yawkat in netty/netty#16548
Stabilize read-only toStringMultipleThreads1 by @chrisvest in netty/netty#16608
Stabilize more AbstractByteBufTests by @chrisvest in netty/netty#16611
Remove note about needing 256-bit for PQC by @chrisvest in netty/netty#16605
Stabilize testSessionInvalidate for Conscrypt by @chrisvest in netty/netty#16615
Quic: Correctly handle SSL_CTX_new failures by @normanmaurer in netty/netty#16622
Make LocalIoHandle public by @rdicroce in netty/netty#16621
Quic: Fix shadowing of variable which leads to incorrectly handling errors by @normanmaurer in netty/netty#16623
Auto-port 4.2: Use stream error for maxContentLength exceeded in InboundHttp2ToHttpAdapter by @netty-project-bot in netty/netty#16629
Fix shutdownInput bug in kqueue for empty recv buffer by @chrisvest in netty/netty#16630
fix FFM address semantics in directBufferAddress by @dreamlike-ocean in netty/netty#16603
HTTP2: Ensure HTTP2 preface is always send as first message by @normanmaurer in netty/netty#16636
Move Http2FrameCodecSubClassTest to correct package by @normanmaurer in netty/netty#16640
Kqueue: Fix usage of LOCAL_PEERPID by @normanmaurer in netty/netty#16637
Avoid ArrayQueue allocation in HttpServerCodec by @doom369 in netty/netty#16596
Fix file descriptor reuse bug in kqueue by @chrisvest in netty/netty#16650
... (truncated)
Commits
b3844c8 [maven-release-plugin] prepare release netty-4.2.13.Final
82f47fa Merge commit from fork
ada0999 Merge commit from fork
b4051e2 Fix BrotliDecoder not forwarding all decompressed chunks
67207c1 Merge commit from fork
541ca7c Merge commit from fork
943edb3 Fix codec-dns tests
6459a28 Merge commit from fork
b4ba61b Fix checkstyle in HttpObjectDecoder
977661f Merge commit from fork
Additional commits viewable in compare view
Updates io.netty:netty-handler from 4.2.12.Final to 4.2.13.Final
Release notes
Sourced from io.netty:netty-handler's releases.
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)
CVE-2026-42582 (netty-codec-http3)
CVE-2026-42583 (netty-codec, netty-codec-compression)
CVE-2026-42584 (netty-codec-http)
CVE-2026-44248 (netty-codec-mqtt)
What's Changed
Kqueue: sendfile EINTR doesn't advance offset — data duplication by @normanmaurer in netty/netty#16544
Replace usage of strerror with thread-safe alternative by @normanmaurer in netty/netty#16547
Fix implementation of strerror_r_xsi for GNU by @normanmaurer in netty/netty#16546
Lazy init ArrayList in DefaultHeaders.getAll by @doom369 in netty/netty#16526
Less logging in AWS-LC build by @chrisvest in netty/netty#16565
Ensure the CRYPTO_BUFFER_POOL is also freed when we fail creating the SSLContext by @normanmaurer in netty/netty#16545
Auto-port 4.2: Fix IndexOutOfBoundsException in StompSubframeDecoder on heartbeat by @netty-project-bot in netty/netty#16543
Avoid leak in PemReader on OutOfDirectMemoryError by @raipc in netty/netty#16551
IoUring: Disable test while we debug to unblock other builds by @normanmaurer in netty/netty#16581
Include user properties and subscription IDs in MqttProperties#isEmpty by @ShadowySpirits in netty/netty#16575
Native DNS resolver: Guard against malloc failures by @normanmaurer in netty/netty#16559
Auto-port 4.2: Increase timeouts for QuicChannelConnectTest by @netty-project-bot in netty/netty#16578
Fix parsing HTTP chunks with multiple extensions by @chrisvest in netty/netty#16579
Bump org.codehaus.plexus:plexus-utils from 3.4.2 to 4.0.3 in /codec-native-quic by @dependabot[bot] in netty/netty#16572
Revert to PR build to Ubuntu 22.04 by @chrisvest in netty/netty#16595
Native transports: Correctly create pipe when pipe2 is not supported by @normanmaurer in netty/netty#16592
Epoll: Cleanup code to always return negative value on failure by @normanmaurer in netty/netty#16591
Fix component search fast path by @yawkat in netty/netty#16548
Stabilize read-only toStringMultipleThreads1 by @chrisvest in netty/netty#16608
Stabilize more AbstractByteBufTests by @chrisvest in netty/netty#16611
Remove note about needing 256-bit for PQC by @chrisvest in netty/netty#16605
Stabilize testSessionInvalidate for Conscrypt by @chrisvest in netty/netty#16615
Quic: Correctly handle SSL_CTX_new failures by @normanmaurer in netty/netty#16622
Make LocalIoHandle public by @rdicroce in netty/netty#16621
Quic: Fix shadowing of variable which leads to incorrectly handling errors by @normanmaurer in netty/netty#16623
Auto-port 4.2: Use stream error for maxContentLength exceeded in InboundHttp2ToHttpAdapter by @netty-project-bot in netty/netty#16629
Fix shutdownInput bug in kqueue for empty recv buffer by @chrisvest in netty/netty#16630
fix FFM address semantics in directBufferAddress by @dreamlike-ocean in netty/netty#16603
HTTP2: Ensure HTTP2 preface is always send as first message by @normanmaurer in netty/netty#16636
Move Http2FrameCodecSubClassTest to correct package by @normanmaurer in netty/netty#16640
Kqueue: Fix usage of LOCAL_PEERPID by @normanmaurer in netty/netty#16637
Avoid ArrayQueue allocation in HttpServerCodec by @doom369 in netty/netty#16596
Fix file descriptor reuse bug in kqueue by @chrisvest in netty/netty#16650
... (truncated)
Commits
b3844c8 [maven-release-plugin] prepare release netty-4.2.13.Final
82f47fa Merge commit from fork
ada0999 Merge commit from fork
b4051e2 Fix BrotliDecoder not forwarding all decompressed chunks
67207c1 Merge commit from fork
541ca7c Merge commit from fork
943edb3 Fix codec-dns tests
6459a28 Merge commit from fork
b4ba61b Fix checkstyle in HttpObjectDecoder
977661f Merge commit from fork
Additional commits viewable in compare view
Updates io.netty:netty-handler-proxy from 4.2.12.Final to 4.2.13.Final
Release notes
Sourced from io.netty:netty-handler-proxy's releases.
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)
CVE-2026-42582 (netty-codec-http3)
CVE-2026-42583 (netty-codec, netty-codec-compression)
CVE-2026-42584 (netty-codec-http)
CVE-2026-44248 (netty-codec-mqtt)
What's Changed
Kqueue: sendfile EINTR doesn't advance offset — data duplication by @normanmaurer in netty/netty#16544
Replace usage of strerror with thread-safe alternative by @normanmaurer in netty/netty#16547
Fix implementation of strerror_r_xsi for GNU by @normanmaurer in netty/netty#16546
Lazy init ArrayList in DefaultHeaders.getAll by @doom369 in netty/netty#16526
Less logging in AWS-LC build by @chrisvest in netty/netty#16565
Ensure the CRYPTO_BUFFER_POOL is also freed when we fail creating the SSLContext by @normanmaurer in netty/netty#16545
Auto-port 4.2: Fix IndexOutOfBoundsException in StompSubframeDecoder on heartbeat by @netty-project-bot in netty/netty#16543
Avoid leak in PemReader on OutOfDirectMemoryError by @raipc in netty/netty#16551
IoUring: Disable test while we debug to unblock other builds by @normanmaurer in netty/netty#16581
Include user properties and subscription IDs in MqttProperties#isEmpty by @ShadowySpirits in netty/netty#16575
Native DNS resolver: Guard against malloc failures by @normanmaurer in netty/netty#16559
Auto-port 4.2: Increase timeouts for QuicChannelConnectTest by @netty-project-bot in netty/netty#16578
Fix parsing HTTP chunks with multiple extensions by @chrisvest in netty/netty#16579
Bump org.codehaus.plexus:plexus-utils from 3.4.2 to 4.0.3 in /codec-native-quic by @dependabot[bot] in netty/netty#16572
Revert to PR build to Ubuntu 22.04 by @chrisvest in netty/netty#16595
Native transports: Correctly create pipe when pipe2 is not supported by @normanmaurer in netty/netty#16592
Epoll: Cleanup code to always return negative value on failure by @normanmaurer in netty/netty#16591
Fix component search fast path by @yawkat in netty/netty#16548
Stabilize read-only toStringMultipleThreads1 by @chrisvest in netty/netty#16608
Stabilize more AbstractByteBufTests by @chrisvest in netty/netty#16611
Remove note about needing 256-bit for PQC by @chrisvest in netty/netty#16605
Stabilize testSessionInvalidate for Conscrypt by @chrisvest in netty/netty#16615
Quic: Correctly handle SSL_CTX_new failures by @normanmaurer in netty/netty#16622
Make LocalIoHandle public by @rdicroce in netty/netty#16621
Quic: Fix shadowing of variable which leads to incorrectly handling errors by @normanmaurer in netty/netty#16623
Auto-port 4.2: Use stream error for maxContentLength exceeded in InboundHttp2ToHttpAdapter by @netty-project-bot in netty/netty#16629
Fix shutdownInput bug in kqueue for empty recv buffer by @chrisvest in netty/netty#16630
fix FFM address semantics in directBufferAddress by @dreamlike-ocean in netty/netty#16603
HTTP2: Ensure HTTP2 preface is always send as first message by @normanmaurer in netty/netty#16636
Move Http2FrameCodecSubClassTest to correct package by @normanmaurer in netty/netty#16640
Kqueue: Fix usage of LOCAL_PEERPID by @normanmaurer in netty/netty#16637
Avoid ArrayQueue allocation in HttpServerCodec by @doom369 in netty/netty#16596
Fix file descriptor reuse bug in kqueue by @chrisvest in netty/netty#16650
... (truncated)
Commits
b3844c8 [maven-release-plugin] prepare release netty-4.2.13.Final
82f47fa Merge commit from fork
ada0999 Merge commit from fork
b4051e2 Fix BrotliDecoder not forwarding all decompressed chunks
67207c1 Merge commit from fork
541ca7c Merge commit from fork
943edb3 Fix codec-dns tests
6459a28 Merge commit from fork
b4ba61b Fix checkstyle in HttpObjectDecoder
977661f Merge commit from fork
Additional commits viewable in compare view
Updates io.netty:netty-transport-native-epoll from 4.2.12.Final to 4.2.13.Final
Release notes
Sourced from io.netty:netty-transport-native-epoll's releases.
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)
CVE-2026-42582 (netty-codec-http3)
CVE-2026-42583 (netty-codec, netty-codec-compression)
CVE-2026-42584 (netty-codec-http)
CVE-2026-44248 (netty-codec-mqtt)
What's Changed
Kqueue: sendfile EINTR doesn't advance offset — data duplication by @normanmaurer in netty/netty#16544
Replace usage of strerror with thread-safe alternative by @normanmaurer in netty/netty#16547
Fix implementation of strerror_r_xsi for GNU by @normanmaurer in netty/netty#16546
Lazy init ArrayList in DefaultHeaders.getAll by @doom369 in netty/netty#16526
Less logging in AWS-LC build by @chrisvest in netty/netty#16565
Ensure the CRYPTO_BUFFER_POOL is also freed when we fail creating the SSLContext by @normanmaurer in netty/netty#16545
Auto-port 4.2: Fix IndexOutOfBoundsException in StompSubframeDecoder on heartbeat by @netty-project-bot in netty/netty#16543
Avoid leak in PemReader on OutOfDirectMemoryError by @raipc in netty/netty#16551
IoUring: Disable test while we debug to unblock other builds by @normanmaurer in netty/netty#16581
Include user properties and subscription IDs in MqttProperties#isEmpty by @ShadowySpirits in netty/netty#16575
Native DNS resolver: Guard against malloc failures by @normanmaurer in netty/netty#16559
Auto-port 4.2: Increase timeouts for QuicChannelConnectTest by @netty-project-bot in netty/netty#16578
Fix parsing HTTP chunks with multiple extensions by @chrisvest in netty/netty#16579
Bump org.codehaus.plexus:plexus-utils from 3.4.2 to 4.0.3 in /codec-native-quic by @dependabot[bot] in netty/netty#16572
Revert to PR build to Ubuntu 22.04 by @chrisvest in netty/netty#16595
Native transports: Correctly create pipe when pipe2 is not supported by @normanmaurer in netty/netty#16592
Epoll: Cleanup code to always return negative value on failure by @normanmaurer in netty/netty#16591
Fix component search fast path by @yawkat in netty/netty#16548
Stabilize read-only toStringMultipleThreads1 by @chrisvest in netty/netty#16608
Stabilize more AbstractByteBufTests by @chrisvest in netty/netty#16611
Remove note about needing 256-bit for PQC by @chrisvest in netty/netty#16605
Stabilize testSessionInvalidate for Conscrypt by @chrisvest in netty/netty#16615
Quic: Correctly handle SSL_CTX_new failures by @normanmaurer in netty/netty#16622
Make LocalIoHandle public by @rdicroce in netty/netty#16621
Quic: Fix shadowing of variable which leads to incorrectly handling errors by @normanmaurer in netty/netty#16623
Auto-port 4.2: Use stream error for maxContentLength exceeded in InboundHttp2ToHttpAdapter by @netty-project-bot in netty/netty#16629
Fix shutdownInput bug in kqueue for empty recv buffer by @chrisvest in netty/netty#16630
fix FFM address semantics in directBufferAddress by @dreamlike-ocean in netty/netty#16603
HTTP2: Ensure HTTP2 preface is always send as first message by @normanmaurer in netty/netty#16636
Move Http2FrameCodecSubClassTest to correct package by @normanmaurer in netty/netty#16640
Kqueue: Fix usage of LOCAL_PEERPID by @normanmaurer in netty/netty#16637
Avoid ArrayQueue allocation in HttpServerCodec by @doom369 in netty/netty#16596
Fix file descriptor reuse bug in kqueue by @chrisvest in netty/netty#16650
... (truncated)
Commits
b3844c8 [maven-release-plugin] prepare release netty-4.2.13.Final
82f47fa Merge commit from fork
ada0999 Merge commit from fork
b4051e2 Fix BrotliDecoder not forwarding all decompressed chunks
67207c1 Merge commit from fork
541ca7c Merge commit from fork
943edb3 Fix codec-dns tests
6459a28 Merge commit from fork
b4ba61b Fix checkstyle in HttpObjectDecoder
977661f Merge commit from fork
Additional commits viewable in compare view
Updates io.netty:netty-transport-native-kqueue from 4.2.12.Final to 4.2.13.Final
Release notes
Sourced from io.netty:netty-transport-native-kqueue's releases.
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)
CVE-2026-42582 (netty-codec-http3)
CVE-2026-42583 (netty-codec, netty-codec-compression)
CVE-2026-42584 (netty-codec-http)
CVE-2026-44248 (netty-codec-mqtt)
What's Changed
Kqueue: sendfile EINTR doesn't advance offset — data duplication by @normanmaurer in netty/netty#16544
Replace usage of strerror with thread-safe alternative by @normanmaurer in netty/netty#16547
Fix implementation of strerror_r_xsi for GNU by @normanmaurer in netty/netty#16546
Lazy init ArrayList in DefaultHeaders.getAll by @doom369 in netty/netty#16526
Less logging in AWS-LC build by @chrisvest in netty/netty#16565
Ensure the CRYPTO_BUFFER_POOL is also freed when we fail creating the SSLContext by @normanmaurer in netty/netty#16545
Auto-port 4.2: Fix IndexOutOfBoundsException in StompSubframeDecoder on heartbeat by @netty-project-bot in netty/netty#16543
Avoid leak in PemReader on OutOfDirectMemoryError by @raipc in netty/netty#16551
IoUring: Disable test while we debug to unblock other builds by @normanmaurer in netty/netty#16581
Include user properties and subscription IDs in MqttProperties#isEmpty by @ShadowySpirits in netty/netty#16575
Native DNS resolver: Guard against malloc failures by @normanmaurer in netty/netty#16559
Auto-port 4.2: Increase timeouts for QuicChannelConnectTest by @netty-project-bot in netty/netty#16578
Fix parsing HTTP chunks with multiple extensions by @chrisvest in netty/netty#16579
Bump org.codehaus.plexus:plexus-utils from 3.4.2 to 4.0.3 in /codec-native-quic by @dependabot[bot] in netty/netty#16572
Revert to PR build to Ubuntu 22.04 by @chrisvest in netty/netty#16595
Native transports: Correctly create pipe when pipe2 is not supported by @normanmaurer in netty/netty#16592
Epoll: Cleanup code to always return negative value on failure by @normanmaurer in netty/netty#16591
Fix component search fast path by @yawkat in netty/netty#16548
Stabilize read-only toStringMultipleThreads1 by @chrisvest in netty/netty#16608
Stabilize more AbstractByteBufTests by @chrisvest in netty/netty#16611
Remove note about needing 256-bit for PQC by @chrisvest in netty/netty#16605
Stabilize testSessionInvalidate for Conscrypt by @chrisvest in netty/netty#16615
Quic: Correctly handle SSL_CTX_new failures by @normanmaurer in netty/netty#16622
Make LocalIoHandle public by @rdicroce in netty/netty#16621
Quic: Fix shadowing of variable which leads to incorrectly handling errors by @normanmaurer in netty/netty#16623
Auto-port 4.2: Use stream error for maxContentLength exceeded in InboundHttp2ToHttpAdapter by @netty-project-bot in netty/netty#16629
Fix shutdownInput bug in kqueue for empty recv buffer by @chrisvest in netty/netty#16630
fix FFM address semantics in directBufferAddress by @dreamlike-ocean in netty/netty#16603
HTTP2: Ensure HTTP2 preface is always send as first message by @normanmaurer in netty/netty#16636
Move Http2FrameCodecSubClassTest to correct package by @normanmaurer in netty/netty#16640
Kqueue: Fix usage of LOCAL_PEERPID by @normanmaurer in netty/netty#16637
Avoid ArrayQueue allocation in HttpServerCodec by @doom369 in netty/netty#16596
Fix file descriptor reuse bug in kqueue by @chrisvest in netty/netty#16650
... (truncated)
Commits
b3844c8 [maven-release-plugin] prepare release netty-4.2.13.Final
82f47fa Merge commit from fork
ada0999 Merge commit from fork
b4051e2 Fix BrotliDecoder not forwarding all decompressed chunks
67207c1 Merge commit from fork
541ca7c Merge commit from fork
943edb3 Fix codec-dns tests
6459a28 Merge commit from fork
b4ba61b Fix checkstyle in HttpObjectDecoder
977661f Merge commit from fork
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.13.Final. Updates io.netty:netty-codec-http from 4.2.12.Final to 4.2.13.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.13.Final. Updates io.netty:netty-codec-http from 4.2.12.Final to 4.2.13.Final Release notes Sourced from io.netty:netty-codec-http's releases. ...
Opengraph URL: https://github.com/docker-java/docker-java/pull/2624
X: @github
Domain: github.com
| route-pattern | /:user_id/:repository/pull/:id/files(.:format) |
| route-controller | pull_requests |
| route-action | files |
| fetch-nonce | v2:e9a00e35-db9d-7bd9-e78e-1feb5fb521c4 |
| current-catalog-service-hash | ae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b |
| request-id | 920A:3A401E:C21A7C:104FBCD:6A52BF08 |
| html-safe-nonce | 95851a0e376b7edbd957d3769adab14f2c12d750a6e8eaee8dd5ed31b8905033 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MjBBOjNBNDAxRTpDMjFBN0M6MTA0RkJDRDo2QTUyQkYwOCIsInZpc2l0b3JfaWQiOiI4MzY1NTY1MDgxMzMzOTcyNzQ0IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0= |
| visitor-hmac | 586cac0a71e657a6ad588e71b2127324fbde735b417980eefa47731c3df04552 |
| hovercard-subject-tag | pull_request:3664576482 |
| 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/2624/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.13.Final. Updates io.netty:netty-codec-http from 4.2.12.Final to 4.2.13.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 | 07a982c1d40157c619b364352b704c3ce66bb332 |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width