imgix / imgix-java

A Java client library for generating URLs with imgix
https://www.imgix.com
BSD 2-Clause "Simplified" License
19 stars 8 forks source link

Use java.util.Base64 for base64 encoding #28

Closed hashknot closed 6 years ago

hashknot commented 6 years ago

javax.xml.bind.DatatypeConverter has been removed in Java 10; use java.util.Base64 instead. This should fix #27, too.