NixOS JVM | 121 Members | |
| 26 Servers |
| Sender | Message | Time |
|---|---|---|
| 19 Sep 2025 | ||
| I need to finish my “JDK dashboard” effort 😁 | 16:53:41 | |
| I can take a look later today | 16:57:26 | |
| Using my WIP dashboard script it seems that the following are "behind": 17.0.12 -> 17.0.16 11.0.24 -> 11.0.28 | 17:05:17 | |
(I ran that on aarch64-darwin, so it didn't check 8, I haven't updated it to check all platforms) | 17:09:35 | |
| can we drop 8 yet 🫠 | 17:11:21 | |
| * Using my WIP dashboard script it seems that the following are "behind": (This is for | 17:12:28 | |
| On
| 17:14:06 | |
In reply to @emilazy:matrix.orgthat would come rather suddenly... for now | 17:15:14 | |
* ~~On aarch64-linux against master, I'm getting~~ (Let me re-do this) | 17:17:12 | |
| it is not even a little bit sudden | 17:17:28 | |
* aarch64-linux against master, I'm getting | 17:17:28 | |
| 7 years since the release of the LTS after it | 17:18:17 | |
| I think we should charge for it 🤣 | 17:19:05 | |
| now is definitely the time to move away from java 8 for things that haven't already, but it's not EOL yet | 17:21:50 | |
| I have a $0 bet going with myself that Java 8 will somehow get an even more extended EOL date | 17:39:49 | |
| As long as companies are willing to pay for it... | 17:40:24 | |
| there's no rule that says distributions have to keep every piece of software until it goes EOL though. especially not 5 more years for a version that requires quite a lot of patching and derivation complexity already | 17:45:55 | |
| the binaries are one thing since those are low-maintenance | 17:46:08 | |
| IIRC Debian already dropped 8 a while back | 17:46:10 | |
| it's not used by much in the tree. I think it is basically just old Minceraft versions that haven't had people patch them for newer Java already. which the binary would suffice fine for | 17:46:40 | |
| of course enterprises will probably pay to keep it alive until the sun goes out, but they're not paying Nixpkgs… | 17:47:09 | |
| yeah, sorry, should've phrased it differently, didn't mean to imply all of that | 17:49:21 | |
| I'm just crabby about al lthe conditionals I ahd to add for 8 :P | 17:50:16 | |
| Minecraft folks should finish porting all the other versions so that nobody has use for it any more | 17:50:35 | |
| enterprises insisting on sticking to a particular version should have that version be their problem entirely :p | 17:50:59 | |
| as an archive enthusiast and old minecraft enjoyer it feels wrong that any maintenance would be required for old software, sometimes that feeling leaks out a bit too much | 17:54:17 | |
| If Java 8 gets dropped by Nixpkgs, I might bring a copy of it over to nix-minecraft for that reason, tbh | 17:55:19 | |
I made a repo with my hacked-together, proof-of-concept, incomplete nix-jdk-dashboard utility. It's basically a combination of Nix, BASH, and jq but it might be useful to someone. And if any of the Nix experts in here have any suggestions for improvement, I'd love to hear them. | 18:09:00 | |
| Two major missing pieces are:
| 18:10:19 | |
| But the following command:
| 18:10:45 | |