about summary refs log tree commit diff
path: root/pkgs/development/tools/java
AgeCommit message (Collapse)AuthorFilesLines
2024-03-26Merge pull request #299001 from jlesquembre/jl/jextractPol Dellaiera1-97/+0
jextract: unstable-2023-11-27 -> unstable-2024-03-13
2024-03-26jextract: unstable-2023-11-27 -> unstable-2024-03-13José Luis Lafuente1-97/+0
Closes #293102
2024-03-20visualvm: 2.1.7 -> 2.1.8R. Ryantm1-2/+2
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm5-0/+5
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-12-13jextract: 2023-04-14 -> 2023-11-27 (JDK 21) (#271127)Sean Gilligan1-5/+5
This updates jextract to use JDK 21 and to be be based on the commit described as "Update jextract 21 with latest fixes" and as of 2023-12-12 is the latest commit on `master`. Co-authored-by: Sharzy <me@sharzy.in>
2023-10-21Merge pull request #262371 from makefu/pkgs/dex2jar/bumpNick Cao1-3/+3
dex2jar: 2.1 -> 2.4
2023-10-20dex2jar: 2.1 -> 2.4makefu1-3/+3
2023-10-04visualvm: 2.1.6 -> 2.1.7R. Ryantm1-2/+2
2023-09-07java-language-server: 0.2.38 -> 0.2.46Philipp Mildenberger1-4/+4
2023-08-11treewide: noop: refer to `src.name` or similar where appropriate, part 3: ↵Jan Malakhovski1-1/+1
more use cases This continues where d8f7f6a5cee067b81bfaaa3aa079adb94ed7c01e left off. Similarly to that commit, this commit this also points `sourceRoot`s to `src.name` and similar instead of keeping hardcoded names, and edits other derivation attrs do do the same, where appropriate. Also, similarly to d8f7f6a5cee067b81bfaaa3aa079adb94ed7c01e some of expressions this edits use `srcs` attribute with customly-named sources, so they have to be moved into `let` blocks to keep evaluation efficient (the other, worse, way to do this would to recurcively refer to `elemAt n finalAttrs.srcs` or, similarly, with `rec`).
2023-08-09Merge pull request #244283 from emilytrau/dex2jarWeijia Wang1-11/+12
dex2jar: 2.0 -> 2.1
2023-08-07jextract: install with bundle binariesSprite1-6/+3
2023-08-06Merge pull request #241099 from SharzyL/jextract-initNick Cao1-0/+99
jextract: init at unstable-2023-04-14
2023-07-31treewide: fix mvnHashWeijia Wang1-1/+1
2023-07-31treewide: cleanup maven packagesWeijia Wang1-2/+1
2023-07-19dex2jar: 2.0 -> 2.1Emily Trau1-11/+12
2023-07-02jextract: init at unstable-2023-04-14SharzyL1-0/+99
2023-06-20treewide: replace mavenfod with buildMavenPackageWeijia Wang1-2/+2
2023-06-20maven: adjust hashes of pull-maven-dependencies derivationsTillerino1-1/+1
Since the newer Maven pulls different versions of its own dependencies, the hashes of these derivations all changed.
2023-06-20java-language-server: convert to mavenfodWeijia Wang1-42/+7
2023-04-28jprofiler: 13.0.2 -> 13.0.6Weijia Wang1-4/+4
2023-04-28jprofiler: darwin: 11.1.4 -> 13.0.2Weijia Wang1-10/+13
2023-04-21visualvm: 2.1.5 -> 2.1.6R. Ryantm1-2/+2
2023-02-03treewide: add strictDeps = true to most packages depending on ocamlUlrik Strid1-1/+4
2022-10-22visualvm: 2.1.4 -> 2.1.5R. Ryantm1-2/+2
2022-07-31visualvm: 2.1.2 -> 2.1.4R. Ryantm1-2/+2
2022-07-01jprofiler: init at 13.0.2Kirill A. Korinsky1-0/+99
2022-06-04treewide: set sourceProvenance for packages containing downloaded jarsRobert Scott2-0/+2
these are the easily identifiable cases and will not be comprehensive
2022-02-25treewide: switch all desktop file generators to new APIK9001-1/+1
Notably: - remove explicit arguments that match the defaults - convert everything to the right Nix types
2022-02-01sawjap: make build src name independentJonathan Ringer1-1/+1
(cherry picked from commit a78ad036e27a34fa99c4a6600572c3c50ad0d01f)
2022-01-31visualvm: 2.1.1 -> 2.1.2R. Ryantm1-2/+2
2022-01-02visualvm: 2.1 -> 2.1.1R. RyanTM1-2/+2
(#143299)
2021-12-21cfr: 0.151 -> 0.152R. Ryantm1-2/+2
2021-11-10treewide: quote urls according to rfc 0045 (#145260)xaverdh1-1/+1
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-10-20sawjap: init at 1.5.10Vincent Laporte1-0/+28
`sawjap` is a small standalone program that transforms `.class` files in `JBir` form and pretty-prints the result.
2021-08-17visualvm: 2.0.7 -> 2.1R. RyanTM1-2/+2
2021-08-10java-language-server: init at 0.2.38 (#131262)hqurve1-0/+96
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-18various: cleanup of "inherit version;"Felix Buehler1-23/+22
2021-04-29visualvm: 2.0.6 -> 2.0.7Jonathan Ringer1-5/+2
2021-02-09visualvm: 2.0.5 -> 2.0.6R. RyanTM1-2/+2
2021-02-07cfr: 0.150 -> 0.151R. RyanTM1-2/+2
2021-01-23pkgs/development/tools: stdenv.lib -> libBen Siraphob5-11/+11
2020-11-27visualvm: 2.0.4 -> 2.0.5R. RyanTM1-2/+2
2020-08-24visualvm: 2.0.3 -> 2.0.4R. RyanTM1-2/+2
2020-07-18visualvm: 2.0.2 -> 2.0.3R. RyanTM1-2/+2
2020-06-25treewide: remove deprecated value `Application` from makeDesktopItemzowoq1-1/+1
2020-06-17visualvm: 2.0 -> 2.0.2R. RyanTM1-2/+2
2020-06-01treewide: replace SRI hashesDaiderd Jordan1-1/+1
2020-05-28Merge pull request #88425 from makefu/pkgs/dex2jar/initJörg Thalheim1-0/+44
dex2jar: init at 2.0
2020-05-28dex2jar: init at 2.0makefu1-0/+44