Future SSL fix

This commit is contained in:
Michiel Borkent 2021-01-27 17:04:23 +01:00
parent 0e748e7684
commit 4f642984af

View file

@ -56,6 +56,7 @@ args=( "-jar" "$BABASHKA_JAR"
"--no-server"
"--report-unsupported-elements-at-runtime"
"--initialize-at-run-time=org.postgresql.sspi.SSPIClient"
"--initialize-at-run-time=org.httpkit.client.ClientSslEngineFactory\$SSLHolder"
"--native-image-info"
"--verbose"
"-H:ServiceLoaderFeatureExcludeServices=javax.sound.sampled.spi.AudioFileReader"