Binary compatibility report for the dropwizard-jetty library between 3.0.2 and 3.0.3 versions
Test Info
Library Name | dropwizard-jetty |
Version #1 | 3.0.2 |
Version #2 | 3.0.3 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 189 / 10 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 2 |
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 2
dropwizard-jetty-3.0.3.jar, HttpConnectorFactory.class
package io.dropwizard.jetty
HttpConnectorFactory.getUriCompliance ( ) : UriCompliance
io/dropwizard/jetty/HttpConnectorFactory.getUriCompliance:()Lorg/eclipse/jetty/http/UriCompliance;
HttpConnectorFactory.setUriCompliance ( UriCompliance uriCompliance ) : void
io/dropwizard/jetty/HttpConnectorFactory.setUriCompliance:(Lorg/eclipse/jetty/http/UriCompliance;)V
to the top
Java Archives 1
dropwizard-jetty-3.0.2.jar
to the top