-
Notifications
You must be signed in to change notification settings - Fork 52
HBASE-28407 [thirdparty] Update release instructions #113
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
Conversation
|
🎊 +1 overall
This message was automatically generated. |
busbey
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like a good start for sure.
Apache9
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM.
| have in hbase-unsafe is using old APIs that have been removed from more | ||
| modern JDKs. Due to a bug in JDK, we cannot generate this code using a more | ||
| modern version of the JDK. See | ||
| [HBASE-26773](https://issues.apache.org/jira/browse/HBASE-26773) for details. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I hit https://issues.apache.org/jira/browse/HBASE-28380, while trying to build with JDK17. This doc helps me understand why we have hbase-unsafe module and how to release. Very useful. Thanks a ton :)
ndimiduk
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the reviews. I'll merge this after the current RC vote is finished.
Signed-off-by: Sean Busbey <busbey@apache.org> Signed-off-by: Duo Zhang <zhangduo@apache.org> Signed-off-by: Nihal Jain <nihaljain@apache.org> Signed-off-by: Rajeshbabu Chintaguntla <rajeshbabu@apache.org>
5c18bb3 to
362130d
Compare
@Apache9 @busbey This is the processes that I (eventually) sorted out. Does it look about right from your recollection?