Source compatibility report for the dropwizard-configuration library between 2.0.13 and 2.0.14 versions
Test Info
Library Name | dropwizard-configuration |
Version #1 | 2.0.13 |
Version #2 | 2.0.14 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 43 / 18 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 3 |
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 3
dropwizard-configuration-2.0.14.jar, ConfigurationMetadata.class
package io.dropwizard.configuration
ConfigurationMetadata.ConfigurationMetadata ( ObjectMapper mapper, Class<?> klass )
io/dropwizard/configuration/ConfigurationMetadata."<init>":(Lcom/fasterxml/jackson/databind/ObjectMapper;Ljava/lang/Class;)V
ConfigurationMetadata.expectObjectFormat ( JavaType type ) : jsonFormatVisitors.JsonObjectFormatVisitor
io/dropwizard/configuration/ConfigurationMetadata.expectObjectFormat:(Lcom/fasterxml/jackson/databind/JavaType;)Lcom/fasterxml/jackson/databind/jsonFormatVisitors/JsonObjectFormatVisitor;
ConfigurationMetadata.isCollectionOfStrings ( String fieldName ) : boolean
io/dropwizard/configuration/ConfigurationMetadata.isCollectionOfStrings:(Ljava/lang/String;)Z
to the top
Java Archives 1
dropwizard-configuration-2.0.13.jar
to the top