Binary compatibility report for the dropwizard-util library between 0.9.3 and 1.0.0 versions
Test Info
| Library Name | dropwizard-util | 
| Version #1 | 0.9.3 | 
| Version #2 | 1.0.0 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 57 / 6 | 
| Compatibility | 
98.1% | 
Problem Summary
 | Severity | Count | 
| Added Methods | - | 4 | 
| Removed Methods | High | 1 | 
Problems with Data Types | High | 0 | 
| Medium | 0 | 
| Low | 0 | 
Problems with Methods | High | 1 | 
| Medium | 0 | 
| Low | 0 | 
Added Methods  4 
dropwizard-util-1.0.0.jar, JarLocation.class
package io.dropwizard.util
JarLocation.getVersion ( )  :  Optional<String>
io/dropwizard/util/JarLocation.getVersion:()Ljava/util/Optional;
dropwizard-util-1.0.0.jar, Optionals.class
package io.dropwizard.util
Optionals.fromGuavaOptional ( Optional<T> guavaOptional ) [static]  :  Optional<T>
io/dropwizard/util/Optionals.fromGuavaOptional:(Lcom/google/common/base/Optional;)Ljava/util/Optional;
Optionals.Optionals ( )
io/dropwizard/util/Optionals."<init>":()V
Optionals.toGuavaOptional ( Optional<T> optional ) [static]  :  Optional<T>
io/dropwizard/util/Optionals.toGuavaOptional:(Ljava/util/Optional;)Lcom/google/common/base/Optional;
to the top
Removed Methods  1 
dropwizard-util-0.9.3.jar, JarLocation.class
package io.dropwizard.util
JarLocation.getVersion ( )  :  Optional<String>
io/dropwizard/util/JarLocation.getVersion:()Lcom/google/common/base/Optional;
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 
io/dropwizard/util/JarLocation.getVersion:()Lcom/google/common/base/Optional;
 | Change | Effect | 
|---|
| 1 | 
Return value type has been changed from com.google.common.base.Optional<java.lang.String> to java.util.Optional<java.lang.String>. | 
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. | 
 
to the top
Java Archives  1 
dropwizard-util-0.9.3.jar
to the top