You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Andrew Gaul (JIRA)" <ji...@apache.org> on 2013/11/11 01:08:17 UTC

[jira] [Created] (THRIFT-2260) Thrift imposes unneeded dependency on commons-lang3

Andrew Gaul created THRIFT-2260:
-----------------------------------

             Summary: 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


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)