Binary compatibility report for the dropwizard-client library between 1.3.29 and 2.0.0 versions

Test Info


Library Namedropwizard-client
Version #11.3.29
Version #22.0.0

Test Results


Total Java Modules1
Total Methods / Classes177 / 12
Compatibility 99.4%

Problem Summary


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

Added Methods  9 


dropwizard-client-2.0.0.jar, HttpClientBuilder.class
package io.dropwizard.client
HttpClientBuilder.createBuilder ( )  :  HttpClientBuilder
HttpClientBuilder.createRequestExecutor ( String name )  :  HttpRequestExecutor

dropwizard-client-2.0.0.jar, HttpClientConfiguration.class
package io.dropwizard.client
HttpClientConfiguration.isNormalizeUriEnabled ( )  :  boolean
HttpClientConfiguration.setNormalizeUriEnabled ( boolean normalizeUriEnabled )  :  void

dropwizard-client-2.0.0.jar, JerseyClientBuilder.class
package io.dropwizard.client
JerseyClientBuilder.buildRx ( String name, Class<RX> invokerType )  :  Client

dropwizard-client-2.0.0.jar, TlsConfiguration.class
package io.dropwizard.client.ssl
TlsConfiguration.getKeyStoreProvider ( )  :  String
TlsConfiguration.getTrustStoreProvider ( )  :  String
TlsConfiguration.setKeyStoreProvider ( String keyStoreProvider )  :  void
TlsConfiguration.setTrustStoreProvider ( String trustStoreProvider )  :  void

to the top

Removed Methods  1 


dropwizard-client-1.3.29.jar, JerseyClientBuilder.class
package io.dropwizard.client
JerseyClientBuilder.buildRx ( String name, Class<RX> invokerType )  :  RxClient<RX>

to the top

Problems with Methods, High Severity  1 


dropwizard-client-1.3.29.jar, JerseyClientBuilder.class
package io.dropwizard.client
[+] JerseyClientBuilder.buildRx ( String name, Class<RX> invokerType )  :  RxClient<RX>  1 

to the top

Java Archives  1 


dropwizard-client-1.3.29.jar

to the top