build.patch |
removing useless parts from build.gradle |
Pierre Gruet <pgt@debian.org> |
not-needed |
|
|
2022-03-26 |
disabling_tests_requiring_network.patch |
skipping tests that attempt to get files over the network |
Pierre Gruet <pgt@debian.org> |
not-needed |
|
|
2022-03-26 |
no_wiremock_package.patch |
skipping tests needing wiremock, which is not packaged |
Pierre Gruet <pgt@debian.org> |
not-needed |
|
|
2023-12-14 |
language_level.patch |
raising language level as the default one does not permit some constructions in the code |
Pierre Gruet <pgt@debian.org> |
not-needed |
|
|
2023-12-14 |
ambiguous_assertions.patch |
solving ambiguities in the tests, when comparing an Integer and an int: we convert Integer to int |
Pierre Gruet <pgt@debian.org> |
yes |
|
|
2023-12-14 |
disabling_tests_needing_testdata.patch |
we have removed non-free files of the testdata directory when repacking, so we cannot run the tests that use them |
Pierre Gruet <pgt@debian.org> |
not-needed |
|
|
2023-12-14 |
data_providers_mismatches.patch |
solving a mismatch in data providers, as an integer (10) is provided although a long is expected |
Pierre Gruet <pgt@debian.org> |
yes |
|
|
2023-12-14 |