RATIS-2492. Bump version to 1.1.0-SNAPSHOT#104
Merged
adoroszlai merged 1 commit intoapache:masterfrom Apr 3, 2026
Merged
Conversation
Contributor
|
For compatibility issues, we probably should update major release, i.e. 2.0.0. Then, we can create a new branch "branch-1" for versions 1.x.x. Since there are many version upgrade (thanks dependabot)), let's also bump the branch-1 version to 1.1.0. |
Contributor
Author
Thanks @szetszwo for the comments. Then I think this PR is OK, and we can post a follow-up PR to bump to |
szetszwo
approved these changes
Apr 3, 2026
Contributor
szetszwo
left a comment
There was a problem hiding this comment.
@adoroszlai , you are right that this PR is good to go.
+1 the change looks good.
Contributor
Author
|
Thanks @szetszwo for the review. |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What changes were proposed in this pull request?
RATIS-2491 proposes upgrade of Netty from 4.1 to 4.2. There may be compatibility issues, so I think we should incorporate it in
ratis-thirdparty-1.1.0, and maintainratis-thirdparty-1.0.xfor security fixes on Netty 4.1 (and other dependencies).This PR bumps project version number to
1.1.0-SNAPSHOT. Afterwards we can create the maintenance branch from the previous commit. Wouldrelease-1.0.xbe a good name for the branch?https://issues.apache.org/jira/browse/RATIS-2492
How was this patch tested?
https://github.com/adoroszlai/ratis-thirdparty/actions/runs/23905713849