[
https://issues.apache.org/jira/browse/THRIFT-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12987288#action_12987288
]
David Reiss commented on THRIFT-1048:
-------------------------------------
We still use it for HashCodeBuilder as well if you request a non-stub hashCode.
> 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.