diff --git a/pods b/pods index 8bc08527..53f79da0 160000 --- a/pods +++ b/pods @@ -1 +1 @@ -Subproject commit 8bc0852799c7ae36ade12bacb7c6ede2fc91c6dc +Subproject commit 53f79da09d5da542204f3cb0161724221276dfcb diff --git a/src/babashka/impl/classes.clj b/src/babashka/impl/classes.clj index cacccd70..b6ea4d1e 100644 --- a/src/babashka/impl/classes.clj +++ b/src/babashka/impl/classes.clj @@ -147,7 +147,8 @@ :parameterTypes ["org.hsqldb.Database"]}]} `java.util.ResourceBundle {:methods [{:name "getBundle" - :parameterTypes ["java.lang.String","java.util.Locale","java.lang.ClassLoader"]}]}))) + :parameterTypes ["java.lang.String","java.util.Locale", + "java.lang.ClassLoader"]}]}))) (def java-net-http-classes "These classes must be initialized at run time since GraalVM 22.1" @@ -536,7 +537,8 @@ clojure.lang.Sequential clojure.lang.Seqable clojure.lang.Volatile - ;; the only way to check if something is a channel is to call instance? on this... + ;; the only way to check if something is a channel is to + ;; call instance? on this... clojure.core.async.impl.channels.ManyToManyChannel java.lang.AbstractMethodError java.lang.ExceptionInInitializerError @@ -628,7 +630,8 @@ (def class-map* - "This contains mapping of symbol to class of all classes that are allowed to be initialized at build time." + "This contains mapping of symbol to class of all classes that are + allowed to be initialized at build time." (gen-class-map)) (def class-map @@ -724,7 +727,8 @@ (let [all-entries (reflection-file-entries)] (spit (or (first args) - "resources/META-INF/native-image/babashka/babashka/reflect-config.json") (json/generate-string all-entries {:pretty true})))) + "resources/META-INF/native-image/babashka/babashka/reflect-config.json") + (json/generate-string all-entries {:pretty true})))) (defn public-declared-method? [c m] (and (= c (.getDeclaringClass m))