Source compatibility report for the dropwizard-client library between 1.1.8 and 1.2.0 versions

Test Info


Library Namedropwizard-client
Version #11.1.8
Version #21.2.0

Test Results


Total Java Modules1
Total Methods / Classes163 / 12
Compatibility 100%

Problem Summary


SeverityCount
Added Methods-14
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-4

Added Methods  14 


dropwizard-client-1.2.0.jar, AuthConfiguration.class
package io.dropwizard.client.proxy
AuthConfiguration.AuthConfiguration ( String username, String password, String authScheme, String realm, String hostname, String domain, String credentialType )
AuthConfiguration.getAuthScheme ( )  :  String
AuthConfiguration.getCredentialType ( )  :  String
AuthConfiguration.getDomain ( )  :  String
AuthConfiguration.getHostname ( )  :  String
AuthConfiguration.getRealm ( )  :  String
AuthConfiguration.setAuthScheme ( String authScheme )  :  void
AuthConfiguration.setCredentialType ( String credentialType )  :  void
AuthConfiguration.setDomain ( String domain )  :  void
AuthConfiguration.setHostname ( String hostname )  :  void
AuthConfiguration.setRealm ( String realm )  :  void

dropwizard-client-1.2.0.jar, HttpClientBuilder.class
package io.dropwizard.client
HttpClientBuilder.configureCredentials ( AuthConfiguration auth )  :  Credentials

dropwizard-client-1.2.0.jar, TlsConfiguration.class
package io.dropwizard.client.ssl
TlsConfiguration.getCertAlias ( )  :  String
TlsConfiguration.setCertAlias ( String certAlias )  :  void

to the top

Other Changes in Data Types  4 


dropwizard-client-1.1.8.jar
package io.dropwizard.client.proxy
[+] class AuthConfiguration  4 

to the top

Java Archives  1 


dropwizard-client-1.1.8.jar

to the top