Upgrade Netty to 4.1.110 and tcnative to 2.0.65#11444
Merged
kannanjgithub merged 6 commits intogrpc:masterfrom Aug 6, 2024
Merged
Upgrade Netty to 4.1.110 and tcnative to 2.0.65#11444kannanjgithub merged 6 commits intogrpc:masterfrom
kannanjgithub merged 6 commits intogrpc:masterfrom
Conversation
ejona86
reviewed
Aug 6, 2024
SECURITY.md
Outdated
| 1.59.x | 4.1.97.Final | 2.0.61.Final | ||
| 1.60.x- | 4.1.100.Final | 2.0.61.Final | ||
| 1.60.x-1.65.x | 4.1.100.Final | 2.0.61.Final | ||
| 1.66.x | 4.1.110.Final | 2.0.65.Final |
Member
There was a problem hiding this comment.
Change this to 1.67. It is too risky to upgrade Netty for this today's release. We won't backport this to the release branch.
ejona86
reviewed
Aug 6, 2024
Member
ejona86
left a comment
There was a problem hiding this comment.
This is missing the changes to gradle/libs.versions.toml and ShadingTest. I see you reverted the ShadingTest change; that would have been the hint that you were not upgrading Netty within the Gradle build.
Contributor
Author
Got it, fixed now. |
ejona86
approved these changes
Aug 6, 2024
dongjoon-hyun
added a commit
to apache/spark
that referenced
this pull request
Oct 25, 2024
….67.1 ### What changes were proposed in this pull request? This PR aims to upgrade - `grpcio` and `grpcio-status` to `1.67.0` - `grpc-java` to `1.67.1` Please note that `grpc-java` there is no 1.67.0 and 1.68.0 is wrong as announced like the following. - https://github.com/grpc/grpc-java/releases/tag/v1.67.1 > There was no 1.67.0 release. There was a problem making the release and it went to Maven Central as 1.68.0 instead. ### Why are the changes needed? To use the latest updated versions as a part of Apache Spark 4.0.0 (February 2025) preparation. - grpc/grpc-java#11444 ### Does this PR introduce _any_ user-facing change? Although this is a dependency change, it should be backward compatible. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #48524 from dongjoon-hyun/SPARK-50015. Lead-authored-by: Dongjoon Hyun <dongjoon@apache.org> Co-authored-by: Dongjoon Hyun <dhyun@apple.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.