Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
org.jacoco.core.internal.flow.LabelFlowAnalyzer_tryCatchBlocks.patch | List<>::get(int) returns java.lang.Object? Magically the Java compiler complains that java.utils.List<> returns a java.lang.Object. This patch does the type cast for it. |
Kai-Chung Yan <seamlikok@gmail.com> | no | 2016-07-26 | ||
ignore_modules.patch | maven-debian-helper fails to ignore modules Even if you specify --ignore for some POM in libjacoco-java.poms, maven-debin-helper fails to ignore it. Hence we have to use a patch to do it. |
Kai-Chung Yan <seamlikok@gmail.com> | no | 2016-07-26 | ||
gmaven-plugin-compatibility.patch | Use gmaven-plus instead of gmaven | Emmanuel Bourg <ebourg@apache.org> | no | |||
ignore-license-check-for-build-poms.patch | address FTBTS due to license check of dependency-reduced-pom.xml | tony mancill <tmancill@debian.org> | not-needed | debian | vendor | 2022-10-23 |
set-asm-version.patch | Because libasm-java doesn't provide an asm-bom POM, we add it to debian/maven.ignoreRules but also need to set a version for uses the asm artifacts. (The version specified in this patch is immaterial, as it will be rewritten by debian/maven.rules.) |
tony mancill <tmancill@debian.org> | not-needed |