Message11867

Author jeff.allen
Recipients jeff.allen
Date 2018-04-01.16:26:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522599964.78.0.467229070634.issue2663@psf.upfronthosting.co.za>
In-reply-to
Content
javax.xml.bind.DatatypeConverter is not present in Java 9. This prevents use with Java 9.

We are using it in core.ByteCodeLoader and compiler.Module in order to convert to/from Base64. However, we have our own code for that (in the codecs module), which I think could be applied here.

There is a java.util.Base64 class in Java 8, but it is not available in 7, which we intend to support a little while longer.
History
Date User Action Args
2018-04-01 16:26:04jeff.allensetrecipients: + jeff.allen
2018-04-01 16:26:04jeff.allensetmessageid: <1522599964.78.0.467229070634.issue2663@psf.upfronthosting.co.za>
2018-04-01 16:26:04jeff.allenlinkissue2663 messages
2018-04-01 16:26:04jeff.allencreate