-
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
[Backport] [2.x] Bump Netty to 4.1.114.Final (#16182) #16184
[Backport] [2.x] Bump Netty to 4.1.114.Final (#16182) #16184
Conversation
Signed-off-by: Andriy Redko <[email protected]> (cherry picked from commit 3d7184b)
❕ Gradle check result for b4ffa84: UNSTABLE Please review all flaky tests that succeeded after retry and create an issue if one does not already exist to track the flaky failure. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## 2.x #16184 +/- ##
============================================
- Coverage 71.75% 71.73% -0.02%
- Complexity 64708 64815 +107
============================================
Files 5278 5279 +1
Lines 302570 302964 +394
Branches 44013 44072 +59
============================================
+ Hits 217098 217328 +230
- Misses 67315 67508 +193
+ Partials 18157 18128 -29 ☔ View full report in Codecov by Sentry. |
@peternied mind approving this one as well? thank you |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-1.x 1.x
# Navigate to the new working tree
pushd ../.worktrees/backport-1.x
# Create a new branch
git switch --create backport/backport-16184-to-1.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 f44ce4cbd119b2672a1385aa89dab7dc7dd6f9bc
# Push it to GitHub
git push --set-upstream origin backport/backport-16184-to-1.x
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-1.x Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add ../.worktrees/backport-1.3 1.3
# Navigate to the new working tree
pushd ../.worktrees/backport-1.3
# Create a new branch
git switch --create backport/backport-16184-to-1.3
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick -x --mainline 1 f44ce4cbd119b2672a1385aa89dab7dc7dd6f9bc
# Push it to GitHub
git push --set-upstream origin backport/backport-16184-to-1.3
# Go back to the original working tree
popd
# Delete the working tree
git worktree remove ../.worktrees/backport-1.3 Then, create a pull request where the |
…oject#16184) Signed-off-by: Andriy Redko <[email protected]>
…oject#16184) Signed-off-by: Andriy Redko <[email protected]>
…oject#16184) Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Signed-off-by: Andriy Redko <[email protected]>
Backport of #16182 of
2.x