Files
Christian Tzolov 0acebe7c49 Fix mysql compatibility with jdk8_301
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.
2021-09-27 12:22:57 -04:00
..
2021-05-28 13:07:18 -04:00