<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nixos/nixpkgs.git/pkgs/development/libraries/java, branch master</title>
<subtitle>Nix Packages collection</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/'/>
<entry>
<title>saxon: update dead src.url</title>
<updated>2025-12-18T22:18:21+00:00</updated>
<author>
<name>Justin Restivo</name>
<email>justin@restivo.me</email>
</author>
<published>2025-12-18T22:18:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=4a0627748e6b4c1363e197831628e9ea56a999b1'/>
<id>4a0627748e6b4c1363e197831628e9ea56a999b1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: clean up 'meta = with' pattern</title>
<updated>2025-12-10T17:09:49+00:00</updated>
<author>
<name>Ihar Hrachyshka</name>
<email>ihar.hrachyshka@gmail.com</email>
</author>
<published>2025-12-10T16:44:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=567e8dfd8eddc5468e6380fc563ab8a27422ab1d'/>
<id>567e8dfd8eddc5468e6380fc563ab8a27422ab1d</id>
<content type='text'>
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther &lt;walther@technowledgy.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther &lt;walther@technowledgy.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>rhino: migrate to by-name</title>
<updated>2025-10-02T01:38:41+00:00</updated>
<author>
<name>Tomodachi94</name>
<email>tomodachi94@protonmail.com</email>
</author>
<published>2025-10-02T01:38:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=adda1d78ebc05133d238a1137f7b809efcf679b3'/>
<id>adda1d78ebc05133d238a1137f7b809efcf679b3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide(java-users): clean callPackage overrides, by-name some (#443954)</title>
<updated>2025-09-27T10:01:41+00:00</updated>
<author>
<name>jopejoe1</name>
<email>jopejoe1@missing.ninja</email>
</author>
<published>2025-09-27T10:01:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=5ee06ac3ee5e43940ae03cdcfe766a0112b04765'/>
<id>5ee06ac3ee5e43940ae03cdcfe766a0112b04765</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide(java-users): clean callPackage overrides, by-name some</title>
<updated>2025-09-25T03:46:35+00:00</updated>
<author>
<name>Tomodachi94</name>
<email>tomodachi94@protonmail.com</email>
</author>
<published>2025-09-18T01:42:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=a4dd7db0dc40f13289806c91c67a8bdd6f38ce96'/>
<id>a4dd7db0dc40f13289806c91c67a8bdd6f38ce96</id>
<content type='text'>
**This commit should cause no rebuilds.**

# Moving Java overrides out of all-packages

All usages of this pattern have been moved to
'let ... in' blocks.

Patterns I searched for:
* `jdk =`
* `jdk_headless =`
* `jre =`
* `jfx =`

The `jing` alias has been moved to aliases.nix, so
update the usage of `jing` in `xmloscopy` to
`jing-trang`.

cassandra was ignored because that derivation
involves code generation.

I ignored grails, because jdk is set to null by
default by an override in all-packages.nix. That
package would need a slightly larger refactor to
deal with.

Packages with a *-native variant were ignored because
those would need to be refactored.

jetbrains was ignored because that might be a special case?

I ignored virtualbox, because I did not want
to touch the usages of the pattern for other
dependencies.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
**This commit should cause no rebuilds.**

# Moving Java overrides out of all-packages

All usages of this pattern have been moved to
'let ... in' blocks.

Patterns I searched for:
* `jdk =`
* `jdk_headless =`
* `jre =`
* `jfx =`

The `jing` alias has been moved to aliases.nix, so
update the usage of `jing` in `xmloscopy` to
`jing-trang`.

cassandra was ignored because that derivation
involves code generation.

I ignored grails, because jdk is set to null by
default by an override in all-packages.nix. That
package would need a slightly larger refactor to
deal with.

Packages with a *-native variant were ignored because
those would need to be refactored.

jetbrains was ignored because that might be a special case?

I ignored virtualbox, because I did not want
to touch the usages of the pattern for other
dependencies.
</pre>
</div>
</content>
</entry>
<entry>
<title>saxon-he: 12.8 -&gt; 12.9</title>
<updated>2025-09-21T02:00:21+00:00</updated>
<author>
<name>R. Ryantm</name>
<email>ryantm-bot@ryantm.com</email>
</author>
<published>2025-09-21T02:00:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=6d7a5c9d33da9628dc7777f5f3477f97432a5c45'/>
<id>6d7a5c9d33da9628dc7777f5f3477f97432a5c45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>saxon: add -xslt symlink</title>
<updated>2025-08-18T15:35:15+00:00</updated>
<author>
<name>Marc Bornand</name>
<email>dev.mbornand@systemb.ch</email>
</author>
<published>2025-08-17T21:20:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=2b10f117913a1314f152f479193cb4bb065965b4'/>
<id>2b10f117913a1314f152f479193cb4bb065965b4</id>
<content type='text'>
Some projects that expect to be built on debian/ubuntu
search for saxon-xslt instead of saxon.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Some projects that expect to be built on debian/ubuntu
search for saxon-xslt instead of saxon.
</pre>
</div>
</content>
</entry>
<entry>
<title>treewide: run nixfmt 1.0.0</title>
<updated>2025-07-24T11:55:40+00:00</updated>
<author>
<name>Wolfgang Walther</name>
<email>walther@technowledgy.de</email>
</author>
<published>2025-07-22T13:19:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=5a0711127cd8b916c3d3128f473388c8c79df0da'/>
<id>5a0711127cd8b916c3d3128f473388c8c79df0da</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rhino: 1.7R2 -&gt; 1.8.0</title>
<updated>2025-07-12T09:37:15+00:00</updated>
<author>
<name>K900</name>
<email>me@0upti.me</email>
</author>
<published>2025-07-12T09:01:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=6b587b5f062314e7a09c3b02219715f930337961'/>
<id>6b587b5f062314e7a09c3b02219715f930337961</id>
<content type='text'>
Upstream builds with Gradle now, so yay, we can use normal tooling.
Also no more JDK8.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Upstream builds with Gradle now, so yay, we can use normal tooling.
Also no more JDK8.
</pre>
</div>
</content>
</entry>
<entry>
<title>saxon_11-he: 11.6 -&gt; 11.7 (#423118)</title>
<updated>2025-07-09T13:19:59+00:00</updated>
<author>
<name>Aleksana</name>
<email>alexander.huang.y@gmail.com</email>
</author>
<published>2025-07-09T13:19:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/nixos/nixpkgs.git/commit/?id=0cbaa544a122f4751f36170508bc95f93370fab5'/>
<id>0cbaa544a122f4751f36170508bc95f93370fab5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
