Binary compatibility report for the dropwizard-jetty library between 0.7.1 and 0.8.0 versions

Test Info


Library Namedropwizard-jetty
Version #10.7.1
Version #20.8.0

Test Results


Total Java Modules1
Total Methods / Classes192 / 12
Compatibility 100%

Problem Summary


SeverityCount
Added Methods-4
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  4 


dropwizard-jetty-0.8.0.jar, HttpConnectorFactory.class
package io.dropwizard.jetty
HttpConnectorFactory.httpConnections ( )  :  String

dropwizard-jetty-0.8.0.jar, HttpsConnectorFactory.class
package io.dropwizard.jetty
HttpsConnectorFactory.getExcludedProtocols ( )  :  List<String>
HttpsConnectorFactory.setExcludedProtocols ( List<String> excludedProtocols )  :  void

dropwizard-jetty-0.8.0.jar, ServletEnvironment.class
package io.dropwizard.jetty.setup
ServletEnvironment.setBaseResource ( Resource baseResource )  :  void

to the top

Java Archives  1 


dropwizard-jetty-0.7.1.jar

to the top