[
https://issues.apache.org/jira/browse/THRIFT-2260?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Gaul updated THRIFT-2260:
--------------------------------
Attachment: THRIFT-2260.patch
Pull request also available at:
https://github.com/apache/thrift/pull/64
> Thrift imposes unneeded dependency on commons-lang3
> ---------------------------------------------------
>
> Key: THRIFT-2260
> URL: https://issues.apache.org/jira/browse/THRIFT-2260
> Project: Thrift
> Issue Type: Improvement
> Components: Java - Compiler
> Affects Versions: 0.9.1
> Reporter: Andrew Gaul
> Priority: Minor
> Fix For: 0.9.2
>
> Attachments: THRIFT-2260.patch
>
>
> Thrift depends on commons-lang3, yet only uses HashCodeBuilder. We can rely
> on the default List.hashCode implementation and remove this 300 KB
> dependency. This will prepare the generator for removing the hashcode option
> and always generating high-quality hash codes.
--
This message was sent by Atlassian JIRA
(v6.1#6144)