summary refs log tree commit diff
path: root/pkgs/development/java-modules
AgeCommit message (Collapse)AuthorFilesLines
2021-05-01postgresql_jdbc: 42.2.5 -> 42.2.20Thomas Gerbet1-2/+4
Fixes CVE-2020-13692.
2021-02-23maven: use default jdkArnout Engelen2-4/+21
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.
2021-01-25treewide: remove stdenv where not neededPavol Rusnak4-4/+4
2021-01-24pkgs/development: stdenv.lib -> libBen Siraphob4-13/+13
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-4/+4
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
2020-10-22javaPackages: add upgraded packagesmidchildan6-0/+92
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
2020-09-19javaPackages.jogl_2_3_2: use jdk8Gabriel Ebner1-2/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly4-6/+6
2019-09-15jogl: remove #37364 workaroundvolth1-6/+3
2019-08-28treewide: remove redundant recvolth76-86/+86
2019-08-17treewide: name -> pnamevolth1-1/+2
2019-08-15treewide: name -> pname (easy cases) (#66585)volth1-1/+1
treewide replacement of stdenv.mkDerivation rec { name = "*-${version}"; version = "*"; to pname
2019-07-10treewide: fix redirect URLsRyan Mulligan1-1/+1
2019-06-16treewide: remove unused variables (#63177)volth2-2/+2
* treewide: remove unused variables * making ofborg happy
2019-01-19nixpkgs: reorganize the postgresql extensionsAustin Seipp1-0/+26
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>
2018-07-21pkgs/*: remove unreferenced function argumentsvolth3-3/+3
2018-06-10jogl: reflect recent changes in opengl (#41786)volth1-2/+8
2018-03-24treewide: use more HTTPS URLsRyan Mulligan1-1/+1
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.
2018-03-19jogl: temporary workaround for openjdk8volth1-2/+6
2018-03-19jogl: init at 2.3.2volth1-0/+56
2018-02-11buildMavenPackage: Use concatStringsSepTuomas Tynkkynen1-2/+2
2017-11-10Change many homepage urls from http to https #30636Pascal Wittmann1-1/+1
2017-04-11treewide: use boolToString functionFranz Pletz1-1/+1
2017-02-13javaPackages: Use artifactId/groupIdTim Steinbach72-549/+549
2016-11-15Create mavenLibsTim Steinbach3-47/+86
2016-11-15Complete hello world with testTim Steinbach28-13/+412
2016-11-14maven_hello: Add 1.1, add ability to choose skipping testsNeQuissimus2-4/+11
2016-11-14junit_4_12 part 2Tim Steinbach23-5/+350
2016-11-14Finish maven-hello / frameworkTim Steinbach43-180/+735
2016-11-14FixupTim Steinbach6-138/+164
2016-11-14Partial maven-helloTim Steinbach36-6/+871
2016-11-14Partial junit_4_12Tim Steinbach33-0/+988
2016-11-14Build supportTim Steinbach2-0/+47