You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tika.apache.org by "Jukka Zitting (JIRA)" <ji...@apache.org> on 2009/05/20 22:30:45 UTC

[jira] Resolved: (TIKA-222) Drop commons-codec dependency from tika-core

     [ https://issues.apache.org/jira/browse/TIKA-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jukka Zitting resolved TIKA-222.
--------------------------------

    Resolution: Fixed

Resolved in revision 769427.

> Drop commons-codec dependency from tika-core
> --------------------------------------------
>
>                 Key: TIKA-222
>                 URL: https://issues.apache.org/jira/browse/TIKA-222
>             Project: Tika
>          Issue Type: Improvement
>            Reporter: Jukka Zitting
>            Assignee: Jukka Zitting
>             Fix For: 0.4
>
>
> The only use of commons-codec in tika-core is in the MagicMatch class, where it's used to parse hexadecimal representation of bytes.
> We could replace that with Byte.parseByte(..., 16).

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.