Package: vdjtools / 1.2.1+git20190311+repack-2

Metadata

Package Version Patches format
vdjtools 1.2.1+git20190311+repack-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
addMissingLibraries.patch | (download)

build.gradle | 8 7 + 1 - 0 !
1 file changed, 7 insertions(+), 1 deletion(-)

 changing maven coordinates of dependencies for the build
build.patch | (download)

build.gradle | 6 0 + 6 - 0 !
1 file changed, 6 deletions(-)

 pacthing the build.gradle file so that not all jars are in the
 build classpath by default. Instead we should specify the needed ones only.
 Also we prevent gradle from shipping a fat jar with all dependencies bundled
 inside.
jdk21 remove collection.patch | (download)

src/main/java/com/antigenomics/vdjtools/misc/LinkedListExt.java | 1020 0 + 1020 - 0 !
1 file changed, 1020 deletions(-)

 remove unused class that fails to compile with java 21
 vdjtools has no reverse dependencies and no reverse build dependencies.
 LinkedListExt is not used in the project. 
 The class contains a compile error. 
 Upstream was acquired by a company and is no longer supported.