Source compatibility report for the dropwizard-client library between 1.0.0 and 1.0.1 versions
Test Info
Library Name | dropwizard-client |
Version #1 | 1.0.0 |
Version #2 | 1.0.1 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 145 / 12 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 3 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 3
dropwizard-client-1.0.1.jar, DropwizardSSLConnectionSocketFactory.class
package io.dropwizard.client
DropwizardSSLConnectionSocketFactory.DropwizardSSLConnectionSocketFactory ( TlsConfiguration configuration, HostnameVerifier verifier )
io/dropwizard/client/DropwizardSSLConnectionSocketFactory."<init>":(Lio/dropwizard/client/ssl/TlsConfiguration;Ljavax/net/ssl/HostnameVerifier;)V
dropwizard-client-1.0.1.jar, HttpClientBuilder.class
package io.dropwizard.client
HttpClientBuilder.using ( HostnameVerifier verifier ) : HttpClientBuilder
io/dropwizard/client/HttpClientBuilder.using:(Ljavax/net/ssl/HostnameVerifier;)Lio/dropwizard/client/HttpClientBuilder;
dropwizard-client-1.0.1.jar, JerseyClientBuilder.class
package io.dropwizard.client
JerseyClientBuilder.using ( HostnameVerifier verifier ) : JerseyClientBuilder
io/dropwizard/client/JerseyClientBuilder.using:(Ljavax/net/ssl/HostnameVerifier;)Lio/dropwizard/client/JerseyClientBuilder;
to the top
Java Archives 1
dropwizard-client-1.0.0.jar
to the top