-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Remove priviledged thread factory (fix integrated into latest Netty 4.1.118.Final) #17325
Remove priviledged thread factory (fix integrated into latest Netty 4.1.118.Final) #17325
Conversation
….1.118.Final) Signed-off-by: Andriy Redko <[email protected]>
Nice, just noticed netty/netty#14743. Thank you @reta! |
❌ Gradle check result for 9967add: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 9967add: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
❌ Gradle check result for 9967add: FAILURE Please examine the workflow log, locate, and copy-paste the failure(s) below, then iterate to green. Is the failure a flaky test unrelated to your change? |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #17325 +/- ##
============================================
- Coverage 72.47% 72.41% -0.07%
+ Complexity 65618 65566 -52
============================================
Files 5291 5291
Lines 304347 304329 -18
Branches 44182 44181 -1
============================================
- Hits 220578 220371 -207
- Misses 65670 65899 +229
+ Partials 18099 18059 -40 ☔ View full report in Codecov by Sentry. |
….1.118.Final) (#17325) Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit f40004a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
….1.118.Final) (#17325) Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit f40004a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
….1.118.Final) (#17325) Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit f40004a) Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
….1.118.Final) (#17325) (#17328) (cherry picked from commit f40004a) Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
….1.118.Final) (#17325) (#17326) (cherry picked from commit f40004a) Signed-off-by: Andriy Redko <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Description
Remove priviledged thread factory (fix integrated into latest Netty 4.1.118.Final)
Related Issues
Follow up on #17320
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.