Source compatibility report for the dropwizard-client library between 0.7.0 and 0.7.1 versions

Test Info


Library Namedropwizard-client
Version #10.7.0
Version #20.7.1

Test Results


Total Java Modules1
Total Methods / Classes58 / 4
Compatibility 98%

Problem Summary


SeverityCount
Added Methods-8
Removed MethodsHigh1
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  8 


dropwizard-client-0.7.1.jar, HttpClientBuilder.class
package io.dropwizard.client
HttpClientBuilder.createHttpParams ( String name )  :  BasicHttpParams
HttpClientBuilder.createUserAgent ( String name )  :  String
HttpClientBuilder.name ( String environmentName )  :  HttpClientBuilder
HttpClientBuilder.using ( CredentialsProvider credentialsProvider )  :  HttpClientBuilder
HttpClientBuilder.using ( HttpRequestRetryHandler httpRequestRetryHandler )  :  HttpClientBuilder

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

dropwizard-client-0.7.1.jar, JerseyClientBuilder.class
package io.dropwizard.client
JerseyClientBuilder.using ( HttpRequestRetryHandler httpRequestRetryHandler )  :  JerseyClientBuilder

to the top

Removed Methods  1 


dropwizard-client-0.7.0.jar, HttpClientBuilder.class
package io.dropwizard.client
HttpClientBuilder.createHttpParams ( )  :  BasicHttpParams

to the top

Java Archives  1 


dropwizard-client-0.7.0.jar

to the top