You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2011/01/27 00:42:46 UTC

[jira] Closed: (THRIFT-1048) Thrift java library has redundant dependency on commons-lang.

     [ https://issues.apache.org/jira/browse/THRIFT-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury closed THRIFT-1048.
---------------------------------

    Resolution: Won't Fix

Ah, right. I knew there was some dependency.

> Thrift java library has redundant dependency on commons-lang.
> -------------------------------------------------------------
>
>                 Key: THRIFT-1048
>                 URL: https://issues.apache.org/jira/browse/THRIFT-1048
>             Project: Thrift
>          Issue Type: Improvement
>          Components: Java - Library
>    Affects Versions: 0.5
>            Reporter: Vladimir Zhilyaev
>            Priority: Minor
>
> The only class from commons-lang used in Thrift is org.apache.commons.lang.NotImplementedException. 
> It is used in org.apache.thrift.transport.AutoExpandingBufferReadTransport and in org.apache.thrift.transport.AutoExpandingBufferWriteTransport
> It can be replaced with java.lang.UnsupportedOperationException like it is done in org.apache.thrift.transport.TMemoryInputTransport 

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