You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Jens Geyer (Jira)" <ji...@apache.org> on 2022/02/23 20:33:00 UTC

[jira] [Commented] (THRIFT-3461) Support Method Deprecation

    [ https://issues.apache.org/jira/browse/THRIFT-3461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17497034#comment-17497034 ] 

Jens Geyer commented on THRIFT-3461:
------------------------------------

Implementations for other languages should follow that model. Happy to review any related PRs.

> Support Method Deprecation
> --------------------------
>
>                 Key: THRIFT-3461
>                 URL: https://issues.apache.org/jira/browse/THRIFT-3461
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Wish List
>            Reporter: Karan Sewani
>            Assignee: Jens Geyer
>            Priority: Minor
>             Fix For: 0.17.0
>
>
> 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?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)