Binary compatibility report for the dropwizard-web library between 1.5.2 and 2.0.0 versions

Test Info


Library Namedropwizard-web
Version #11.5.2
Version #22.0.0

Test Results


Total Java Modules1
Total Methods / Classes84 / 10
Compatibility 89.7%

Problem Summary


SeverityCount
Added Methods-6
Removed MethodsHigh7
Problems with
Data Types
High2
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-2

Added Methods  6 


dropwizard-web-2.0.0.jar, CorsFilterFactory.class
package io.dropwizard.web.conf
CorsFilterFactory.build ( Environment environment, String urlPattern )  :  void

dropwizard-web-2.0.0.jar, WebBundle.class
package io.dropwizard.web
WebBundle<T>.configureHeaderFilter ( Environment environment, String uriPath, String urlPattern, Map<String,String> headers )  :  void
WebBundle<T>.getWebConfiguration ( T p1 ) [abstract]  :  WebConfiguration
WebBundle<T>.initialize ( Bootstrap<?> bootstrap )  :  void
WebBundle<T>.run ( Object p1, Environment p2 )  :  void
WebBundle<T>.run ( T configuration, Environment environment )  :  void

to the top

Removed Methods  7 


dropwizard-web-1.5.2.jar, CorsFilterFactory.class
package io.dropwizard.web.conf
CorsFilterFactory.build ( Environment environment, String urlPattern )  :  void

dropwizard-web-1.5.2.jar, WebBundle.class
package io.dropwizard.web
WebBundle<T>.configureHeaderFilter ( Environment environment, String uriPath, String urlPattern, Map<String,String> headers )  :  void
WebBundle<T>.getServletEnvironment ( Environment environment )  :  ServletEnvironment
WebBundle<T>.getWebConfiguration ( T p1 ) [abstract]  :  WebConfiguration
WebBundle<T>.initialize ( Bootstrap<?> bootstrap )  :  void
WebBundle<T>.run ( Object p1, Environment p2 )  :  void
WebBundle<T>.run ( T configuration, Environment environment )  :  void

to the top

Problems with Data Types, High Severity  2 


dropwizard-web-1.5.2.jar
package io.dropwizard.web
[+] class WebBundle<T>  2 

to the top

Other Changes in Data Types  2 


dropwizard-web-1.5.2.jar
package io.dropwizard.web
[+] class WebBundle<T>  2 

to the top

Java Archives  1 


dropwizard-web-1.5.2.jar

to the top