Binary compatibility report for the dropwizard-client library between 1.1.8 and 1.2.0 versions
Test Info
Library Name | dropwizard-client |
Version #1 | 1.1.8 |
Version #2 | 1.2.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 163 / 12 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 14 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
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 )
io/dropwizard/client/proxy/AuthConfiguration."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
AuthConfiguration.getAuthScheme ( ) : String
io/dropwizard/client/proxy/AuthConfiguration.getAuthScheme:()Ljava/lang/String;
AuthConfiguration.getCredentialType ( ) : String
io/dropwizard/client/proxy/AuthConfiguration.getCredentialType:()Ljava/lang/String;
AuthConfiguration.getDomain ( ) : String
io/dropwizard/client/proxy/AuthConfiguration.getDomain:()Ljava/lang/String;
AuthConfiguration.getHostname ( ) : String
io/dropwizard/client/proxy/AuthConfiguration.getHostname:()Ljava/lang/String;
AuthConfiguration.getRealm ( ) : String
io/dropwizard/client/proxy/AuthConfiguration.getRealm:()Ljava/lang/String;
AuthConfiguration.setAuthScheme ( String authScheme ) : void
io/dropwizard/client/proxy/AuthConfiguration.setAuthScheme:(Ljava/lang/String;)V
AuthConfiguration.setCredentialType ( String credentialType ) : void
io/dropwizard/client/proxy/AuthConfiguration.setCredentialType:(Ljava/lang/String;)V
AuthConfiguration.setDomain ( String domain ) : void
io/dropwizard/client/proxy/AuthConfiguration.setDomain:(Ljava/lang/String;)V
AuthConfiguration.setHostname ( String hostname ) : void
io/dropwizard/client/proxy/AuthConfiguration.setHostname:(Ljava/lang/String;)V
AuthConfiguration.setRealm ( String realm ) : void
io/dropwizard/client/proxy/AuthConfiguration.setRealm:(Ljava/lang/String;)V
dropwizard-client-1.2.0.jar, HttpClientBuilder.class
package io.dropwizard.client
HttpClientBuilder.configureCredentials ( AuthConfiguration auth ) : Credentials
io/dropwizard/client/HttpClientBuilder.configureCredentials:(Lio/dropwizard/client/proxy/AuthConfiguration;)Lorg/apache/http/auth/Credentials;
dropwizard-client-1.2.0.jar, TlsConfiguration.class
package io.dropwizard.client.ssl
TlsConfiguration.getCertAlias ( ) : String
io/dropwizard/client/ssl/TlsConfiguration.getCertAlias:()Ljava/lang/String;
TlsConfiguration.setCertAlias ( String certAlias ) : void
io/dropwizard/client/ssl/TlsConfiguration.setCertAlias:(Ljava/lang/String;)V
to the top
Other Changes in Data Types 4
dropwizard-client-1.1.8.jar
package io.dropwizard.client.proxy
[+] class AuthConfiguration 4
| Change | Effect |
---|
1 |
Field BASIC_AUTH_SCHEME has been added to this class. |
No effect. |
2 |
Field NTLM_AUTH_SCHEME has been added to this class. |
No effect. |
3 |
Field NT_CREDS has been added to this class. |
No effect. |
4 |
Field USERNAME_PASSWORD_CREDS has been added to this class. |
No effect. |
[+] affected methods: 9 (5.5%)
AuthConfiguration.AuthConfiguration ( )This constructor is from 'AuthConfiguration' class.
AuthConfiguration.AuthConfiguration ( String username, String password )This constructor is from 'AuthConfiguration' class.
AuthConfiguration.getPassword ( )This method is from 'AuthConfiguration' class.
AuthConfiguration.getUsername ( )This method is from 'AuthConfiguration' class.
AuthConfiguration.setPassword ( String password )This method is from 'AuthConfiguration' class.
...
to the top
Java Archives 1
dropwizard-client-1.1.8.jar
to the top