Future SSL fix
This commit is contained in:
parent
0e748e7684
commit
4f642984af
1 changed files with 1 additions and 0 deletions
|
|
@ -56,6 +56,7 @@ args=( "-jar" "$BABASHKA_JAR"
|
||||||
"--no-server"
|
"--no-server"
|
||||||
"--report-unsupported-elements-at-runtime"
|
"--report-unsupported-elements-at-runtime"
|
||||||
"--initialize-at-run-time=org.postgresql.sspi.SSPIClient"
|
"--initialize-at-run-time=org.postgresql.sspi.SSPIClient"
|
||||||
|
"--initialize-at-run-time=org.httpkit.client.ClientSslEngineFactory\$SSLHolder"
|
||||||
"--native-image-info"
|
"--native-image-info"
|
||||||
"--verbose"
|
"--verbose"
|
||||||
"-H:ServiceLoaderFeatureExcludeServices=javax.sound.sampled.spi.AudioFileReader"
|
"-H:ServiceLoaderFeatureExcludeServices=javax.sound.sampled.spi.AudioFileReader"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue