You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Mark Slee (JIRA)" <ji...@apache.org> on 2008/06/10 01:11:46 UTC

[jira] Commented: (THRIFT-34) Java libraries should be namespaced under org.apache.thrift, not com.facebook.thrift

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

Mark Slee commented on THRIFT-34:
---------------------------------

This needs to be done in most of the programming languages. Does Apache have standardized namespaces for C++ as well? And package names for Python/Ruby etc?

What's the general approach about doing this? Since it's a breaking change for client application code, it seems like it'd be nice not to make this change until a release window occurs, or to offer some period of compatibility (though I'm not sure how to easily enable both mechanisms at once).

> Java libraries should be namespaced under org.apache.thrift, not com.facebook.thrift
> ------------------------------------------------------------------------------------
>
>                 Key: THRIFT-34
>                 URL: https://issues.apache.org/jira/browse/THRIFT-34
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Library (Java)
>            Reporter: Bryan Duxbury
>            Priority: Minor
>
> The Java libraries should be namespaced under org.apache.thrift. Currently they are under com.facebook.thrift.
> Also, at the same time, we should delete the protocol, reflection, server, transport, and types directories from lib/java/src. The usual java idiom would be src/org/apache/thrift/protocol (or what have you).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.