You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Andrey Gura (JIRA)" <ji...@apache.org> on 2017/12/26 15:54:00 UTC

[jira] [Created] (IGNITE-7315) Use java.util.Base64 instead of current implementations of Base64Encoder interface

Andrey Gura created IGNITE-7315:
-----------------------------------

             Summary: Use java.util.Base64 instead of current implementations of Base64Encoder interface
                 Key: IGNITE-7315
                 URL: https://issues.apache.org/jira/browse/IGNITE-7315
             Project: Ignite
          Issue Type: Improvement
            Reporter: Andrey Gura
             Fix For: 2.4


In order to provide temp solution that is acceptable for Java 7 and Java 8+ a couple of {{Base64Encoder}} interface were introduced (see IGNITE-6734).

This implementations should be replaced by {{java.util.Base64}} after Java 7 drop.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)