Binary compatibility report for the dropwizard-testing library between 1.0.9 and 1.1.0 versions
Test Info
Library Name | dropwizard-testing |
Version #1 | 1.0.9 |
Version #2 | 1.1.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 103 / 13 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 7 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
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
io/dropwizard/testing/junit/DropwizardAppRule.client:()Ljavax/ws/rs/client/Client;
DropwizardAppRule<C>.clientBuilder ( ) : JerseyClientBuilder
io/dropwizard/testing/junit/DropwizardAppRule.clientBuilder:()Lorg/glassfish/jersey/client/JerseyClientBuilder;
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, C configuration, Function<Application<C>,Command> commandInstantiator )
io/dropwizard/testing/junit/DropwizardAppRule."<init>":(Ljava/lang/Class;Lio/dropwizard/Configuration;Ljava/util/function/Function;)V
DropwizardAppRule<C>.DropwizardAppRule<C> ( Class<?> applicationClass, String configPath, Optional<String> customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides )
io/dropwizard/testing/junit/DropwizardAppRule."<init>":(Ljava/lang/Class;Ljava/lang/String;Ljava/util/Optional;Ljava/util/function/Function;[Lio/dropwizard/testing/ConfigOverride;)V
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 )
io/dropwizard/testing/DropwizardTestSupport."<init>":(Ljava/lang/Class;Lio/dropwizard/Configuration;Ljava/util/function/Function;)V
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, String configPath, Optional<String> customPropertyPrefix, Function<Application<C>,Command> commandInstantiator, ConfigOverride... configOverrides )
io/dropwizard/testing/DropwizardTestSupport."<init>":(Ljava/lang/Class;Ljava/lang/String;Ljava/util/Optional;Ljava/util/function/Function;[Lio/dropwizard/testing/ConfigOverride;)V
dropwizard-testing-1.1.0.jar, ResourceTestRule.class
package io.dropwizard.testing.junit
ResourceTestRule.target ( String path ) : WebTarget
io/dropwizard/testing/junit/ResourceTestRule.target:(Ljava/lang/String;)Ljavax/ws/rs/client/WebTarget;
to the top
Other Changes in Data Types 1
dropwizard-testing-1.0.9.jar
package io.dropwizard.testing
[+] class DropwizardTestSupport<C> 1
| Change | Effect |
---|
1 |
Field commandInstantiator has been added to this class. |
No effect. |
[+] affected methods: 17 (16.5%)
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, C configuration )This constructor is from 'DropwizardTestSupport<C>' class.
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, String configPath, ConfigOverride... configOverrides )This constructor is from 'DropwizardTestSupport<C>' class.
DropwizardTestSupport<C>.DropwizardTestSupport<C> ( Class<?> applicationClass, String configPath, Optional<String> customPropertyPrefix, ConfigOverride... configOverrides )This constructor is from 'DropwizardTestSupport<C>' class.
DropwizardTestSupport<C>.addListener ( DropwizardTestSupport.ServiceListener<C> listener )This method is from 'DropwizardTestSupport<C>' class.
DropwizardTestSupport<C>.after ( )This method is from 'DropwizardTestSupport<C>' class.
...
to the top
Java Archives 1
dropwizard-testing-1.0.9.jar
to the top