summary refs log tree commit diff
path: root/pkgs/development/libraries/java/commons
Commit message (Collapse)AuthorAge
* treewide: name -> pname (easy cases) (#66585)volth2019-08-15
| | | | | | | | | treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
* commonsLang: 3.6 -> 3.9R. RyanTM2019-07-15
| | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/commons-lang/versions
* commonsLang: 3.3.2 -> 3.6 (#52915)R. RyanTM2018-12-29
| | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/commons-lang/versions
* Merge pull request #48538 from r-ryantm/auto-update/commons-compressDaniel Peebles2018-10-16
|\ | | | | commonsCompress: 1.17 -> 1.18
| * commonsCompress: 1.17 -> 1.18R. RyanTM2018-10-16
| | | | | | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/commons-compress/versions
* | commonsMath: 3.3 -> 3.6.1R. RyanTM2018-10-16
|/ | | | | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/commons-math/versions
* commonsCompress: 1.16.1 -> 1.17R. RyanTM2018-07-18
| | | | Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools. This update was made based on information from https://repology.org/metapackage/commons-compress/versions.
* commonsIo: 2.4 -> 2.6Ryan Mulligan2018-03-24
| | | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 2.6 with grep in /nix/store/5yl4dj084qj2x6xawqpbgs9bmlgxjjkb-commons-io-2.6 - found 2.6 in filename of file in /nix/store/5yl4dj084qj2x6xawqpbgs9bmlgxjjkb-commons-io-2.6 - directory tree listing: https://gist.github.com/a62494f31c4e13128a99cb347f615952
* commonsCompress: 1.8.1 -> 1.16.1Ryan Mulligan2018-03-19
| | | | | | | | | Semi-automatic update generated by https://github.com/ryantm/nix-update tools. These checks were done: - built on NixOS - Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.) - found 1.16.1 in filename of file in /nix/store/bkj0f3csgr7z46ancws66bzgcxpamq8x-commons-compress-1.16.1 - directory tree listing: https://gist.github.com/2f7f8d5e9ede388260bcf5a3e305bd80
* treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | Build-tested on x86_64 Linux & Mac.
* Adds commons-bsfVincent Laporte2014-11-13
| | | | | | | | Bean Scripting Framework (BSF) is a set of Java classes which provides scripting language support within Java applications, and access to Java objects and methods from scripting languages. Homepage: http://commons.apache.org/proper/commons-bsf/
* Adds commons-loggingVincent Laporte2014-11-13
| | | | | | Wrapper around a variety of logging API implementations Homepage: http://commons.apache.org/proper/commons-logging/
* Fixed many descriptionsPascal Wittmann2014-11-11
|
* Add commons-math (binary until I get maven build working)Daniel Peebles2014-09-20
| | | | | | | | | | | | | | Drop jakarta name from fileupload and update its version Jakarta regexp has been officially retired, and nothing in nixpkgs uses it, so let’s get rid of it. Add commons-io More commons additions/cleanup Closes #4181 Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>
* Drop the jakarta name from BCEL and update its version.Daniel Peebles2014-09-20
Closes #4180. Signed-off-by: Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>