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

Test Info


Library Namedropwizard-views
Version #10.7.1
Version #20.8.0

Test Results


Total Java Modules1
Total Methods / Classes23 / 7
Compatibility 77.8%

Problem Summary


SeverityCount
Added Methods-5
Removed MethodsHigh1
Problems with
Data Types
High2
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-3

Added Methods  5 


dropwizard-views-0.8.0.jar, ViewBundle.class
package io.dropwizard.views
ViewBundle<T>.run ( Object p1, Environment p2 )  :  void
ViewBundle<T>.run ( T configuration, Environment environment )  :  void

dropwizard-views-0.8.0.jar, ViewConfigurable.class
package io.dropwizard.views
ViewConfigurable<T>.getViewConfiguration ( T p1 ) [abstract]  :  ImmutableMap<String,ImmutableMap<String,String>>

dropwizard-views-0.8.0.jar, ViewRenderer.class
package io.dropwizard.views
ViewRenderer.configure ( ImmutableMap<String,String> p1 ) [abstract]  :  void
ViewRenderer.getSuffix ( ) [abstract]  :  String

to the top

Removed Methods  1 


dropwizard-views-0.7.1.jar, ViewBundle.class
package io.dropwizard.views
ViewBundle.run ( Environment environment )  :  void

to the top

Problems with Data Types, High Severity  2 


dropwizard-views-0.7.1.jar
package io.dropwizard.views
[+] class ViewBundle  2 

to the top

Other Changes in Data Types  3 


dropwizard-views-0.7.1.jar
package io.dropwizard.views
[+] class ViewBundle  1 
[+] interface ViewRenderer  2 

to the top

Java Archives  1 


dropwizard-views-0.7.1.jar

to the top