Source compatibility report for the dropwizard-validation library between 1.3.20 and 1.3.21 versions

Test Info


Library Namedropwizard-validation
Version #11.3.20
Version #21.3.21

Test Results


Total Java Modules1
Total Methods / Classes78 / 25
Compatibility 100%

Problem Summary


SeverityCount
Added Methods-6
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-1

Added Methods  6 


dropwizard-validation-1.3.21.jar, InterpolationHelper.class
package io.dropwizard.validation
InterpolationHelper.escapeMessageParameter ( String messageParameter ) [static]  :  String

dropwizard-validation-1.3.21.jar, ViolationCollector.class
package io.dropwizard.validation.selfvalidating
ViolationCollector.addViolation ( String message, Map<String,Object> messageParameters )  :  void
ViolationCollector.addViolation ( String propertyName, Integer index, String message, Map<String,Object> messageParameters )  :  void
ViolationCollector.addViolation ( String propertyName, String key, String message, Map<String,Object> messageParameters )  :  void
ViolationCollector.addViolation ( String propertyName, String message, Map<String,Object> messageParameters )  :  void
ViolationCollector.ViolationCollector ( ConstraintValidatorContext constraintValidatorContext, boolean escapeExpressions )

to the top

Other Changes in Data Types  1 


dropwizard-validation-1.3.20.jar
package io.dropwizard.validation.selfvalidating
[+] @interface SelfValidating  1 

to the top

Java Archives  1 


dropwizard-validation-1.3.20.jar

to the top