summaryrefslogtreecommitdiff
path: root/pkgs/development/libraries/java
AgeCommit message (Collapse)Author
2023-02-19treewide:replace http by https when https is a permanent redirectionFerry Jérémie
2023-02-16lombok: 1.18.24 -> 1.18.26R. Ryantm
2023-01-22Merge pull request #195958 from r-ryantm/auto-update/commons-daemonWeijia Wang
commonsDaemon: 1.3.1 -> 1.3.3
2023-01-22treewide: replace http by https when https is a permanent redirectionFerry Jérémie
2022-12-19Merge pull request #205357 from bachp/jffi-1.3.10Pascal Bach
Jffi 1.3.10
2022-12-15lib.replaceChars: warn about being a deprecated aliasArtturin
replaceStrings has been in nix since 2015(nix 1.10) so it is safe to remove the fallback https://github.com/nixos/nix/commit/d6d5885c1567454754a0d260521bafa0bd5e7fdb
2022-12-09jffi: 1.3.9 -> 1.3.10Pascal Bach
2022-12-02commonsDaemon: 1.3.1 -> 1.3.3R. Ryantm
2022-11-27commonsBcel: 5.2 -> 6.6.1Thomas Gerbet
Fixes CVE-2022-42920. https://www.apache.org/dist/commons/bcel/RELEASE-NOTES.txt
2022-11-20commonsCompress: 1.21 -> 1.22R. Ryantm
2022-11-01hsqldb: 2.7.0 -> 2.7.1R. Ryantm
2022-08-17Merge pull request #184321 from r-ryantm/auto-update/lombokSebastián Mancilla
lombok: 1.18.22 -> 1.18.24
2022-08-07hsqldb: 2.6.1 -> 2.7.0R. Ryantm
2022-07-31lombok: 1.18.22 -> 1.18.24R. Ryantm
2022-06-25commonsDaemon: 1.3.0 -> 1.3.1R. Ryantm
2022-06-04treewide: set sourceProvenance for packages containing downloaded jarsRobert Scott
these are the easily identifiable cases and will not be comprehensive
2022-05-30treewide: pkgs/development/libraries: mark broken for darwinRick van Schijndel
2022-05-23treewide: extraPostFetch -> postFetchArtturin
2022-05-01Merge pull request #164861 from r-ryantm/auto-update/commons-daemonSandro
commonsDaemon: 1.2.4 -> 1.3.0
2022-03-26jffi: init at 1.3.9Pascal Bach
2022-03-19commonsDaemon: 1.2.4 -> 1.3.0R. Ryantm
2022-03-16hydraAntLogger: switch to fetchFromGitHubFelix Buehler
2022-02-06gwtwidgets: removec0bw3b
It's a dead project: https://sourceforge.net/projects/gwt-widget/ Not compatible with latest GWT 2.x
2022-02-06gwtdragdrop: removec0bw3b
Upstream says it's unmaintained: https://github.com/fredsa/gwt-dnd
2022-01-30Merge #149879: commons-fileupload: 1.3.1 -> 1.4Vladimír Čunát
2022-01-25lombok: 1.18.20 -> 1.18.22R. RyanTM
(#152792)
2022-01-03Treewide: fix some permanent redirects on homepagesRenaud
(#153213) Issue #60004
2021-12-29treewide: fix homepages with permanent redirect to httpsBen Siraphob
2021-12-11Merge branch 'master' into staging-nextDmitry Kalinkin
Conflicts: pkgs/development/python-modules/celery/default.nix pkgs/development/python-modules/kombu/default.nix
2021-12-11Merge pull request #150112 from r-ryantm/auto-update/hsqldbJörg Thalheim
hsqldb: 2.6.0 -> 2.6.1
2021-12-11commonsIo: 2.8.0 -> 2.11.0R. Ryantm
2021-12-10hsqldb: 2.6.0 -> 2.6.1R. Ryantm
2021-12-09commons-fileupload: 1.3.1 -> 1.4FliegendeWurst
2021-11-30pkgs/development: rename name to pname&versionFelix Buehler
2021-11-30Merge pull request #145406 from SuperSandro2000/dbus-libsSandro
2021-11-26Merge pull request #147115 from Stunkymonkey/jdom-builderSandro
2021-11-26Merge pull request #147113 from Stunkymonkey/lucene-builderSandro
2021-11-23httpunit: remove builder.sh (#147110)Felix Bühler
2021-11-23lucene: remove builder.shFelix Buehler
2021-11-23jdom: remove builder.shFelix Buehler
2021-11-21Merge pull request #146754 from Stunkymonkey/gwt-dnd-builderThiago Kenji Okada
gwtdragdrop: remove builder.sh
2021-11-21gwtwidgets: remove builder.shFelix Buehler
2021-11-21gwtdragdrop: remove builder.shFelix Buehler
2021-11-17Merge pull request #146252 from Stunkymonkey/mockobjects-builderSandro
2021-11-17dbus-java: switch to pname+version, formatSandro Jäckel
2021-11-16mockobjects: remove builder.shFelix Buehler
2021-11-16smack: remove builder.shFelix Buehler
2021-10-27swt: less arbitrary LFLAGS & cleanupbb010g
Cleaner nested unpacking, as well as general robustness improvements. Turns out the LFLAGS stuff was from upstream not trusting pkg-config on their boxes, but it works great for us. (Or rather, it works great after fixing some of their pkg-config invocations.) Assisted by the diffoscope ( https://diffoscope.org/ ) and readelf grepping based on its output.
2021-10-27swt: make reproduciblebb010g
2021-10-27releaseTools.antBuild: removebb010g
The sole consumer in Nixpkgs of `releaseTools.antBuild` is `pkgs/development/libraries/junit`, which has been broken since 2015-09-08. The sole consumer in Nixpkgs of `junit` is `pkgs/development/libraries/junixsocket`, which hasn't built due to `junit` since 2015-09-08. All three are removed due to their obvious lack of use. All other packages in Nixpkgs depending on junit consume `pkgs/development/java-modules/junit`, which is not broken. Any downstreams that have kept using these `junit` or `junixsocket` packages since 2015-09-08 have basically already vendored the packages via patching them, so no aliases are provided.