Binary compatibility report for the dropwizard-forms library between 2.1.12 and 3.0.0 versions
Test Info
Library Name | dropwizard-forms |
Version #1 | 2.1.12 |
Version #2 | 3.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 5 / 1 |
Compatibility |
0% |
Problem Summary
| Severity | Count |
Added Methods | - | 2 |
Removed Methods | High | 2 |
Problems with Data Types | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 2
dropwizard-forms-3.0.0.jar, MultiPartBundle.class
package io.dropwizard.forms
MultiPartBundle.run ( Configuration configuration, Environment environment ) : void
io/dropwizard/forms/MultiPartBundle.run:(Lio/dropwizard/core/Configuration;Lio/dropwizard/core/setup/Environment;)V
MultiPartBundle.run ( Object p1, Environment p2 ) : void
io/dropwizard/forms/MultiPartBundle.run:(Ljava/lang/Object;Lio/dropwizard/core/setup/Environment;)V
to the top
Removed Methods 2
dropwizard-forms-2.1.12.jar, MultiPartBundle.class
package io.dropwizard.forms
MultiPartBundle.run ( Configuration configuration, Environment environment ) : void
io/dropwizard/forms/MultiPartBundle.run:(Lio/dropwizard/Configuration;Lio/dropwizard/setup/Environment;)V
MultiPartBundle.run ( Object p1, Environment p2 ) : void
io/dropwizard/forms/MultiPartBundle.run:(Ljava/lang/Object;Lio/dropwizard/setup/Environment;)V
to the top
Problems with Data Types, High Severity 1
dropwizard-forms-2.1.12.jar
package io.dropwizard.forms
[+] class MultiPartBundle 1
| Change | Effect |
---|
1 |
Removed super-interface io.dropwizard.ConfiguredBundle<io.dropwizard.Configuration>. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 1 (20%)
MultiPartBundle.MultiPartBundle ( )This constructor is from 'MultiPartBundle' class.
to the top
Java Archives 1
dropwizard-forms-2.1.12.jar
to the top