Binary compatibility report for the dropwizard-testing library between 1.0.9 and 1.1.0 versions

Test Info


Library Namedropwizard-testing
Version #11.0.9
Version #21.1.0

Test Results


Total Java Modules1
Total Methods / Classes103 / 13
Compatibility 100%

Problem Summary


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

Added Methods  7 


dropwizard-testing-1.1.0.jar, DropwizardAppRule.class
package io.dropwizard.testing.junit
DropwizardAppRule<C>.client ( )  :  Client
DropwizardAppRule<C>.clientBuilder ( )  :  JerseyClientBuilder
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, C configuration, Function<Application<C>,Command> commandInstantiator )
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, Optional<String> customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides )

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

dropwizard-testing-1.1.0.jar, ResourceTestRule.class
package io.dropwizard.testing.junit
ResourceTestRule.target ( String path )  :  WebTarget

to the top

Other Changes in Data Types  1 


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

to the top

Java Archives  1 


dropwizard-testing-1.0.9.jar

to the top