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 file
Patch File delta Description
build.patch | (download)

build.gradle | 118 0 + 118 - 0 !
1 file changed, 118 deletions(-)

 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 !
src/test/java/org/broadinstitute/http/nio/HttpAbstractFileSystemProviderUnitTest.java | 14 9 + 5 - 0 !
src/test/java/org/broadinstitute/http/nio/HttpSeekableByteChannelUnitTest.java | 42 28 + 14 - 0 !
src/test/java/org/broadinstitute/http/nio/HttpUtilsUnitTest.java | 7 4 + 3 - 0 !
4 files changed, 43 insertions(+), 24 deletions(-)

 skipping tests that attempt to get files over the network
no_wiremock_package.patch | (download)

build.gradle | 9 8 + 1 - 0 !
1 file changed, 8 insertions(+), 1 deletion(-)

 skipping tests needing wiremock, which is not packaged
language_level.patch | (download)

build.gradle | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 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 !
1 file changed, 6 insertions(+), 6 deletions(-)

 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 !
1 file changed, 4 insertions(+), 2 deletions(-)

 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 !
1 file changed, 1 insertion(+), 1 deletion(-)

 solving a mismatch in data providers, as an integer (10) is
 provided although a long is expected