Source compatibility report for the dropwizard-configuration library between 0.9.3 and 1.0.0 versions

Test Info


Library Namedropwizard-configuration
Version #10.9.3
Version #21.0.0

Test Results


Total Java Modules1
Total Methods / Classes39 / 15
Compatibility 76.5%

Problem Summary


SeverityCount
Added Methods-5
Removed MethodsHigh3
Problems with
Data Types
High1
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  5 


dropwizard-configuration-1.0.0.jar, YamlConfigurationFactory.class
package io.dropwizard.configuration
YamlConfigurationFactory<T>.addOverride ( JsonNode root, String name, String value )  :  void
YamlConfigurationFactory<T>.build ( )  :  T
YamlConfigurationFactory<T>.build ( ConfigurationSourceProvider provider, String path )  :  T
YamlConfigurationFactory<T>.build ( JsonNode node, String path )  :  T
YamlConfigurationFactory<T>.YamlConfigurationFactory<T> ( Class<T> klass, Validator validator, ObjectMapper objectMapper, String propertyPrefix )

to the top

Removed Methods  3 


dropwizard-configuration-0.9.3.jar, ConfigurationFactory.class
package io.dropwizard.configuration
ConfigurationFactory<T>.addOverride ( JsonNode root, String name, String value )  :  void
ConfigurationFactory<T>.build ( JsonNode node, String path )  :  T
ConfigurationFactory<T>.ConfigurationFactory<T> ( Class<T> klass, Validator validator, ObjectMapper objectMapper, String propertyPrefix )

to the top

Problems with Data Types, High Severity  1 


dropwizard-configuration-0.9.3.jar
package io.dropwizard.configuration
[+] class ConfigurationFactory<T>  1 

to the top

Java Archives  1 


dropwizard-configuration-0.9.3.jar

to the top