Source compatibility report for the dropwizard-views library between 1.3.29 and 2.0.0 versions

Test Info


Library Namedropwizard-views
Version #11.3.29
Version #22.0.0

Test Results


Total Java Modules1
Total Methods / Classes32 / 7
Compatibility 86.7%

Problem Summary


SeverityCount
Added Methods-2
Removed MethodsHigh4
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  2 


dropwizard-views-2.0.0.jar, ViewBundle.class
package io.dropwizard.views
ViewBundle<T>.getViewConfiguration ( T configuration )  :  Map<String,Map<String,String>>

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

to the top

Removed Methods  4 


dropwizard-views-1.3.29.jar, ViewBundle.class
package io.dropwizard.views
ViewBundle<T>.getViewConfiguration ( T configuration )  :  Map<String,Map<String,String>>
ViewBundle<T>.initialize ( Bootstrap<?> bootstrap )  :  void
ViewBundle<T>.run ( T configuration, Environment environment )  :  void

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

to the top

Java Archives  1 


dropwizard-views-1.3.29.jar

to the top