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

[jira] [Assigned] (OOZIE-3463) Migrate from com.google.common.base.Charsets to java.nio.charset.StandardCharsets

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

duan xiong reassigned OOZIE-3463:
---------------------------------

    Assignee: duan xiong

> Migrate from com.google.common.base.Charsets to java.nio.charset.StandardCharsets
> ---------------------------------------------------------------------------------
>
>                 Key: OOZIE-3463
>                 URL: https://issues.apache.org/jira/browse/OOZIE-3463
>             Project: Oozie
>          Issue Type: Improvement
>            Reporter: Andras Salamon
>            Assignee: duan xiong
>            Priority: Major
>
> Oozie usesĀ {{com.google.common.base.Charsets}} in several places. Since Java 1.7 it's much easier to use the builtin {{java.nio.charset.StandardCharsets}} class as suggested [here|https://stackoverflow.com/a/16066990/21348].
> We should also {{name()}} instead of {{toString()}}.



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