-
Notifications
You must be signed in to change notification settings - Fork 909
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
Upgrade Netty to 4.1.107.Final and io_uring to 0.0.25.Final #4224
Merged
Conversation
This file contains 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
hangc0276
approved these changes
Mar 7, 2024
@hangc0276 can you trigger the Github Action workflows? |
b63f462
to
48d1e7f
Compare
hezhangjian
approved these changes
Mar 14, 2024
Co-authored-by: ZhangJian He <[email protected]> Signed-off-by: ZhangJian He <[email protected]>
48d1e7f
to
70bedee
Compare
Hi, @sullis Thanks for your contribution. I don't merge the NettyTest class file. |
zhiheng123
pushed a commit
to zhiheng123/bookkeeper
that referenced
this pull request
May 28, 2024
) Co-authored-by: ZhangJian He <[email protected]> (cherry-pick from commit 2980935) Conflicts(mockito version): pom.xml
hezhangjian
pushed a commit
that referenced
this pull request
May 28, 2024
…rtx (#4398) * Upgrade Netty to 4.1.104.Final and io_uring to 0.0.24.Final (#4157) (cherry-pick from commit 6f5d756) * Use netty-bom for aligning netty library versions, add epoll for linux-aarch_64 (#4204) (cherry-pick from commit bb9da9b) * Upgrade Netty to 4.1.107.Final and io_uring to 0.0.25.Final (#4224) Co-authored-by: ZhangJian He <[email protected]> (cherry-pick from commit 2980935) Conflicts(mockito version): pom.xml * Upgrade vertx-core to 4.5.7 to address CVE-2024-1300 (#4265) - Upgrade vertx-core to 4.5.7 to address CVE-2024-1300 - Depends on merging #4264 before this PR (since Netty 4.1.108.Final is required for vertx-core 4.5.7) (cherry-pick from commit bee9b48) Conflicts(zookeeper version): pom.xml --------- Co-authored-by: Lari Hotari <[email protected]> Co-authored-by: sullis <[email protected]>
Ghatage
pushed a commit
to sijie/bookkeeper
that referenced
this pull request
Jul 12, 2024
) Co-authored-by: ZhangJian He <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Motivation
Keep Netty and Netty's io_uring libraries up-to-date.
Release notes since last upgrades:
Netty:
io_uring:
Changes
updated dependencies in pom.xml