Package: libhttp-nio-java / 1.1.1+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
libhttp-nio-java | 1.1.1+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
build.patch | (download) |
build.gradle |
118 0 + 118 - 0 ! |
removing useless parts from build.gradle |
disabling_tests_requiring_network.patch | (download) |
src/test/java/org/broadinstitute/http/nio/GitHubResourcesIntegrationTest.java |
4 2 + 2 - 0 ! |
skipping tests that attempt to get files over the network |
no_wiremock_package.patch | (download) |
build.gradle |
9 8 + 1 - 0 ! |
skipping tests needing wiremock, which is not packaged |
language_level.patch | (download) |
build.gradle |
6 6 + 0 - 0 ! |
raising language level as the default one does not permit some constructions in the code |
ambiguous_assertions.patch | (download) |
src/test/java/org/broadinstitute/http/nio/RetryHandlerUnitTest.java |
12 6 + 6 - 0 ! |
solving ambiguities in the tests, when comparing an integer and an int: we convert Integer to int |
disabling_tests_needing_testdata.patch | (download) |
src/test/java/org/broadinstitute/http/nio/HttpSeekableByteChannelUnitTest.java |
6 4 + 2 - 0 ! |
we have removed non-free files of the testdata directory when repacking, so we cannot run the tests that use them |
data_providers_mismatches.patch | (download) |
src/test/java/org/broadinstitute/http/nio/HttpSeekableByteChannelUnitTest.java |
2 1 + 1 - 0 ! |
solving a mismatch in data providers, as an integer (10) is provided although a long is expected |