Source compatibility report for the dropwizard-client library between 0.9.3 and 1.0.0 versions

Test Info


Library Namedropwizard-client
Version #10.9.3
Version #21.0.0

Test Results


Total Java Modules1
Total Methods / Classes144 / 12
Compatibility 98.6%

Problem Summary


SeverityCount
Added Methods-3
Removed MethodsHigh2
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium1
Low0

Added Methods  3 


dropwizard-client-1.0.0.jar, HttpClientBuilder.class
package io.dropwizard.client
HttpClientBuilder.using ( List<?> defaultHeaders )  :  HttpClientBuilder

dropwizard-client-1.0.0.jar, HttpClientConfiguration.class
package io.dropwizard.client
HttpClientConfiguration.getUserAgent ( )  :  Optional<String>
HttpClientConfiguration.setUserAgent ( Optional<String> userAgent )  :  void

to the top

Removed Methods  2 


dropwizard-client-0.9.3.jar, HttpClientConfiguration.class
package io.dropwizard.client
HttpClientConfiguration.getUserAgent ( )  :  Optional<String>
HttpClientConfiguration.setUserAgent ( Optional<String> userAgent )  :  void

to the top

Problems with Methods, Medium Severity  1 


dropwizard-client-0.9.3.jar, HttpClientConfiguration.class
package io.dropwizard.client
[+] HttpClientConfiguration.getUserAgent ( )  :  Optional<String>  1 

to the top

Java Archives  1 


dropwizard-client-0.9.3.jar

to the top