Source compatibility report for the dropwizard-configuration library between 1.0.9 and 1.1.0 versions

Test Info


Library Namedropwizard-configuration
Version #11.0.9
Version #21.1.0

Test Results


Total Java Modules1
Total Methods / Classes44 / 17
Compatibility 97.3%

Problem Summary


SeverityCount
Added Methods-7
Removed MethodsHigh0
Problems with
Data Types
High1
Medium0
Low1
Problems with
Methods
High0
Medium0
Low0

Added Methods  7 


dropwizard-configuration-1.1.0.jar, BaseConfigurationFactory.class
package io.dropwizard.configuration
BaseConfigurationFactory<T>.addOverride ( JsonNode root, String name, String value )  :  void
BaseConfigurationFactory<T>.BaseConfigurationFactory<T> ( JsonFactory parserFactory, String formatName, Class<T> klass, Validator validator, ObjectMapper objectMapper, String propertyPrefix )
BaseConfigurationFactory<T>.build ( )  :  T
BaseConfigurationFactory<T>.build ( ConfigurationSourceProvider provider, String path )  :  T
BaseConfigurationFactory<T>.build ( JsonNode node, String path )  :  T
BaseConfigurationFactory<T>.createParser ( InputStream input )  :  JsonParser

dropwizard-configuration-1.1.0.jar, JsonConfigurationFactory.class
package io.dropwizard.configuration
JsonConfigurationFactory<T>.JsonConfigurationFactory<T> ( Class<T> klass, Validator validator, ObjectMapper objectMapper, String propertyPrefix )

to the top

Problems with Data Types, High Severity  1 


dropwizard-configuration-1.0.9.jar
package io.dropwizard.configuration
[+] class YamlConfigurationFactory<T>  1 

to the top

Problems with Data Types, Low Severity  1 


dropwizard-configuration-1.0.9.jar
package io.dropwizard.configuration
[+] class YamlConfigurationFactory<T>  1 

to the top

Java Archives  1 


dropwizard-configuration-1.0.9.jar

to the top