[#1040] Add java.sql.SQLException to init at build time
This commit is contained in:
parent
11cf09b6f3
commit
cbfb1b54b7
1 changed files with 2 additions and 0 deletions
|
|
@ -1,3 +1,4 @@
|
|||
|
||||
ImageName=bb
|
||||
Args=-H:+ReportExceptionStackTraces \
|
||||
-J-Dborkdude.dynaload.aot=true \
|
||||
|
|
@ -12,6 +13,7 @@ Args=-H:+ReportExceptionStackTraces \
|
|||
--report-unsupported-elements-at-runtime \
|
||||
--initialize-at-build-time=com.fasterxml.jackson \
|
||||
--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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue