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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Anton Vinogradov (Jira)
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)