Source compatibility report for the dropwizard-web library between 2.0.1 and 3.0.0 versions
Test Info
Library Name | dropwizard-web |
Version #1 | 2.0.1 |
Version #2 | 3.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 78 / 10 |
Compatibility |
98.7% |
Problem Summary
| Severity | Count |
Added Methods | - | 0 |
Removed Methods | High | 1 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Removed 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.1.jar
to the top