From 66197ae4163da1f5eda45d389b78ee10d094fd13 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 25 Oct 2021 12:07:34 +0200 Subject: [PATCH] [#1040] build time, not run time --- .../native-image/babashka/babashka/native-image.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/META-INF/native-image/babashka/babashka/native-image.properties b/resources/META-INF/native-image/babashka/babashka/native-image.properties index f9fc5d91..e2490aa1 100644 --- a/resources/META-INF/native-image/babashka/babashka/native-image.properties +++ b/resources/META-INF/native-image/babashka/babashka/native-image.properties @@ -12,8 +12,8 @@ Args=-H:+ReportExceptionStackTraces \ --no-server \ --report-unsupported-elements-at-runtime \ --initialize-at-build-time=com.fasterxml.jackson \ + --initialize-at-build-time=java.sql.SQLException \ --initialize-at-run-time=org.postgresql.sspi.SSPIClient \ - --initialize-at-run-time=java.sql.SQLException \ --initialize-at-run-time=org.httpkit.client.ClientSslEngineFactory$SSLHolder \ -H:ServiceLoaderFeatureExcludeServices=javax.sound.sampled.spi.AudioFileReader \ -H:ServiceLoaderFeatureExcludeServices=javax.sound.midi.spi.MidiFileReader \