| 4 Feb 2025 |
samasaur | obviously hydra-check is checking unstable, which I believe is neither current master nor my branch-off commit | 06:45:57 |
FliegendeWurst | In reply to @samasaur:matrix.org for example I tested gama and it failed to build locally both on the tip of my PR and on the commit I branched off of master, but I know that it built on hydra because when I originally tried to build it locally on the branch-off commit it downloaded from cache.nixos.org and I had to pass --check to nix-build to get it to actually try building (where it then failed) Then you most likely found a bug in the gama package. If it built on Hydra it should also build locally. (given enough RAM, disk, etc.) | 07:09:10 |
FliegendeWurst | I'd say you can ignore the nixpkgs-review result then | 07:09:39 |
samasaur | I didn't try all the packages but I'm happy with that conclusion. I didn't see anything in nixpkgs that relied on the old output layout of the JDKs, so I really would be surprised if anything broke | 20:52:50 |
| 6 Feb 2025 |
| robsliwi joined the room. | 09:00:48 |
| Alice joined the room. | 09:18:15 |
raboof | if I'd like to test a project with a Java 24 EA JDK on NixOS, what would be the recommended approach? | 11:31:40 |
raboof | (a project that's not in nixpkgs itself, for now) | 11:32:12 |
| SomeoneSerge (utc+3) changed their display name from SomeoneSerge (Gand St. Pieters) to SomeoneSerge (UTC+U[-12,12]). | 17:51:00 |
| 7 Feb 2025 |
nbathum | you could bring in your branch for #368598 as a local overlay | 22:20:58 |
| terrorjack left the room. | 22:28:01 |
| terrorjack joined the room. | 22:45:10 |
| 8 Feb 2025 |
| terrorjack set a profile picture. | 02:24:23 |
| terrorjack removed their profile picture. | 02:24:59 |
raboof | right, that's what I'm doing for now. what would be the longer-term strategy though? merging (a variant of that PR), or making it easier to have out-of-tree derivations for JVMs? | 10:54:34 |
| 9 Feb 2025 |
| ollijh joined the room. | 09:52:52 |
| 15 Feb 2025 |
| BenjB83 joined the room. | 10:14:55 |
| BenjB83 changed their display name from Benjamín Buske to BenjB83. | 10:43:02 |
| 24 Feb 2025 |
| @silvio:booq.org joined the room. | 01:06:16 |
@silvio:booq.org | Hey 🙂 I'm trying to package https://github.com/p2-inc/keycloak-magic-link with the buildMavenPackage approach . While building the maven-deps I get an error ERROR_INJECTING_CONSTRUCTOR. Building inside a docker container with mvn clean install works fine though, so I don't think there is a bug in the application. I have absolutely no clue about Java and I'd really appreciate anything that would point me into the right direction. This is the derivation I came up with: https://github.com/Lykos153/nur-packages/pull/23/files . To reproduce: nix build github:lykos153/nur-packages?ref=pkgs/keycloak-magic-link#keycloak-magic-link | 01:29:18 |
| 6 Mar 2025 |
| msgilligan joined the room. | 23:18:38 |
| 19 Mar 2025 |
| jkxyz left the room. | 16:18:03 |
| 26 Mar 2025 |
Tomodachi94 (they/them) | The Java team has been pinged for the 25.05 feature freeze: https://github.com/NixOS/nixpkgs/issues/393359 | 23:58:46 |
| 27 Mar 2025 |
Tomodachi94 (they/them) | Gradle 9.0 is supposed to be released sometime in Q2 of 2025 according to a blog post: https://gradle.org/whats-new/gradle-9/
If it is actually released before the NixOS release date, I personally want to drop Gradle 7 by then | 00:00:09 |
Tomodachi94 (they/them) | Maven 4.0.0 is currently in the middle of the release candidate phase, so I think it's feasible to upgrade to it before 25.05 is released | 00:01:20 |
Tomodachi94 (they/them) | I don't anticipate any breaking releases from Ant, development seems to have slowed down | 00:02:14 |
msgilligan | Gradle 9 sounds like wishful thinking to me. Gradle 8.14 is in the works and there is a milestone-5, but no rc's yet. | 00:03:21 |
msgilligan | Gradle 8.14 is needed to be able to build for JDK 24, but still requires JDK 23 to run Gradle itself. | 00:05:04 |
Tomodachi94 (they/them) | Cc @chayleaf @FliegendeWurst @Infinidoge 🏳️⚧️ | 00:05:36 |
Tomodachi94 (they/them) | Cc @chayleaf @FliegendeWurst @Infinidoge 🏳️⚧️ (context: Java team members) | 00:06:17 |