-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Upgrading to Netty 4.2 #3405
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Upgrading to Netty 4.2 #3405
Conversation
97215ef
to
b21da6d
Compare
@a-TODO-rov , @ggivo before merging we need to test carefully the native transports integration |
Good to also check the following, according to the migration guide::
|
Upvoting this issue 👍 . This is transitively causing me grief over CVE-2025-58057 in netty < 4.1.125 via lettuce via spring-data-redis. Thanks for the work @tishun ! |
@tishun |
By testing I meant that for all three native transports - |
I think we are good on the sslContextBuilder.endpointIdentificationAlgorithm(String) part too. |
For the pooled allocator I think we can go ahead and use the adaptive one. This is a breaking change, but we are making a major release, so we should be fine. Users can easily override that if they want to use the pooled allocator. |
Closes #3294
Make sure that:
mvn formatter:format
target. Don’t submit any formatting related changes.