Source compatibility report for the dropwizard-client library between 1.2.9 and 1.3.0 versions
Test Info
Library Name | dropwizard-client |
Version #1 | 1.2.9 |
Version #2 | 1.3.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 168 / 12 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 4 |
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 4
dropwizard-client-1.3.0.jar, HttpClientBuilder.class
package io.dropwizard.client
HttpClientBuilder.using ( ServiceUnavailableRetryStrategy serviceUnavailableRetryStrategy ) : HttpClientBuilder
io/dropwizard/client/HttpClientBuilder.using:(Lorg/apache/http/client/ServiceUnavailableRetryStrategy;)Lio/dropwizard/client/HttpClientBuilder;
dropwizard-client-1.3.0.jar, JerseyClientBuilder.class
package io.dropwizard.client
JerseyClientBuilder.using ( ServiceUnavailableRetryStrategy serviceUnavailableRetryStrategy ) : JerseyClientBuilder
io/dropwizard/client/JerseyClientBuilder.using:(Lorg/apache/http/client/ServiceUnavailableRetryStrategy;)Lio/dropwizard/client/JerseyClientBuilder;
dropwizard-client-1.3.0.jar, TlsConfiguration.class
package io.dropwizard.client.ssl
TlsConfiguration.getProvider ( ) : String
io/dropwizard/client/ssl/TlsConfiguration.getProvider:()Ljava/lang/String;
TlsConfiguration.setProvider ( String provider ) : void
io/dropwizard/client/ssl/TlsConfiguration.setProvider:(Ljava/lang/String;)V
to the top
Java Archives 1
dropwizard-client-1.2.9.jar
to the top