Binary compatibility report for the dropwizard-jetty library between 1.2.9 and 1.3.0 versions
Test Info
Library Name | dropwizard-jetty |
Version #1 | 1.2.9 |
Version #2 | 1.3.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 200 / 15 |
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-1.3.0.jar, HttpConnectorFactory.class
package io.dropwizard.jetty
HttpConnectorFactory.getMinRequestDataRate ( ) : long
io/dropwizard/jetty/HttpConnectorFactory.getMinRequestDataRate:()J
HttpConnectorFactory.setMinRequestDataRate ( long minRequestDataRate ) : void
io/dropwizard/jetty/HttpConnectorFactory.setMinRequestDataRate:(J)V
to the top
Java Archives 1
dropwizard-jetty-1.2.9.jar
to the top