Binary compatibility report for the dropwizard-jetty library between 0.7.0 and 0.7.1 versions
Test Info
Library Name | dropwizard-jetty |
Version #1 | 0.7.0 |
Version #2 | 0.7.1 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 188 / 12 |
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-0.7.1.jar, HttpsConnectorFactory.class
package io.dropwizard.jetty
HttpsConnectorFactory.getExcludedCipherSuites ( ) : List<String>
io/dropwizard/jetty/HttpsConnectorFactory.getExcludedCipherSuites:()Ljava/util/List;
HttpsConnectorFactory.setExcludedCipherSuites ( List<String> excludedCipherSuites ) : void
io/dropwizard/jetty/HttpsConnectorFactory.setExcludedCipherSuites:(Ljava/util/List;)V
to the top
Java Archives 1
dropwizard-jetty-0.7.0.jar
to the top