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

Upgrade Netty to 4.2.16 and netty-tcnative to 2.0.81 by AgraVator · Pull Request #12969 · grpc/grpc-java · GitHub

/ grpc-java Public
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .bazel  (1) .bzl  (1) .md  (1) .toml  (1) All 4 file types selected
Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
28 changes: 14 additions & 14 deletions MODULE.bazel
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
Original file line number Diff line number Diff line change
Expand Up @@ -25,20 +25,20 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
"dev.cel:common:0.13.0",
"com.squareup.okhttp:okhttp:2.7.5",
"com.squareup.okio:okio:2.10.0", # 3.0+ needs swapping to -jvm; need work to avoid flag-day
"io.netty:netty-buffer:4.2.15.Final",
"io.netty:netty-codec-base:4.2.15.Final",
"io.netty:netty-codec-http2:4.2.15.Final",
"io.netty:netty-codec-http:4.2.15.Final",
"io.netty:netty-codec-socks:4.2.15.Final",
"io.netty:netty-common:4.2.15.Final",
"io.netty:netty-handler-proxy:4.2.15.Final",
"io.netty:netty-handler:4.2.15.Final",
"io.netty:netty-resolver:4.2.15.Final",
"io.netty:netty-tcnative-boringssl-static:2.0.75.Final",
"io.netty:netty-tcnative-classes:2.0.75.Final",
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.2.15.Final",
"io.netty:netty-transport-native-unix-common:4.2.15.Final",
"io.netty:netty-transport:4.2.15.Final",
"io.netty:netty-buffer:4.2.16.Final",
"io.netty:netty-codec-base:4.2.16.Final",
"io.netty:netty-codec-http2:4.2.16.Final",
"io.netty:netty-codec-http:4.2.16.Final",
"io.netty:netty-codec-socks:4.2.16.Final",
"io.netty:netty-common:4.2.16.Final",
"io.netty:netty-handler-proxy:4.2.16.Final",
"io.netty:netty-handler:4.2.16.Final",
"io.netty:netty-resolver:4.2.16.Final",
"io.netty:netty-tcnative-boringssl-static:2.0.81.Final",
"io.netty:netty-tcnative-classes:2.0.81.Final",
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.2.16.Final",
"io.netty:netty-transport-native-unix-common:4.2.16.Final",
"io.netty:netty-transport:4.2.16.Final",
"io.opencensus:opencensus-api:0.31.0",
"io.opencensus:opencensus-contrib-grpc-metrics:0.31.0",
"io.perfmark:perfmark-api:0.27.0",
Expand Down
2 changes: 1 addition & 1 deletion SECURITY.md
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
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ grpc-netty version | netty-handler version | netty-tcnative-boringssl-static ver
1.75.x-1.76.x | 4.1.124.Final | 2.0.72.Final
1.77.x-1.78.x | 4.1.127.Final | 2.0.74.Final
1.79.x-1.80.x | 4.1.130.Final | 2.0.74.Final
1.81.x- | 4.1.132.Final | 2.0.75.Final
1.81.x- | 4.2.16.Final | 2.0.81.Final

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

It looks like the table was corrupted here, as we didn't upgrade old grpc releases to newer netty versions.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

I see we have

  1. 2nd April -> https://github.com/grpc/grpc-java/pull/12738/changes which had the last update on this.
  2. 15th May -> https://github.com/grpc/grpc-java/pull/12805/changes missing.
  3. 11th June -> https://github.com/grpc/grpc-java/pull/12854/changes missing.
  4. 11th June -> https://github.com/grpc/grpc-java/pull/12856/changes missing.

So, should it be ?
1.81.x | 4.1.132.Final | 2.0.75.Final
1.82.x | 4.1.133.Final | 2.0.75.Final
1.83.x | 4.2.15.Final | 2.0.75.Final
1.84.x- | 4.2.16.Final | 2.0.81.Final

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Also, do we backport these as well ?


_(grpc-netty-shaded avoids issues with keeping these versions in sync.)_

Expand Down
12 changes: 6 additions & 6 deletions gradle/libs.versions.toml
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
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,14 @@ lincheck = "org.jetbrains.lincheck:lincheck:3.6"
mockito-android = "org.mockito:mockito-android:4.4.0"
# checkForUpdates: mockito-core:4.4.+
mockito-core = "org.mockito:mockito-core:4.4.0"
netty-codec-http2 = "io.netty:netty-codec-http2:4.2.15.Final"
netty-handler-proxy = "io.netty:netty-handler-proxy:4.2.15.Final"
netty-codec-http2 = "io.netty:netty-codec-http2:4.2.16.Final"
netty-handler-proxy = "io.netty:netty-handler-proxy:4.2.16.Final"
# Keep the following references of tcnative version in sync whenever it's updated:
# SECURITY.md
netty-tcnative = "io.netty:netty-tcnative-boringssl-static:2.0.75.Final"
netty-tcnative-classes = "io.netty:netty-tcnative-classes:2.0.75.Final"
netty-transport-epoll = "io.netty:netty-transport-native-epoll:4.2.15.Final"
netty-unix-common = "io.netty:netty-transport-native-unix-common:4.2.15.Final"
netty-tcnative = "io.netty:netty-tcnative-boringssl-static:2.0.81.Final"
netty-tcnative-classes = "io.netty:netty-tcnative-classes:2.0.81.Final"
netty-transport-epoll = "io.netty:netty-transport-native-epoll:4.2.16.Final"
netty-unix-common = "io.netty:netty-transport-native-unix-common:4.2.16.Final"
okhttp = "com.squareup.okhttp:okhttp:2.7.5"
# okio 3.5+ uses Kotlin 1.9+ which requires Android Gradle Plugin 9+
# checkForUpdates: okio:3.4.+
Expand Down
28 changes: 14 additions & 14 deletions repositories.bzl
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
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@ IO_GRPC_GRPC_JAVA_ARTIFACTS = [
"dev.cel:common:0.13.0",
"com.squareup.okhttp:okhttp:2.7.5",
"com.squareup.okio:okio:2.10.0", # 3.0+ needs swapping to -jvm; need work to avoid flag-day
"io.netty:netty-buffer:4.2.15.Final",
"io.netty:netty-codec-base:4.2.15.Final",
"io.netty:netty-codec-http2:4.2.15.Final",
"io.netty:netty-codec-http:4.2.15.Final",
"io.netty:netty-codec-socks:4.2.15.Final",
"io.netty:netty-common:4.2.15.Final",
"io.netty:netty-handler-proxy:4.2.15.Final",
"io.netty:netty-handler:4.2.15.Final",
"io.netty:netty-resolver:4.2.15.Final",
"io.netty:netty-tcnative-boringssl-static:2.0.75.Final",
"io.netty:netty-tcnative-classes:2.0.75.Final",
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.2.15.Final",
"io.netty:netty-transport-native-unix-common:4.2.15.Final",
"io.netty:netty-transport:4.2.15.Final",
"io.netty:netty-buffer:4.2.16.Final",
"io.netty:netty-codec-base:4.2.16.Final",
"io.netty:netty-codec-http2:4.2.16.Final",
"io.netty:netty-codec-http:4.2.16.Final",
"io.netty:netty-codec-socks:4.2.16.Final",
"io.netty:netty-common:4.2.16.Final",
"io.netty:netty-handler-proxy:4.2.16.Final",
"io.netty:netty-handler:4.2.16.Final",
"io.netty:netty-resolver:4.2.16.Final",
"io.netty:netty-tcnative-boringssl-static:2.0.81.Final",
"io.netty:netty-tcnative-classes:2.0.81.Final",
"io.netty:netty-transport-native-epoll:jar:linux-x86_64:4.2.16.Final",
"io.netty:netty-transport-native-unix-common:4.2.16.Final",
"io.netty:netty-transport:4.2.16.Final",
"io.opencensus:opencensus-api:0.31.0",
"io.opencensus:opencensus-contrib-grpc-metrics:0.31.0",
"io.perfmark:perfmark-api:0.27.0",
Expand Down
Loading

Back | FazBrowse Home | New Git URL