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