Binary compatibility report for the dropwizard-assets library between 0.8.5 and 0.9.0 versions
Test Info
Library Name | dropwizard-assets |
Version #1 | 0.8.5 |
Version #2 | 0.9.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 10 / 1 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 3 |
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 3
dropwizard-assets-0.9.0.jar, AssetsBundle.class
package io.dropwizard.assets
AssetsBundle.getIndexFile ( ) : String
io/dropwizard/assets/AssetsBundle.getIndexFile:()Ljava/lang/String;
AssetsBundle.getResourcePath ( ) : String
io/dropwizard/assets/AssetsBundle.getResourcePath:()Ljava/lang/String;
AssetsBundle.getUriPath ( ) : String
io/dropwizard/assets/AssetsBundle.getUriPath:()Ljava/lang/String;
to the top
Java Archives 1
dropwizard-assets-0.8.5.jar
to the top