Source compatibility report for the dropwizard-web library between 1.3.29-2 and 1.4.0 versions
Test Info
Library Name | dropwizard-web |
Version #1 | 1.3.29-2 |
Version #2 | 1.4.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 78 / 10 |
Compatibility |
98.7% |
Problem Summary
| Severity | Count |
Added Methods | - | 1 |
Removed Methods | High | 1 |
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.4.0.jar, WebBundle.class
package io.dropwizard.web
WebBundle<T>.configureHeaderFilter ( Environment environment, String urlPattern, Map<String,String> headers ) : void
io/dropwizard/web/WebBundle.configureHeaderFilter:(Lio/dropwizard/setup/Environment;Ljava/lang/String;Ljava/util/Map;)V
to the top
Removed Methods 1
dropwizard-web-1.3.29-2.jar, WebBundle.class
package io.dropwizard.web
WebBundle<T>.configureHeaderFilter ( Environment environment, String uriPath, String urlPattern, Map<String,String> headers ) : void
io/dropwizard/web/WebBundle.configureHeaderFilter:(Lio/dropwizard/setup/Environment;Ljava/lang/String;Ljava/lang/String;Ljava/util/Map;)V
to the top
Java Archives 1
dropwizard-web-1.3.29-2.jar
to the top