Binary compatibility report for the dropwizard-web library between 2.0.0 and 2.0.1 versions
Test Info
| Library Name | dropwizard-web |
| Version #1 | 2.0.0 |
| Version #2 | 2.0.1 |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 78 / 10 |
| 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-web-2.0.1.jar, WebBundle.class
package io.dropwizard.web
WebBundle<T>.getServletEnvironment ( Environment environment ) : ServletEnvironment
io/dropwizard/web/WebBundle.getServletEnvironment:(Lio/dropwizard/core/setup/Environment;)Lio/dropwizard/jetty/setup/ServletEnvironment;
to the top
Java Archives 1
dropwizard-web-2.0.0.jar
to the top