From f4cd6c2bf12a9ffa374ab9ad8d2988a533ce8876 Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 3 Mar 2022 11:24:52 +0100 Subject: [PATCH] feat: compatibility with at-at --- src/babashka/impl/classes.clj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/babashka/impl/classes.clj b/src/babashka/impl/classes.clj index 2542879e..c8dffb56 100644 --- a/src/babashka/impl/classes.clj +++ b/src/babashka/impl/classes.clj @@ -296,7 +296,7 @@ java.sql.Date java.text.ParseException ;; adds about 200kb, same functionality provided by java.time: - ;; java.text.SimpleDateFormat + java.text.SimpleDateFormat ~@(when features/java-time? `[java.time.format.DateTimeFormatter java.time.Clock @@ -336,6 +336,8 @@ java.time.temporal.TemporalAdjuster]) java.util.concurrent.ExecutionException java.util.concurrent.LinkedBlockingQueue + java.util.concurrent.ScheduledThreadPoolExecutor + java.util.concurrent.ThreadPoolExecutor java.util.jar.Attributes$Name java.util.jar.JarFile java.util.jar.JarEntry