[
https://issues.apache.org/jira/browse/THRIFT-1048?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Duxbury updated THRIFT-1048:
----------------------------------
Priority: Minor (was: Major)
I'd accept a patch for this, though I'm not in any hurry to get it done.
> 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.