Binary compatibility report for the dropwizard-configuration library between 0.9.0 and 0.9.1 versions
Test Info
Library Name | dropwizard-configuration |
Version #1 | 0.9.0 |
Version #2 | 0.9.1 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 34 / 14 |
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-configuration-0.9.1.jar, ResourceConfigurationSourceProvider.class
package io.dropwizard.configuration
ResourceConfigurationSourceProvider.open ( String path ) : InputStream
io/dropwizard/configuration/ResourceConfigurationSourceProvider.open:(Ljava/lang/String;)Ljava/io/InputStream;
ResourceConfigurationSourceProvider.ResourceConfigurationSourceProvider ( )
io/dropwizard/configuration/ResourceConfigurationSourceProvider."<init>":()V
to the top
Java Archives 1
dropwizard-configuration-0.9.0.jar
to the top