Binary compatibility report for the dropwizard-servlets library between 2.0.35 and 2.1.0 versions
Test Info
Library Name | dropwizard-servlets |
Version #1 | 2.0.35 |
Version #2 | 2.1.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 61 / 14 |
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-servlets-2.1.0.jar, AssetServlet.class
package io.dropwizard.servlets.assets
AssetServlet.getResourceURL ( String absoluteRequestedResourcePath ) : URL
io/dropwizard/servlets/assets/AssetServlet.getResourceURL:(Ljava/lang/String;)Ljava/net/URL;
to the top
Java Archives 1
dropwizard-servlets-2.0.35.jar
to the top