Source compatibility report for the dropwizard-client library between 1.2.1 and 1.2.2 versions
Test Info
Library Name | dropwizard-client |
Version #1 | 1.2.1 |
Version #2 | 1.2.2 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 164 / 12 |
Compatibility |
99.4% |
Problem Summary
| Severity | Count |
Added Methods | - | 1 |
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 1
dropwizard-client-1.2.2.jar, JerseyClientBuilder.class
package io.dropwizard.client
JerseyClientBuilder.createDropwizardApacheConnector ( ConfiguredCloseableHttpClient configuredClient ) : DropwizardApacheConnector
io/dropwizard/client/JerseyClientBuilder.createDropwizardApacheConnector:(Lio/dropwizard/client/ConfiguredCloseableHttpClient;)Lio/dropwizard/client/DropwizardApacheConnector;
to the top
Removed Methods 1
dropwizard-client-1.2.1.jar, JerseyClientBuilder.class
package io.dropwizard.client
JerseyClientBuilder.withShutdownGracePeriod ( Duration shutdownGracePeriod ) : JerseyClientBuilder
io/dropwizard/client/JerseyClientBuilder.withShutdownGracePeriod:(Lio/dropwizard/util/Duration;)Lio/dropwizard/client/JerseyClientBuilder;
to the top
Java Archives 1
dropwizard-client-1.2.1.jar
to the top