clojure

jumar 2025-12-22T09:04:01.198659Z

Should Java 25 be added here? https://clojure.org/guides/install_clojure#java

Ludger Solbach 2025-12-22T13:08:51.524619Z

And Java 8 dropped?

Ludger Solbach 2025-12-22T13:09:06.852779Z

@alexmiller?

seancorfield 2025-12-22T15:39:23.353839Z

Clojure 1.12 stills supports Java 8. Clojure 1.13 will likely drop that (and move to a baseline of JDK 17 maybe?).

Alex Miller (Clojure team) 2025-12-22T16:30:05.628189Z

I updated from 21 to 25 there

seancorfield 2025-12-22T20:44:12.274709Z

@alexmiller Doesn't look like you pushed that change?

2025-12-22T22:37:12.528319Z

Confirming it looks updated to me currently

2025-12-22T22:38:04.656469Z

> supports Java LTS releases (currently Java 8, 11, 17, 21, and 25)

seancorfield 2025-12-22T22:41:13.449339Z

Oh, weird, GH wasn't even showing me the commit made today on clojure-site ... now I see that (on a different machine).

salam 2025-12-22T23:36:25.998469Z

this line should perhaps be updated as well: https://github.com/clojure/clojure/blob/master/.github/workflows/test.yml#L13