| 24 Sep 2025 |
msgilligan | I already pushed the update | 16:03:46 |
msgilligan | Redacted or Malformed Event | 16:04:10 |
msgilligan | I'm only adding 25, not included the updates to the other versions which are (hopefully) making there way to unstable. | 16:04:39 |
msgilligan | * I'm only adding 25, not including the updates to the other versions which are (hopefully) making there way to unstable. | 16:04:49 |
msgilligan | * I'm only adding 25, not including the updates to the other versions which are (hopefully) making their way to unstable. | 16:05:00 |
msgilligan | https://github.com/NixOS/nixpkgs/pull/443894/files | 16:05:44 |
msgilligan | nixpkgs-review on aarch64-darwin passed. | 16:09:43 |
msgilligan | Is there a way to do something like this as a shell one-liner:
nix shell 'nixpkgs#gradle_9.override { jdk = nixpkgs.zulu25; }'
| 19:31:20 |
msgilligan | The above fails with error: getting status of '/Users/sean/github/nixos/nixpkgs/nixpkgs': No such file or directory | 19:31:54 |
msgilligan | or do I have to make a little devShell file? | 19:32:20 |
msgilligan | I'm trying to fix a warning that is displayed when nixpkgs#gradle_9 (and probably gradle_8, too) is run with JDK 25 or 25:
WARNING: A restricted method in java.lang.System has been called
WARNING: java.lang.System::load has been called by net.rubygrapefruit.platform.internal.NativeLibraryLoader in an unnamed module (file:/nix/store/d2icx77lh6px4lxhb8z63xvdc19252p5-gradle-9.1.0/lib/gradle/lib/native-platform-0.22-milestone-28.jar)
WARNING: Use --enable-native-access=ALL-UNNAMED to avoid a warning for callers in this module
WARNING: Restricted methods will be blocked in a future release unless native access is enabled
| 19:47:01 |
msgilligan | I guess I can just bump the defaultJava in the gradle package and run directly from there. (I assume that shortly after we integrate openjdk25 we will want to set defaultJava = jdk25 for gradle_9) | 19:50:46 |
emily | 25 is the new LTS, right? so we'll want it to be default across the board | 19:54:34 |
emily | (sorry for my limited ability to review stuff right now, it has been a very busy week for me) | 19:55:06 |
msgilligan | Gradle 8 won’t work with JDK 25, so it has to stay at JDK 21 | 19:56:42 |
| 25 Sep 2025 |
msgilligan | Here's an update on what's going on with Temurin 25 for aarch64-linux: https://github.com/adoptium/temurin-build/issues/4258 | 20:17:55 |
msgilligan | * Here's an update on what's going on with Temurin 25 for aarch64-linux: https://github.com/adoptium/temurin-build/issues/4258
[aarch64-linux] platform has recently lost one of our cloud providers which has given us some capacity/setup issues but it is close to completion.
| 20:18:42 |
msgilligan | Actually (since I last checked) it looks like it's ready. Let me try updating the temurin-bin-25 PR... | 20:20:08 |
msgilligan | Temurin JDK 25 is here! | 20:58:08 |
msgilligan | temurin-bin-25 init: at 25 is passing nixpkgs-review on both aarch64-darwin and aarch64-linux and GHA is all green so far. | 20:59:52 |
emily | hit the button, thank you :) | 21:36:33 |
msgilligan | In reply to @emilazy:matrix.org hit the button, thank you :) Thank you! | 21:39:07 |
| 26 Sep 2025 |
msgilligan | Sometimes I love timezones: https://github.com/NixOS/nixpkgs/pull/446346 | 14:41:57 |
msgilligan | That was fast! | 14:42:05 |
msgilligan | It has the usual xxx is a new top-level package using pkgs.callPackage issue from nixpkgs-vet | 14:45:22 |
msgilligan | and I found 1-2 other issues, but it looks like a great start! | 15:11:14 |
msgilligan | All issues are resolved and I've given it my ("may not affect merge requirements") approval! | 16:30:23 |
emily | "rev": "refs/tags/25+29" but "init at 25+36"? | 18:10:01 |
msgilligan | That's JavaFX | 18:14:28 |
msgilligan | It confused me too | 18:14:44 |