Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
10-build.patch | Modifies the upstream build system. | Vincent Danjean <Vincent.Danjean@ens-lyon.org> | not-needed | |||
20-shadowjar.patch | do not use shadowjar | Sascha Steinbiss <satta@debian.org> | not-needed | |||
30-tests-fix-dataprovider.patch | fix data provider requirements | Sascha Steinbiss <satta@debian.org> | no | |||
40-tests-fix-testng.patch | Fix testng version and disable some tests. testng below or equal to 6.9.13.4 does not 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 |
Olivier Sallou | not-needed | 2018-09-18 | ||
remove_google_nio.patch | Remove Google cloud storage | Olivier Sallou | not-needed | 2018-04-23 | ||
fix_unreadabletests.patch | some tests try to check that a non readable file or directory is correctly managed. However during Debian build, sometimes user is root and unreadable is not effective. This patch removes related tests |
Olivier Sallou <osallou@debian.org> | not-needed | |||
60-tests-exclude-network.patch | command tries to determine local host name via inet addressthis fails in debian CI with network disabled | Olivier Sallou <osallou@debian.org> | not-needed | |||
non-intel-skip-intel-tests | Skip Intel tests on non-Intel | Michael R. Crusoe <crusoe@debian.org> | no | |||
correct_dataprovider_TestDontMergeAbuttingData.patch | providing test with the right data types as arguments Test testActionsWithDontMergeAbutting needs to be provided with three arguments, the second of which has type long. But the current data provider sends an int. |
Pierre Gruet <pgt@debian.org> | yes | 2021-01-28 | ||
com_sun_javadoc_removal_in_openjdk17.patch | omitting the build of classes that use deprecated com.sun.javadoc package, which disappears in OpenJDK 17. | Pierre Gruet <pgt@debian.org> | no | debian | 2022-05-26 | |
gradle_openjdk17_incompatibility.patch | according to https://docs.gradle.org/current/userguide/compatibility.html the version of Gradle we have in Debian currently does not support the default JDK, which is OpenJDK17. Until it does, some tests have to be deactivated as they cannot be provided with the --add-opens JVM args they need. |
Pierre Gruet <pgt@debian.org> | not-needed | 2022-11-02 | ||
omit_BamToBfq.patch | when switching from OpenJDK11 to OpenJDK17 in Debian, one byte became different between the reference and the generated file in BamToBfqTest: 00FF instead of OOOO. To be investigated... until it is, we remove the BamToBfq class from the build and thus don't ship this tool. |
Pierre Gruet <pgt@debian.org> | yes | 2022-11-03 |