Commit Graph

13 Commits

Author SHA1 Message Date
Ihar Hrachyshka
61eb228815 openapi-generator-cli: 7.22.0 -> 7.24.0
Release notes:
https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.23.0
https://github.com/OpenAPITools/openapi-generator/releases/tag/v7.24.0
2026-07-28 20:25:57 -04:00
FliegendeWurst
45f36c2bca openapi-generator-cli: update maven deps 2026-06-26 18:49:55 +02:00
Ihar Hrachyshka
804cdfdb8f openapi-generator-cli: 7.21.0 -> 7.22.0 2026-05-18 20:51:34 -04:00
Sandro Jäckel
d4dc95cfbc openapi-generator-cli: use minimal jre to reduce closure size
From 643 MiB to 442 MiB
2026-05-05 23:11:43 +02:00
Fabian Möller
85d0721c8b openapi-generator-cli: fix stale patch url 2026-04-07 11:55:25 +02:00
Ihar Hrachyshka
f88494e53d openapi-generator-cli: 7.18.0 -> 7.21.0 2026-03-25 19:22:30 -04:00
R. Ryantm
ae8cfcef4e openapi-generator-cli: 7.17.0 -> 7.18.0 2025-12-26 21:08:59 +00:00
eveeifyeve
f2d23ab872 openapi-generator-cli: add passthru.updateScript 2025-11-09 14:59:38 +11:00
4a-42
cbb30140cf openapi-generator-cli: 7.16.0 -> 7.17.0
Co-authored-by: Damien Cassou <damien@cassou.me>
2025-11-09 14:24:02 +11:00
R. Ryantm
9f68527a73 openapi-generator-cli: 7.15.0 -> 7.16.0 2025-10-22 17:23:15 +02:00
Ihar Hrachyshka
eea32e0b8b openapi-generator-cli: add booxter as maintainer 2025-10-01 23:49:14 -04:00
Ihar Hrachyshka
26016750ee openapi-generator-cli: build from source 2025-10-01 23:49:05 -04:00
Tomodachi94
a4dd7db0dc treewide(java-users): clean callPackage overrides, by-name some
**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.
2025-09-25 03:46:35 +00:00