Binary compatibility report for the dropwizard-jetty library between 2.0.21 and 2.0.22 versions
Test Info
| Library Name | dropwizard-jetty |
| Version #1 | 2.0.21 |
| Version #2 | 2.0.22 |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 209 / 14 |
| 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-jetty-2.0.22.jar, ContextRoutingHandler.class
package io.dropwizard.jetty
ContextRoutingHandler.expandChildren ( List<Handler> list, Class<?> byClass ) : void
io/dropwizard/jetty/ContextRoutingHandler.expandChildren:(Ljava/util/List;Ljava/lang/Class;)V
to the top
Java Archives 1
dropwizard-jetty-2.0.21.jar
to the top