Binary compatibility report for the dropwizard-configuration library between 1.0.0 and 1.0.1 versions
Test Info
| Library Name | dropwizard-configuration |
| Version #1 | 1.0.0 |
| Version #2 | 1.0.1 |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 37 / 15 |
| Compatibility |
100% |
Problem Summary
| Severity | Count |
| Added Methods | - | 1 |
| 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 1
dropwizard-configuration-1.0.1.jar, DefaultConfigurationFactoryFactory.class
package io.dropwizard.configuration
DefaultConfigurationFactoryFactory<T>.configureObjectMapper ( ObjectMapper objectMapper ) : ObjectMapper
io/dropwizard/configuration/DefaultConfigurationFactoryFactory.configureObjectMapper:(Lcom/fasterxml/jackson/databind/ObjectMapper;)Lcom/fasterxml/jackson/databind/ObjectMapper;
to the top
Java Archives 1
dropwizard-configuration-1.0.0.jar
to the top