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