Binary compatibility report for the dropwizard-client library between 0.8.0 and 0.8.1 versions
Test Info
Library Name | dropwizard-client |
Version #1 | 0.8.0 |
Version #2 | 0.8.1 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 78 / 5 |
Compatibility |
97.4% |
Problem Summary
| Severity | Count |
Added Methods | - | 2 |
Removed Methods | High | 2 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 1 |
Medium | 0 |
Low | 0 |
Added Methods 2
dropwizard-client-0.8.1.jar, DropwizardApacheConnector.class
package io.dropwizard.client
DropwizardApacheConnector.DropwizardApacheConnector ( CloseableHttpClient client, RequestConfig defaultRequestConfig, boolean chunkedEncodingEnabled )
io/dropwizard/client/DropwizardApacheConnector."<init>":(Lorg/apache/http/impl/client/CloseableHttpClient;Lorg/apache/http/client/config/RequestConfig;Z)V
dropwizard-client-0.8.1.jar, HttpClientBuilder.class
package io.dropwizard.client
HttpClientBuilder.createClient ( HttpClientBuilder builder, InstrumentedHttpClientConnectionManager manager, String name ) : ConfiguredCloseableHttpClient
io/dropwizard/client/HttpClientBuilder.createClient:(Lorg/apache/http/impl/client/HttpClientBuilder;Lcom/codahale/metrics/httpclient/InstrumentedHttpClientConnectionManager;Ljava/lang/String;)Lio/dropwizard/client/ConfiguredCloseableHttpClient;
to the top
Removed Methods 2
dropwizard-client-0.8.0.jar, DropwizardApacheConnector.class
package io.dropwizard.client
DropwizardApacheConnector.DropwizardApacheConnector ( CloseableHttpClient client, boolean chunkedEncodingEnabled )
io/dropwizard/client/DropwizardApacheConnector."<init>":(Lorg/apache/http/impl/client/CloseableHttpClient;Z)V
dropwizard-client-0.8.0.jar, HttpClientBuilder.class
package io.dropwizard.client
HttpClientBuilder.createClient ( HttpClientBuilder builder, InstrumentedHttpClientConnectionManager manager, String name ) : CloseableHttpClient
io/dropwizard/client/HttpClientBuilder.createClient:(Lorg/apache/http/impl/client/HttpClientBuilder;Lcom/codahale/metrics/httpclient/InstrumentedHttpClientConnectionManager;Ljava/lang/String;)Lorg/apache/http/impl/client/CloseableHttpClient;
to the top
Problems with Methods, High Severity 1
dropwizard-client-0.8.0.jar, HttpClientBuilder.class
package io.dropwizard.client
[+] HttpClientBuilder.createClient ( HttpClientBuilder builder, InstrumentedHttpClientConnectionManager manager, String name ) : CloseableHttpClient 1
io/dropwizard/client/HttpClientBuilder.createClient:(Lorg/apache/http/impl/client/HttpClientBuilder;Lcom/codahale/metrics/httpclient/InstrumentedHttpClientConnectionManager;Ljava/lang/String;)Lorg/apache/http/impl/client/CloseableHttpClient;
| Change | Effect |
---|
1 |
Return value type has been changed from org.apache.http.impl.client.CloseableHttpClient to ConfiguredCloseableHttpClient. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
to the top
Java Archives 1
dropwizard-client-0.8.0.jar
to the top