Binary compatibility report for the dropwizard-client library between 4.0.10 and 4.0.11 versions
Test Info
Library Name | dropwizard-client |
Version #1 | 4.0.10 |
Version #2 | 4.0.11 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 174 / 12 |
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-4.0.11.jar, HttpClientConfiguration.class
package io.dropwizard.client
HttpClientConfiguration.isProtocolUpgradeEnabled ( ) : boolean
io/dropwizard/client/HttpClientConfiguration.isProtocolUpgradeEnabled:()Z
HttpClientConfiguration.setProtocolUpgradeEnabled ( boolean protocolUpgradeEnabled ) : void
io/dropwizard/client/HttpClientConfiguration.setProtocolUpgradeEnabled:(Z)V
to the top
Java Archives 1
dropwizard-client-4.0.10.jar
to the top