Binary compatibility report for the dropwizard-validation library between 0.9.0 and 0.9.1 versions
Test Info
Library Name | dropwizard-validation |
Version #1 | 0.9.0 |
Version #2 | 0.9.1 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 46 / 17 |
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-validation-0.9.1.jar, BaseValidator.class
package io.dropwizard.validation
BaseValidator.newConfiguration ( ) [static] : HibernateValidatorConfiguration
io/dropwizard/validation/BaseValidator.newConfiguration:()Lorg/hibernate/validator/HibernateValidatorConfiguration;
BaseValidator.newValidator ( ) [static] : Validator
io/dropwizard/validation/BaseValidator.newValidator:()Ljavax/validation/Validator;
to the top
Java Archives 1
dropwizard-validation-0.9.0.jar
to the top