You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@oozie.apache.org by "Andras Salamon (JIRA)" <ji...@apache.org> on 2019/04/08 07:57:00 UTC

[jira] [Created] (OOZIE-3465) Migrate from commons-codec

Andras Salamon created OOZIE-3465:
-------------------------------------

             Summary: Migrate from commons-codec
                 Key: OOZIE-3465
                 URL: https://issues.apache.org/jira/browse/OOZIE-3465
             Project: Oozie
          Issue Type: Improvement
    Affects Versions: trunk
            Reporter: Andras Salamon


Ooize uses {{commons-codec}} 1.4 which is almost [10 years|https://commons.apache.org/proper/commons-codec/changes-report.html] old. We hardly use this library I've only found a few references to the {{Base64}} class in Oozie. Java8 defines a [Base64|https://docs.oracle.com/javase/8/docs/api/java/util/Base64.html] class which we could use instead.

We should be careful to put this jar into the sharelibs if and only if some other library requires it. 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)