This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-12-27
Channels
- # announcements (2)
- # babashka (24)
- # beginners (116)
- # cider (7)
- # cljsrn (6)
- # clojure (38)
- # clojure-bay-area (4)
- # clojure-europe (3)
- # clojure-losangeles (1)
- # clojure-norway (10)
- # clojurescript (171)
- # datomic (16)
- # honeysql (3)
- # improve-getting-started (1)
- # introduce-yourself (2)
- # java (12)
- # malli (5)
- # membrane (2)
- # pedestal (3)
- # shadow-cljs (79)
- # spacemacs (6)
- # xtdb (10)
Wondering if any Debian user could check if there's a working JDK21 equivalent for
$ sudo apt install openjdk-17-source openjdk-17-doc
so that we can update the relevant https://docs.cider.mx/cider/troubleshooting.html#navigation-to-jdk-sources-doesnt-work.
Same for Red Hat/Fedora/CentOS:
$ sudo dnf install java-17-openjdk-src java-17-openjdk-javadoc
Apparently it's there https://tracker.debian.org/pkg/openjdk-21 but I'd appreciate someone actually running this stuff 🙂
for Debian, if you are on Bookworm (latest stable) the newest one is openjdk-17, but on Trixie (current in testing) we have openjdk-21 and 22, with sources, docs and everything
I have been using openjdk-21 from debian for some time and works no problems
I would leave the docs at open-jdk17 as an example, at least until Long-term support Linux distros start including version 22 If anyone is on a testing or rolling release then it's a reasonable expectation that they know too check if there is a later openjdk release and all versions back to 8 are still available as packages As far as I am aware there is no requirement for cider to use Java21 over java17
Or use xx
as the version and suggested using apt search --names-only openjdk
to see available versions for Debian based distros