Binary compatibility report for the dropwizard-jetty library between 0.7.1 and 0.8.0 versions
Test Info
Library Name | dropwizard-jetty |
Version #1 | 0.7.1 |
Version #2 | 0.8.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 192 / 12 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 4 |
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 4
dropwizard-jetty-0.8.0.jar, HttpConnectorFactory.class
package io.dropwizard.jetty
HttpConnectorFactory.httpConnections ( ) : String
io/dropwizard/jetty/HttpConnectorFactory.httpConnections:()Ljava/lang/String;
dropwizard-jetty-0.8.0.jar, HttpsConnectorFactory.class
package io.dropwizard.jetty
HttpsConnectorFactory.getExcludedProtocols ( ) : List<String>
io/dropwizard/jetty/HttpsConnectorFactory.getExcludedProtocols:()Ljava/util/List;
HttpsConnectorFactory.setExcludedProtocols ( List<String> excludedProtocols ) : void
io/dropwizard/jetty/HttpsConnectorFactory.setExcludedProtocols:(Ljava/util/List;)V
dropwizard-jetty-0.8.0.jar, ServletEnvironment.class
package io.dropwizard.jetty.setup
ServletEnvironment.setBaseResource ( Resource baseResource ) : void
io/dropwizard/jetty/setup/ServletEnvironment.setBaseResource:(Lorg/eclipse/jetty/util/resource/Resource;)V
to the top
Java Archives 1
dropwizard-jetty-0.7.1.jar
to the top