Binary compatibility report for the dropwizard-util library between 1.0.9 and 1.1.0 versions
Test Info
| Library Name | dropwizard-util |
| Version #1 | 1.0.9 |
| Version #2 | 1.1.0 |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 58 / 7 |
| Compatibility |
100% |
Problem Summary
| Severity | Count |
| Added Methods | - | 2 |
| 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 2
dropwizard-util-1.1.0.jar, Enums.class
package io.dropwizard.util
Enums.Enums ( )
io/dropwizard/util/Enums."<init>":()V
Enums.fromStringFuzzy ( String value, Enum<?>[ ] constants ) [static] : Enum<?>
io/dropwizard/util/Enums.fromStringFuzzy:(Ljava/lang/String;[Ljava/lang/Enum;)Ljava/lang/Enum;
to the top
Java Archives 1
dropwizard-util-1.0.9.jar
to the top