On Fri, 3 May 2019 15:01:31 +0200 Julien Lepiller wrote: > * gnu/packages/java.scm (java-commons-pool2): New variable. > +(define-public java-commons-pool2 > + (package > + (name "java-commons-pool2") There is only version 2 in Guix and the Package Name on the homepage is "Apache Commons Pool". Thus, I would suggest to remove the "2" from package-name and variable-name. The same comment can be said about java-commons-dbcp. Otherwise, LGTM. Björn