-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[Backport 2.0] Revert to Netty 4.1.79.Final #4440
[Backport 2.0] Revert to Netty 4.1.79.Final #4440
Conversation
Signed-off-by: Craig Perkins <cwperx@amazon.com> Signed-off-by: Craig Perkins <cwperx@amazon.com> (cherry picked from commit fb64a85)
Signed-off-by: Craig Perkins <cwperx@amazon.com>
Gradle Check (Jenkins) Run Completed with:
|
@cwperks : Both precommit & gradle check failed due to unused sha file Pre-commit
Gradle check
|
Signed-off-by: Craig Perkins <cwperx@amazon.com>
@dreamer-89 I removed that license file. That was added in this change (#3848) which was added in 2.1. |
Gradle Check (Jenkins) Run Completed with:
|
@dreamer-89 could you merge it please? For some reasons I cannot for |
Yes, it is showing merging is blocked. I don't see any pending approval step. Do you want me to force merge this change @reta ? |
Merged it in. |
@kotwanikunal : Thanks for the approval. |
@dreamer-89 It looks like the maintainers need to be backported to 2.0 - https://github.com/opensearch-project/OpenSearch/blob/2.0/MAINTAINERS.md The PR was still waiting for an approval from |
Thanks @kotwanikunal. |
@kartg that's what I mentioned here #4342 (comment) |
@reta I'll try and look into what's going on here. I still don't think it's tied to backporting |
Ah, it looks like we didn't backport the change in Codeowners from I've triggered the backport now - #4475 Sorry about that @reta ! 😅 |
Thanks a mill, @kartg and @kotwanikunal ! |
Signed-off-by: Craig Perkins cwperx@amazon.com
Description
See related issue: #4427
The last minor version of Netty included a change to eagerly load certificates using BouncyCastle if BouncyCastle is on the classpath: netty/netty#12670
This change has led to errors on startup with the security plugin (See #4427) because of a bug in checking all required BouncyCastle dependencies (See netty/netty#12743)
There is another bug related to the change that impacts custom bundles for private keys (netty/netty#12746). Both bugs have since been fixed and are targeted for the next 4.1.X release of netty.
This PR reverts netty until the next 4.1.X (4.1.81.Final) release. The full list of changes in netty 4.1.80.Final can be found here
Issues Resolved
#4427
Check List
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
For more information on following Developer Certificate of Origin and signing off your commits, please check here.