Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
90-disable-testftp.patch | remove unsupported *tags* and disable ftp tests as require network connection | Olivier Sallou <osallou@debian.org> | not-needed | 2018-09-18 | ||
92-disable-testhttp.patch | Skip test requiring http connection Also skipping tests in HtsgetBAMFileReaderTest, which require the network, and adding a test in TestDataProviders as it may need to run methods from HtsgetBAMFileReaderTest. |
Andreas Tille <tille@debian.org> | not-needed | 2021-11-21 | ||
100-fix-java11 | xml.bind has been removed from openjdk 11, add jaxb-api jar file to compilation and classpath | Olivier Sallou <osallou@debian.org> | not-needed | |||
110-debian-lib-version.patch | scala-library 2.12 not yet in debian, use 2.11 | Olivier Sallou <osallou@debian.org> | not-needed | |||
disable-network-tests.diff | Ignore test that accesses the network during the build | Matthias Klose <doko@debian.org> | not-needed | debian | 2019-03-01 | |
120-fix-build.patch | removing parts of build.gradle to achieve a Debian build | Olivier Sallou <osallou@debian.org> | not-needed | 2021-11-23 | ||
140-skip-testFlushNotSpammed.patch | the test testFlushNotSpammed has been introduced by upstream as an answer to their issue 1497. Yet I am unsure it should be expected to pass in any situation as, in my understanding, it success may depend on when the garbage collector deletes the objects. Anyway, the test is failing with openjdk-17. |
Pierre Gruet <pgt@debian.org> | no | 2022-11-01 | ||
150-use-rhino-as-JS-engine.patch | using the rhino JavaScript engine, as nashorn has been removed between openjdk-11 and openjdk-17. | Pierre Gruet <pgt@debian.org> | yes | 2022-11-01 | ||
10-build.xml.patch | Modifies the upstream build system. | Andreas Tille <tille@debian.org> | not-needed | vendor | 2016-06-29 | |
13-skip_network_tests | remove network related tests fixing bug 808593 | Olivier Sallou <osallou@debian.org> | not-needed | |||
20-fix-version.patch | use debian/changelog as source for version instead of git Also force the name of the root project to avoid it to be copied from the directory name | Vincent Danjean <Vincent.Danjean@ens-lyon.org> | not-needed | |||
30-disable-scalatest.patch | Debian repo does not have scalatest dependency, so in the meanwhile, disable scala related tests | Olivier Sallou <osallou@debian.org> | not-needed | |||
40-fix-java9 | Java 9 uses modules, code makes use of some modules, need to add them | Olivier Sallou <osallou@debian.org> | not-needed | |||
60-enable-tests | Enable tests using testng | Olivier Sallou <osallou@debian.org> | not-needed | 2018-04-17 | ||
70-removesometests-testng.patch | testng below or equal to 6.9.13.4 does nto correctly map long and Integers. This leads to test issues when provider [0,9] values and methods expects a long (testng sends an Integer). This patch disable some tests around this and a few other testng errors |
Olivier Sallou <osallou@debian.org> | not-needed |