Re: [Geotools-devel] Use of sun.misc.BASE64Encoder

2017-03-15 Thread Jody Garnett
PR to swap in Java 8 Base64 Encoder / Decoder (also got apache-codec encoder to work but would prefer to avoid a dependency). https://github.com/geotools/geotools/pull/1508 -- Jody Garnett On 15 March 2017 at 18:27, Jody Garnett wrote: > I am getting a build failure in

[Geotools-devel] Use of sun.misc.BASE64Encoder

2017-03-15 Thread Jody Garnett
I am getting a build failure in eclipse out of org.geotools.xml.impl.Base64Binary: *Access restriction: The constructor 'BASE64Decoder()' is not API (restriction on required library '/Library/Java/JavaVirtualMachines/jdk1.8.0_102.jdk/Contents/Home/jre/lib/rt.jar'* I did just update my java, so