java

2024-11-16T05:19:15.929079Z

Holy cow, does JDK 8 have amazing staying power ... from State of Clojure 2023 survey results: https://www.surveymonkey.com/stories/SM-_2BH3b49f_2FXEkUlrb_2BJSThxg_3D_3D/

😆 2
2024-11-18T23:11:05.661709Z

I’ve been exposed to quite a few environments both internal and with external clients where it is quite difficult to drop java 8 support.

2024-11-18T23:12:26.717509Z

Java 8 is like a diamond. 💍

seancorfield 2024-11-18T23:15:01.825569Z

We had one app that was tied to infrastructure that required JDK 8... until an alternative appeared earlier this year (still in beta) that allowed us to switch with minimal changes, and it is running on JDK 21 now!

❤️ 2
2024-11-18T23:15:52.803529Z

That is a nice leap forward.

2024-11-18T23:16:21.340439Z

I would much prefer to be well beyond java 8 always.

2024-11-27T19:20:00.929219Z

Post 8 oracle started being more aggressive about large scale jdk changes (things like the module system, deprecating stuff, etc). I forget there may have been some oracle jdk licensing changes around then as well.

👍 1
Alex Miller (Clojure team) 2024-11-16T05:20:36.760749Z

Way down in this years

2024-11-16T05:21:01.899779Z

I was looking up what version of JDK would include most Clojure users for releasing a JAR with .class files compiled from Java source.

2024-11-16T05:22:00.707889Z

Thanks for that tidbit. I recommended to the person who asked that they use JDK 11.

seancorfield 2024-11-16T05:31:51.360459Z

@alexmiller Looking forward to the 2024 survey results! 🙂 @andy.fingerhut I was shocked, recently, to see that Oracle adjusted the end of "extended support" for JDK 8 out to the end of 2030! https://www.oracle.com/java/technologies/java-se-support-roadmap.html

☠️ 1
seancorfield 2024-11-16T05:32:17.829409Z

(only JDK 17 onward are still under premier support)