Binary compatibility report for the dropwizard-configuration library between 2.1.12 and 3.0.0 versions

Test Info


Library Namedropwizard-configuration
Version #12.1.12
Version #23.0.0

Test Results


Total Java Modules1
Total Methods / Classes43 / 18
Compatibility 88.4%

Problem Summary


SeverityCount
Added Methods-0
Removed MethodsHigh2
Problems with
Data Types
High1
Medium0
Low0
Problems with
Methods
High3
Medium0
Low0

Removed Methods  2 


dropwizard-configuration-2.1.12.jar, EnvironmentVariableLookup.class
package io.dropwizard.configuration
EnvironmentVariableLookup.EnvironmentVariableLookup ( )
EnvironmentVariableLookup.lookup ( String key )  :  String

to the top

Problems with Data Types, High Severity  1 


dropwizard-configuration-2.1.12.jar
package io.dropwizard.configuration
[+] class EnvironmentVariableLookup  1 

to the top

Problems with Methods, High Severity  3 


dropwizard-configuration-2.1.12.jar, BaseConfigurationFactory.class
package io.dropwizard.configuration
[+] BaseConfigurationFactory<T>.BaseConfigurationFactory<T> ( JsonFactory parserFactory, String formatName, Class<T> klass, Validator validator, ObjectMapper objectMapper, String propertyPrefix )  1 

dropwizard-configuration-2.1.12.jar, ConfigurationException.class
package io.dropwizard.configuration
[+] ConfigurationException.ConfigurationException ( String path, Collection<String> errors )  1 
[+] ConfigurationException.ConfigurationException ( String path, Collection<String> errors, Throwable cause )  1 

to the top

Java Archives  1 


dropwizard-configuration-2.1.12.jar

to the top