Binary compatibility report for the dropwizard-views library between 1.3.29 and 2.0.0 versions
Test Info
Library Name | dropwizard-views |
Version #1 | 1.3.29 |
Version #2 | 2.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 32 / 7 |
Compatibility |
86.7% |
Problem Summary
| Severity | Count |
Added Methods | - | 2 |
Removed Methods | High | 4 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
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>>
io/dropwizard/views/ViewBundle.getViewConfiguration:(Ljava/lang/Object;)Ljava/util/Map;
dropwizard-views-2.0.0.jar, ViewConfigurable.class
package io.dropwizard.views
ViewConfigurable<T>.getViewConfiguration ( T p1 ) [abstract] : Map<String,Map<String,String>>
io/dropwizard/views/ViewConfigurable.getViewConfiguration:(Ljava/lang/Object;)Ljava/util/Map;
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>>
io/dropwizard/views/ViewBundle.getViewConfiguration:(Lio/dropwizard/Configuration;)Ljava/util/Map;
ViewBundle<T>.initialize ( Bootstrap<?> bootstrap ) : void
io/dropwizard/views/ViewBundle.initialize:(Lio/dropwizard/setup/Bootstrap;)V
ViewBundle<T>.run ( T configuration, Environment environment ) : void
io/dropwizard/views/ViewBundle.run:(Lio/dropwizard/Configuration;Lio/dropwizard/setup/Environment;)V
dropwizard-views-1.3.29.jar, ViewConfigurable.class
package io.dropwizard.views
ViewConfigurable<T>.getViewConfiguration ( T p1 ) [abstract] : Map<String,Map<String,String>>
io/dropwizard/views/ViewConfigurable.getViewConfiguration:(Lio/dropwizard/Configuration;)Ljava/util/Map;
to the top
Java Archives 1
dropwizard-views-1.3.29.jar
to the top