Binary compatibility report for the dropwizard-testing library between 1.3.29 and 2.0.0 versions

Test Info


Library Namedropwizard-testing
Version #11.3.29
Version #22.0.0

Test Results


Total Java Modules1
Total Methods / Classes207 / 28
Compatibility 88.5%

Problem Summary


SeverityCount
Added Methods-16
Removed MethodsHigh1
Problems with
Data Types
High1
Medium0
Low0
Problems with
Methods
High0
Medium0
Low3
Other Changes
in Data Types
-1

Added Methods  16 


dropwizard-testing-2.0.0.jar, Builder.class
package io.dropwizard.testing.common
DAOTest.Builder<B>.bootstrapLogging ( boolean value )  :  B

dropwizard-testing-2.0.0.jar, DropwizardAppExtension.class
package io.dropwizard.testing.junit5
DropwizardAppExtension<C>.DropwizardAppExtension<C> ( Class<?> applicationClass, String configPath, ConfigurationSourceProvider configSourceProvider, ConfigOverride... configOverrides )
DropwizardAppExtension<C>.DropwizardAppExtension<C> ( Class<?> applicationClass, String configPath, ConfigurationSourceProvider configSourceProvider, String customPropertyPrefix, ConfigOverride... configOverrides )
DropwizardAppExtension<C>.DropwizardAppExtension<C> ( Class<?> applicationClass, String configPath, ConfigurationSourceProvider configSourceProvider, String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides )
DropwizardAppExtension<C>.DropwizardAppExtension<C> ( Class<?> applicationClass, String configPath, String customPropertyPrefix, ConfigOverride... configOverrides )
DropwizardAppExtension<C>.DropwizardAppExtension<C> ( Class<?> applicationClass, String configPath, String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides )

dropwizard-testing-2.0.0.jar, DropwizardAppRule.class
package io.dropwizard.testing.junit
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, ConfigurationSourceProvider configSourceProvider, ConfigOverride... configOverrides )
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, ConfigurationSourceProvider configSourceProvider, String customPropertyPrefix, ConfigOverride... configOverrides )
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, ConfigurationSourceProvider configSourceProvider, String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides )
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, String customPropertyPrefix, ConfigOverride... configOverrides )
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides )

dropwizard-testing-2.0.0.jar, DropwizardTestSupport.class
package io.dropwizard.testing
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, String configPath, ConfigurationSourceProvider configSourceProvider, ConfigOverride... configOverrides )
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, String configPath, ConfigurationSourceProvider configSourceProvider, String customPropertyPrefix, ConfigOverride... configOverrides )
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, String configPath, ConfigurationSourceProvider configSourceProvider, String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides )
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, String configPath, String customPropertyPrefix, ConfigOverride... configOverrides )
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, String configPath, String customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides )

to the top

Removed Methods  1 


dropwizard-testing-1.3.29.jar, Builder.class
package io.dropwizard.testing.common
Resource.Builder<B>.setMetricRegistry ( MetricRegistry metricRegistry )  :  B

to the top

Problems with Data Types, High Severity  1 


dropwizard-testing-1.3.29.jar
package io.dropwizard.testing
[+] class DropwizardTestSupport<C>  1 

to the top

Problems with Methods, Low Severity  3 


dropwizard-testing-1.3.29.jar, DropwizardAppExtension.class
package io.dropwizard.testing.junit5
[+] DropwizardAppExtension<C>.before ( )  :  void  1 

dropwizard-testing-1.3.29.jar, DropwizardAppRule.class
package io.dropwizard.testing.junit
[+] DropwizardAppRule<C>.before ( )  :  void  1 

dropwizard-testing-1.3.29.jar, DropwizardTestSupport.class
package io.dropwizard.testing
[+] DropwizardTestSupport<C>.before ( )  :  void  1 

to the top

Other Changes in Data Types  1 


dropwizard-testing-1.3.29.jar
package io.dropwizard.testing
[+] class DropwizardTestSupport<C>  1 

to the top

Java Archives  1 


dropwizard-testing-1.3.29.jar

to the top