-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Improve][All] Improvement of deprecated annotation #3267
Conversation
Hi, @wuchunfu thanks for the contribution. I left a few comments. PTAL in your free time~ |
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.
@wuchunfu Thanks for the update!
LGTM +1.
I'll merge it after CI passed.
Thanks @RocMarshal for the review, I have fixed it, please review it here, thank you |
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.
LGTM +1~
All
@deprecated
annotations in the warehouse need to be replaced with@Deprecated
annotations.Reason: When
@deprecated
is mixed in java/scala, the method call will not be unreliable.