Binary compatibility report for the dropwizard-jersey library between 2.1.1 and 2.1.2 versions
Test Info
Library Name | dropwizard-jersey |
Version #1 | 2.1.1 |
Version #2 | 2.1.2 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 272 / 73 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 1 |
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 1
dropwizard-jersey-2.1.2.jar, AbstractParam.class
package io.dropwizard.jersey.params
AbstractParam<T>.generateErrorMessage ( String input, Exception e ) : ErrorMessage
io/dropwizard/jersey/params/AbstractParam.generateErrorMessage:(Ljava/lang/String;Ljava/lang/Exception;)Lio/dropwizard/jersey/errors/ErrorMessage;
to the top
Java Archives 1
dropwizard-jersey-2.1.1.jar
to the top