Binary compatibility report for the dropwizard-client library between 0.7.0 and 0.7.1 versions
Test Info
Library Name | dropwizard-client |
Version #1 | 0.7.0 |
Version #2 | 0.7.1 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 58 / 4 |
Compatibility |
98% |
Problem Summary
| Severity | Count |
Added Methods | - | 8 |
Removed Methods | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 8
dropwizard-client-0.7.1.jar, HttpClientBuilder.class
package io.dropwizard.client
HttpClientBuilder.createHttpParams ( String name ) : BasicHttpParams
io/dropwizard/client/HttpClientBuilder.createHttpParams:(Ljava/lang/String;)Lorg/apache/http/params/BasicHttpParams;
HttpClientBuilder.createUserAgent ( String name ) : String
io/dropwizard/client/HttpClientBuilder.createUserAgent:(Ljava/lang/String;)Ljava/lang/String;
HttpClientBuilder.name ( String environmentName ) : HttpClientBuilder
io/dropwizard/client/HttpClientBuilder.name:(Ljava/lang/String;)Lio/dropwizard/client/HttpClientBuilder;
HttpClientBuilder.using ( CredentialsProvider credentialsProvider ) : HttpClientBuilder
io/dropwizard/client/HttpClientBuilder.using:(Lorg/apache/http/client/CredentialsProvider;)Lio/dropwizard/client/HttpClientBuilder;
HttpClientBuilder.using ( HttpRequestRetryHandler httpRequestRetryHandler ) : HttpClientBuilder
io/dropwizard/client/HttpClientBuilder.using:(Lorg/apache/http/client/HttpRequestRetryHandler;)Lio/dropwizard/client/HttpClientBuilder;
dropwizard-client-0.7.1.jar, HttpClientConfiguration.class
package io.dropwizard.client
HttpClientConfiguration.getUserAgent ( ) : Optional<String>
io/dropwizard/client/HttpClientConfiguration.getUserAgent:()Lcom/google/common/base/Optional;
HttpClientConfiguration.setUserAgent ( Optional<String> userAgent ) : void
io/dropwizard/client/HttpClientConfiguration.setUserAgent:(Lcom/google/common/base/Optional;)V
dropwizard-client-0.7.1.jar, JerseyClientBuilder.class
package io.dropwizard.client
JerseyClientBuilder.using ( HttpRequestRetryHandler httpRequestRetryHandler ) : JerseyClientBuilder
io/dropwizard/client/JerseyClientBuilder.using:(Lorg/apache/http/client/HttpRequestRetryHandler;)Lio/dropwizard/client/JerseyClientBuilder;
to the top
Removed Methods 1
dropwizard-client-0.7.0.jar, HttpClientBuilder.class
package io.dropwizard.client
HttpClientBuilder.createHttpParams ( ) : BasicHttpParams
io/dropwizard/client/HttpClientBuilder.createHttpParams:()Lorg/apache/http/params/BasicHttpParams;
to the top
Java Archives 1
dropwizard-client-0.7.0.jar
to the top