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