clientutil depends on FBUtilities (bad)
---------------------------------------

                 Key: CASSANDRA-3299
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3299
             Project: Cassandra
          Issue Type: Bug
          Components: API, Drivers
    Affects Versions: 1.0.0
            Reporter: Eric Evans
            Assignee: Eric Evans
             Fix For: 1.0.1
         Attachments: 
v1-0001-CASSANDRA-3299-move-FBUtils-methods-for-bytes-hex-to-s.txt

clientutils' (indirect )dependency on FBUtilities (needed for tests) would 
result in huge numbers of classes being pulled in transitively.

The attached patch moves the {{bytesToHex}} and {{hexToBytes}} methods into a 
new class ({{o.a.c.utils.Hex}}), which has no external dependencies.

This should be pretty safe, but I've marked it fixfor-1.0.1 since we're so 
close to release, and because the JDBC driver can embed a snapshot jar in the 
meantime.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to