Binary compatibility report for the dropwizard-testing library between 0.8.0 and 0.8.1 versions
Test Info
Library Name | dropwizard-testing |
Version #1 | 0.8.0 |
Version #2 | 0.8.1 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 58 / 11 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 2 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 2
dropwizard-testing-0.8.1.jar, ResourceTestResourceConfig.class
package io.dropwizard.testing.junit
ResourceTestRule.ResourceTestResourceConfig.ResourceTestRule.ResourceTestResourceConfig ( ServletConfig servletConfig )
io/dropwizard/testing/junit/ResourceTestRule.ResourceTestResourceConfig."<init>":(Ljavax/servlet/ServletConfig;)V
ResourceTestRule.ResourceTestResourceConfig.ResourceTestRule.ResourceTestResourceConfig ( String ruleId, ResourceTestRule resourceTestRule )
io/dropwizard/testing/junit/ResourceTestRule.ResourceTestResourceConfig."<init>":(Ljava/lang/String;Lio/dropwizard/testing/junit/ResourceTestRule;)V
to the top
Java Archives 1
dropwizard-testing-0.8.0.jar
to the top