summaryrefslogtreecommitdiff
path: root/pkgs/development/java-modules (follow)
Commit message (Expand)AuthorAgeFilesLines
* postgresql_jdbc: 42.2.5 -> 42.2.20•••Fixes CVE-2020-13692. Thomas Gerbet2021-05-011-2/+4
* maven: use default jdk•••While builds using maven are relatively likely to target jdk8, they typically support building using default jdk. The main exception is the default jdk no longer supports targeting JRE's before version 8. For projects that do that we can override the jdk version for the maven used there. Arnout Engelen2021-02-232-4/+21
* treewide: remove stdenv where not neededPavol Rusnak2021-01-254-4/+4
* pkgs/development: stdenv.lib -> libBen Siraphob2021-01-244-13/+13
* treewide: with stdenv.lib; in meta -> with lib;•••Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix Profpatsch2021-01-112-4/+4
* javaPackages: add upgraded packages•••These are packages required to build Sourcetrail Java support - maven-compiler-plugin 3.2 - plexus-compiler-api 2.4 - plexus-compiler-javac 2.4 - plexus-compiler-manager 2.4 midchildan2020-10-226-0/+92
* javaPackages.jogl_2_3_2: use jdk8Gabriel Ebner2020-09-191-2/+3
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-104-6/+6
* jogl: remove #37364 workaroundvolth2019-09-151-6/+3
* treewide: remove redundant recvolth2019-08-2876-86/+86
* treewide: name -> pnamevolth2019-08-171-1/+2
* treewide: name -> pname (easy cases) (#66585)•••treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pnamevolth2019-08-151-1/+1
* treewide: fix redirect URLsRyan Mulligan2019-07-101-1/+1
* treewide: remove unused variables (#63177)•••* treewide: remove unused variables * making ofborg happy volth2019-06-162-2/+2
* nixpkgs: reorganize the postgresql extensions•••This is a backwards compatible change; it mostly puts all the extensions for postgresql in a common directory to keep them isolated. It also moves a few things that /were not/ extensions out into other parts of the filesystem namespace; namely the postgresql_jdbc and psqlodbc libraries were moved under development/java-modules and development/libraries, respectively. Because these libraries use the libpq postgresql client drivers, they're less sensitive to underlying version changes anyway (since the protocol is relatively stable). No attributes were renamed or harmed in the creation of this patch. Signed-off-by: Austin Seipp <aseipp@pobox.com> Austin Seipp2019-01-191-0/+26
* pkgs/*: remove unreferenced function argumentsvolth2018-07-213-3/+3
* jogl: reflect recent changes in opengl (#41786)volth2018-06-101-2/+8
* treewide: use more HTTPS URLs•••Uses the HTTPS url for cases where the existing URL has a permanent redirect. For each domain, at least one fixed derivation URL was downloaded to test the domain is properly serving downloads. Also fixes jbake source URL, which was broken. Ryan Mulligan2018-03-241-1/+1
* jogl: temporary workaround for openjdk8volth2018-03-191-2/+6
* jogl: init at 2.3.2volth2018-03-191-0/+56
* buildMavenPackage: Use concatStringsSepTuomas Tynkkynen2018-02-111-2/+2
* Change many homepage urls from http to https #30636Pascal Wittmann2017-11-101-1/+1
* treewide: use boolToString functionFranz Pletz2017-04-111-1/+1
* javaPackages: Use artifactId/groupIdTim Steinbach2017-02-1372-549/+549
* Create mavenLibsTim Steinbach2016-11-153-47/+86
* Complete hello world with testTim Steinbach2016-11-1528-13/+412
* maven_hello: Add 1.1, add ability to choose skipping testsNeQuissimus2016-11-142-4/+11
* junit_4_12 part 2Tim Steinbach2016-11-1423-5/+350
* Finish maven-hello / frameworkTim Steinbach2016-11-1443-180/+735
* FixupTim Steinbach2016-11-146-138/+164
* Partial maven-helloTim Steinbach2016-11-1436-6/+871
* Partial junit_4_12Tim Steinbach2016-11-1433-0/+988
* Build supportTim Steinbach2016-11-142-0/+47