Binary compatibility report for the dropwizard-servlets library between 0.8.5 and 0.9.0 versions
Test Info
| Library Name | dropwizard-servlets | 
| Version #1 | 0.8.5 | 
| Version #2 | 0.9.0 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 45 / 12 | 
| 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 | 1 | 
Added Methods  2 
dropwizard-servlets-0.9.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;
AssetServlet.readResource ( URL requestedResourceURL )  :  byte[ ]
io/dropwizard/servlets/assets/AssetServlet.readResource:(Ljava/net/URL;)[B
to the top
Problems with Methods, Low Severity  1 
dropwizard-servlets-0.8.5.jar, ByteRange.class
package io.dropwizard.servlets.assets
[+] ByteRange.parse ( String byteRange, int resourceLength ) [static]  :  ByteRange  1 
io/dropwizard/servlets/assets/ByteRange.parse:(Ljava/lang/String;I)Lio/dropwizard/servlets/assets/ByteRange;
 | Change | Effect | 
|---|
| 1 | 
Removed java.lang.NumberFormatException exception thrown. | 
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. | 
 
to the top
Java Archives  1 
dropwizard-servlets-0.8.5.jar
to the top