Binary compatibility report for the dropwizard-views library between 0.9.3 and 1.0.0 versions
Test Info
Library Name | dropwizard-views |
Version #1 | 0.9.3 |
Version #2 | 1.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 24 / 6 |
Compatibility |
95.7% |
Problem Summary
| Severity | Count |
Added Methods | - | 1 |
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 1
dropwizard-views-1.0.0.jar, View.class
package io.dropwizard.views
View.getCharset ( ) : Optional<Charset>
io/dropwizard/views/View.getCharset:()Ljava/util/Optional;
to the top
Removed Methods 1
dropwizard-views-0.9.3.jar, View.class
package io.dropwizard.views
View.getCharset ( ) : Optional<Charset>
io/dropwizard/views/View.getCharset:()Lcom/google/common/base/Optional;
to the top
Problems with Methods, High Severity 1
dropwizard-views-0.9.3.jar, View.class
package io.dropwizard.views
[+] View.getCharset ( ) : Optional<Charset> 1
io/dropwizard/views/View.getCharset:()Lcom/google/common/base/Optional;
| Change | Effect |
---|
1 |
Return value type has been changed from com.google.common.base.Optional<java.nio.charset.Charset> to java.util.Optional<java.nio.charset.Charset>. |
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-views-0.9.3.jar
to the top