Binary compatibility report for the dropwizard-testing library between 0.8.5 and 0.9.0 versions

Test Info


Library Namedropwizard-testing
Version #10.8.5
Version #20.9.0

Test Results


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

Problem Summary


SeverityCount
Added Methods-17
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-2

Added Methods  17 


dropwizard-testing-0.9.0.jar, ConfigOverride.class
package io.dropwizard.testing
ConfigOverride.config ( String propertyPrefix, String key, String value ) [static]  :  ConfigOverride

dropwizard-testing-0.9.0.jar, DropwizardAppRule.class
package io.dropwizard.testing.junit
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass )
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, C configuration )
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, Optional<String> customPropertyPrefix, ConfigOverride... configOverrides )
DropwizardAppRule<C>.getPort ( int connectorIndex )  :  int

dropwizard-testing-0.9.0.jar, DropwizardTestSupport.class
package io.dropwizard.testing
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, C configuration )
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, String configPath, Optional<String> customPropertyPrefix, ConfigOverride... configOverrides )
DropwizardTestSupport<C>.getPort ( int connectorIndex )  :  int

dropwizard-testing-0.9.0.jar, POJOConfigurationFactory.class
package io.dropwizard.testing
POJOConfigurationFactory<C>.build ( )  :  C
POJOConfigurationFactory<C>.build ( )  :  Object
POJOConfigurationFactory<C>.build ( ConfigurationSourceProvider p1, String p2 )  :  Object
POJOConfigurationFactory<C>.build ( ConfigurationSourceProvider provider, String path )  :  C
POJOConfigurationFactory<C>.build ( File file )  :  C
POJOConfigurationFactory<C>.build ( File p1 )  :  Object
POJOConfigurationFactory<C>.build ( JsonNode node, String path )  :  C
POJOConfigurationFactory<C>.build ( JsonNode p1, String p2 )  :  Object
POJOConfigurationFactory<C>.POJOConfigurationFactory<C> ( C cfg )

to the top

Other Changes in Data Types  2 


dropwizard-testing-0.8.5.jar
package io.dropwizard.testing
[+] class DropwizardTestSupport<C>  2 

to the top

Java Archives  1 


dropwizard-testing-0.8.5.jar

to the top