Source compatibility report for the dropwizard-configuration library between 0.7.1 and 0.8.0 versions

Test Info


Library Namedropwizard-configuration
Version #10.7.1
Version #20.8.0

Test Results


Total Java Modules1
Total Methods / Classes27 / 12
Compatibility 100%

Problem Summary


SeverityCount
Added Methods-9
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  9 


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

dropwizard-configuration-0.8.0.jar, EnvironmentVariableSubstitutor.class
package io.dropwizard.configuration
EnvironmentVariableSubstitutor.EnvironmentVariableSubstitutor ( )
EnvironmentVariableSubstitutor.EnvironmentVariableSubstitutor ( boolean strict )
EnvironmentVariableSubstitutor.EnvironmentVariableSubstitutor ( boolean strict, boolean substitutionInVariables )

dropwizard-configuration-0.8.0.jar, SubstitutingSourceProvider.class
package io.dropwizard.configuration
SubstitutingSourceProvider.open ( String path )  :  InputStream
SubstitutingSourceProvider.SubstitutingSourceProvider ( ConfigurationSourceProvider delegate, StrSubstitutor substitutor )

dropwizard-configuration-0.8.0.jar, UndefinedEnvironmentVariableException.class
package io.dropwizard.configuration
UndefinedEnvironmentVariableException.UndefinedEnvironmentVariableException ( String errorMessage )

to the top

Java Archives  1 


dropwizard-configuration-0.7.1.jar

to the top