Binary compatibility report for the dropwizard-util library between 0.9.3 and 1.0.0 versions

Test Info


Library Namedropwizard-util
Version #10.9.3
Version #21.0.0

Test Results


Total Java Modules1
Total Methods / Classes57 / 6
Compatibility 98.1%

Problem Summary


SeverityCount
Added Methods-4
Removed MethodsHigh1
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High1
Medium0
Low0

Added Methods  4 


dropwizard-util-1.0.0.jar, JarLocation.class
package io.dropwizard.util
JarLocation.getVersion ( )  :  Optional<String>

dropwizard-util-1.0.0.jar, Optionals.class
package io.dropwizard.util
Optionals.fromGuavaOptional ( Optional<T> guavaOptional ) [static]  :  Optional<T>
Optionals.Optionals ( )
Optionals.toGuavaOptional ( Optional<T> optional ) [static]  :  Optional<T>

to the top

Removed Methods  1 


dropwizard-util-0.9.3.jar, JarLocation.class
package io.dropwizard.util
JarLocation.getVersion ( )  :  Optional<String>

to the top

Problems with Methods, High Severity  1 


dropwizard-util-0.9.3.jar, JarLocation.class
package io.dropwizard.util
[+] JarLocation.getVersion ( )  :  Optional<String>  1 

to the top

Java Archives  1 


dropwizard-util-0.9.3.jar

to the top