Latest jdk8#301 disables TLS 1.0/1.1 used by default by the not up-to-date mysql jdbc connectors.
This leads to errors like this: `javax.net.ssl.SSLHandshakeException:No appropriate protocol`.
A workaround is to set the enabledTLSProtocols=TLSv1.2 jdbc url parameter explicitly.