This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-09-22
Channels
- # announcements (2)
- # asami (123)
- # aws (17)
- # babashka (77)
- # babashka-sci-dev (23)
- # beginners (48)
- # biff (6)
- # calva (35)
- # cider (16)
- # clj-on-windows (1)
- # clj-yaml (19)
- # clojure (36)
- # clojure-europe (78)
- # clojure-nl (5)
- # clojure-norway (8)
- # clojure-poland (3)
- # clojure-uk (16)
- # clojurescript (17)
- # cursive (6)
- # datahike (3)
- # datalevin (26)
- # duct (7)
- # emacs (41)
- # events (2)
- # fulcro (7)
- # graphql (5)
- # honeysql (13)
- # juxt (3)
- # kaocha (7)
- # lsp (5)
- # malli (12)
- # off-topic (14)
- # pathom (3)
- # portal (1)
- # rdf (9)
- # reitit (3)
- # remote-jobs (2)
- # shadow-cljs (37)
- # spacemacs (5)
- # tools-build (1)
- # tools-deps (20)
- # xtdb (2)
Hi folks! I have just bumped the clojure tools cli to
Clojure CLI version 1.11.1.1165
And started see this:
clojure -T:build one-jar :jar-file \"target/appserver.jar\"
MANDATORY_WARNING: /bootstrap/onejar/src/com/simontuffs/onejar/Boot.java, line 530: java.security.AccessController in java.security has been deprecated and marked for removal
MANDATORY_WARNING: /bootstrap/onejar/src/com/simontuffs/onejar/Boot.java, line 550: java.security.AccessController in java.security has been deprecated and marked for removal
MANDATORY_WARNING: /bootstrap/onejar/src/com/simontuffs/onejar/Boot.java, line 569: java.security.AccessController in java.security has been deprecated and marked for removal
NOTE: /bootstrap/onejar/src/com/simontuffs/onejar/JarClassLoader.java, line -1: /bootstrap/onejar/src/com/simontuffs/onejar/JarClassLoader.java uses or overrides a deprecated API.
NOTE: /bootstrap/onejar/src/com/simontuffs/onejar/JarClassLoader.java, line -1: Recompile with -Xlint:deprecation for details.
NOTE: /bootstrap/onejar/src/com/simontuffs/onejar/JarClassLoader.java, line -1: Some input files use unchecked or unsafe operations.
NOTE: /bootstrap/onejar/src/com/simontuffs/onejar/JarClassLoader.java, line -1: Recompile with -Xlint:unchecked for details.
Execution error (IllegalArgumentException) at juxt.pack.one-jar/write-jar$fn (one_jar.clj:105).
No matching clause:
Full report at:
/tmp/clojure-17969522846728305287.edn
Is anybody seeing it too? What changed with the new version?This is a problem in one of the libraries I have got. I think I'll create a small patch for having a better error message if something like this happen