Source compatibility report for the dropwizard-client library between 0.8.1 and 0.8.2 versions
Test Info
Library Name | dropwizard-client |
Version #1 | 0.8.1 |
Version #2 | 0.8.2 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 78 / 6 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 2 |
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 2
dropwizard-client-0.8.2.jar, JerseyClientBuilder.class
package io.dropwizard.client
JerseyClientBuilder.using ( ExecutorService executorService ) : JerseyClientBuilder
io/dropwizard/client/JerseyClientBuilder.using:(Ljava/util/concurrent/ExecutorService;)Lio/dropwizard/client/JerseyClientBuilder;
JerseyClientBuilder.using ( ObjectMapper objectMapper ) : JerseyClientBuilder
io/dropwizard/client/JerseyClientBuilder.using:(Lcom/fasterxml/jackson/databind/ObjectMapper;)Lio/dropwizard/client/JerseyClientBuilder;
to the top
Java Archives 1
dropwizard-client-0.8.1.jar
to the top