From 207e22a6fa04184e609f2aa5af73a382efddc19a Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Mon, 21 Jun 2021 14:38:15 +0200 Subject: [PATCH] explicit --- script/compile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/compile b/script/compile index 00cb8d0c..525b76f6 100755 --- a/script/compile +++ b/script/compile @@ -45,7 +45,7 @@ args=( "-jar" "$BABASHKA_JAR" "-H:IncludeResources=BABASHKA_VERSION" "-H:IncludeResources=SCI_VERSION" "-H:ReflectionConfigurationFiles=reflection.json" - "--initialize-at-build-time" + "--initialize-at-build-time=clojure,sci.impl,selmer,babashka.nrepl,babashka.impl.clojure.java,babashka.impl,rewrite_clj.node,bencode,rewrite_clj.parser,babashka.impl.clojure,org.httpkit,rewrite_clj.custom_zipper,rewrite_clj.zip,borkdude.graal,babashka.nrepl.impl,babashka.pods,cognitect,babashka,edamame.impl,cheshire,rewrite_clj,hiccup,sci,borkdude,flatland.ordered,babashka.pods.impl,clj_yaml,babashka.impl.clojure.core,datascript,hf.depstar,babashka.impl.tools,sci.addons,babashka.impl.clojure.test" #"-H:+PrintAnalysisCallTree" # "-H:+DashboardAll" # "-H:DashboardDump=reports/dump" @@ -59,7 +59,7 @@ args=( "-jar" "$BABASHKA_JAR" "--no-fallback" "--no-server" "--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" "--verbose"