Source compatibility report for the dropwizard-assets library between 2.0.8 and 2.0.9 versions
Test Info
Library Name | dropwizard-assets |
Version #1 | 2.0.8 |
Version #2 | 2.0.9 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 13 / 1 |
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-assets-2.0.9.jar, AssetsBundle.class
package io.dropwizard.assets
AssetsBundle.AssetsBundle ( String resourcePath, String uriPath, String indexFile, String assetsName, String defaultMediaType )
io/dropwizard/assets/AssetsBundle."<init>":(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
AssetsBundle.getDefaultMediaType ( ) : String
io/dropwizard/assets/AssetsBundle.getDefaultMediaType:()Ljava/lang/String;
to the top
Java Archives 1
dropwizard-assets-2.0.8.jar
to the top