unic / ScalaWebTest

ScalaWebTest is a library for writing ScalaTest/Selenium based integration tests for web applications. It helps you with your basic setup and provides a new and very efficient approach to testing.
https://scalawebtest.org
Apache License 2.0
29 stars 9 forks source link

Does not compile with JDK11 #117

Closed DaniRey closed 3 years ago

DaniRey commented 4 years ago

javax.xml.bind.DatatypeConverter was removed with JDK 11. The base64 encoding functionality required by ScalaWebTest is now provided by java.util.Base64