Skip to content

Commit 41ce338

Browse files
committed
[Docs] Update the supported Java and Clojure versions
1 parent 3f8725b commit 41ce338

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

doc/modules/ROOT/pages/about/compatibility.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ NOTE: We pay special attention to supporting whatever nREPL is bundled with the
1616

1717
== Java
1818

19-
CIDER officially targets Java 8, Java 11, Java 17, and the most recent rapid
20-
release version (e.g. Java 18). Generally speaking, we aim
19+
CIDER officially targets Java 8, Java 11, Java 17, Java 21 and the most recent rapid
20+
release version (e.g. Java 22). Generally speaking, we aim
2121
to support all Java releases that are currently officially supported
22-
by Oracle.
22+
by Oracle.footnote:[You can find more information about the supported Java releases https://www.oracle.com/java/technologies/java-se-support-roadmap.html[here].]
2323

2424
NOTE: The requirements for Java are pretty much ``cider-nrepl``'s requirements.
2525

@@ -28,7 +28,7 @@ You can find example commands in xref:troubleshooting.adoc#navigation-to-jdk-sou
2828

2929
== Clojure
3030

31-
CIDER targets Clojure 1.8+. As Clojure doesn't have the concept of supported releases
31+
CIDER targets Clojure 1.9+. As Clojure doesn't have the concept of supported releases
3232
we have to get a bit creative to determine the minimum version to target.
3333

3434
The minimum required Clojure version is currently derived using data

0 commit comments

Comments
 (0)