FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Upgrade to Netty 4.2.15 by ejona86 · Pull Request #12856 · grpc/grpc-java · GitHub

/ grpc-java Public

Upgrade to Netty 4.2.15 - #12856

Merged
ejona86 merged 3 commits into
grpc:masterfrom
ejona86:netty-4.2
Jun 11, 2026
Merged

Upgrade to Netty 4.2.15#12856
ejona86 merged 3 commits into
grpc:masterfrom
ejona86:netty-4.2

Conversation

ejona86 commented Jun 11, 2026

Copy link
Copy Markdown
Member

Netty 4.2 has the thread classes interact in a new way, so they've deprecated the Netty 4.1 threading APIs. While we want to use Netty 4.2, not all build systems compiling gRPC may have upgraded to 4.2 yet, so let's not begin using Netty 4.2 APIs yet.

Netty 4.2 has the thread classes interact in a new way, so they've
deprecated the Netty 4.1 threading APIs. While we want to use Netty 4.2,
not all build systems compiling gRPC may have upgraded to 4.2 yet, so
let's not begin using Netty 4.2 APIs yet.
ejona86 requested a review from kannanjgithub June 11, 2026 13:35

ejona86 commented Jun 11, 2026

Copy link
Copy Markdown
Member Author

CC @ran-su

ejona86 merged commit 66c6ab1 into grpc:master Jun 11, 2026
16 of 17 checks passed
ejona86 deleted the netty-4.2 branch June 11, 2026 17:34
AgraVator added a commit that referenced this pull request Aug 26, 2026
…13005)

In #12969, updating the `1.81.x-` row in place inadvertently overwrote
the entries for past releases. Because a few updates #12805 and #12856
were missed in `SECURITY.md`, releases `1.82.x` and `1.83.x` were
omitted.

This PR restores the accurate Netty and netty-tcnative version mappings
for each release:
- `1.81.x`: Netty `4.1.132.Final` / netty-tcnative `2.0.75.Final`
(#12738)
- `1.82.x`: Netty `4.1.133.Final` / netty-tcnative `2.0.75.Final`
(#12805)
- `1.83.x`: Netty `4.2.15.Final` / netty-tcnative `2.0.75.Final`
(#12856)
- `1.84.x-`: Netty `4.2.16.Final` / netty-tcnative `2.0.81.Final`
(#12969)

Resolves
#12969 (comment)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants


Back | FazBrowse Home | New Git URL