Source compatibility report for the dropwizard-util library between 2.0.35 and 2.1.0 versions
Test Info
Library Name | dropwizard-util |
Version #1 | 2.0.35 |
Version #2 | 2.1.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 141 / 19 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 1 |
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 1
dropwizard-util-2.1.0.jar, Throwables.class
package io.dropwizard.util
Throwables.findThrowableInChain ( Predicate<Throwable> condition, Throwable t ) [static] : Optional<Throwable>
io/dropwizard/util/Throwables.findThrowableInChain:(Ljava/util/function/Predicate;Ljava/lang/Throwable;)Ljava/util/Optional;
to the top
Java Archives 1
dropwizard-util-2.0.35.jar
to the top