This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-10-13
Channels
- # ai (5)
- # announcements (4)
- # babashka (34)
- # beginners (78)
- # biff (6)
- # calva (41)
- # cider (47)
- # clerk (1)
- # clj-commons (3)
- # clj-http (1)
- # clojure (72)
- # clojure-europe (51)
- # clojure-nl (1)
- # clojure-norway (87)
- # clojure-romania (1)
- # clojure-uk (5)
- # clojuredesign-podcast (2)
- # community-development (1)
- # conjure (2)
- # cursive (11)
- # datomic (6)
- # docker (4)
- # emacs (13)
- # exercism (20)
- # hyperfiddle (56)
- # matrix (6)
- # membrane (4)
- # nbb (11)
- # off-topic (88)
- # pathom (7)
- # pedestal (1)
- # polylith (20)
- # portal (16)
- # practicalli (1)
- # re-frame (13)
- # reagent (4)
- # reitit (2)
- # remote-jobs (7)
- # shadow-cljs (49)
- # sql (4)
It lives!
> docker run -it clojure:temurin-21-tools-deps
Unable to find image 'clojure:temurin-21-tools-deps' locally
temurin-21-tools-deps: Pulling from library/clojure
0a9573503463: Pull complete
b22f852b8fd2: Pull complete
1d826af09099: Pull complete
3997fb242eb7: Pull complete
bd03ba69a01a: Pull complete
Digest: sha256:e75b847a9a9b1f99cee326534be8d148c0ee0cef2fbb9de3ea730a409055de79
Status: Downloaded newer image for clojure:temurin-21-tools-deps
Clojure 1.11.1
user=>
🎉 4
(we're now running CI on JDK 21 -- BitBucket Pipelines -- via that image, so thank you again for making that happen!)
👍 1
OK, that was surprising... AOT build uberjars on JDK 21 and they won't run on JDK 20 because there are references to SequencedCollections in the bytecode (new in 21 I guess). Rolling back until we can upgrade QA and production (which means we're back to waiting for New Relic).