Description
Hi
I checked and couldn't find this feature, basically we can have support for deprecating methods in services.
If i release next version of thrift service i can inform the user that these methods are no longer supported.
for this thrift does not support method annotations in thrift files. Can we have that feature, i checked the code, it should effect
https://github.com/apache/thrift/blob/master/compiler/cpp/src/thrifty.yy
https://github.com/apache/thrift/blob/master/compiler/cpp/src/parse/t_function.h
and generator codes for different languages.
Is it not developed yet because deprecation is not supported by every language?
Attachments
Issue Links
- duplicates
-
THRIFT-5261 Support for deprecated methods (via annotation)
- Closed
-
THRIFT-5408 Support for deprecated methods (via annotation)
- Closed
-
THRIFT-5692 Support for deprecated methods (via annotation)
- Closed
- is related to
-
THRIFT-640 Support deprecation
- Closed