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

Vladimir Zhilyaev commented on THRIFT-1048:
-------------------------------------------

Shouldn't TMemoryInputTransport and AutoExpandingBufferReadTransport  have 
consistency in implementation of write(..)?

> 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.

Reply via email to