You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/10/17 11:38:49 UTC

[GitHub] leanken commented on issue #6863: [FLINK-10166][table] Replace commons.codec.binary.Base64 with java.util.Base64

leanken commented on issue #6863: [FLINK-10166][table] Replace commons.codec.binary.Base64 with java.util.Base64
URL: https://github.com/apache/flink/pull/6863#issuecomment-430594457
 
 
   cc @dawidwys Updated commit. Replaced commons.codec.binary.Base64 with java.util.Base64, and basically I've search all reference of commons.codec.binary.Base64, all of them have been replaced with java.util.Base64. 
   
   And the origin encodeBase64URLSafeString should use Base64.getUrlEncode as replace candidate.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services