Binary compatibility report for the dropwizard-views-mustache library between 0.8.0 and 0.8.1 versions
Test Info
| Library Name | dropwizard-views-mustache |
| Version #1 | 0.8.0 |
| Version #2 | 0.8.1 |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 6 / 1 |
| Compatibility |
80% |
Problem Summary
| Severity | Count |
| Added Methods | - | 1 |
| Removed Methods | High | 1 |
Problems with Data Types | High | 0 |
| Medium | 0 |
| Low | 0 |
Problems with Methods | High | 0 |
| Medium | 0 |
| Low | 0 |
Added Methods 1
dropwizard-views-mustache-0.8.1.jar, MustacheViewRenderer.class
package io.dropwizard.views.mustache
MustacheViewRenderer.configure ( Map<String,String> options ) : void
io/dropwizard/views/mustache/MustacheViewRenderer.configure:(Ljava/util/Map;)V
to the top
Removed Methods 1
dropwizard-views-mustache-0.8.0.jar, MustacheViewRenderer.class
package io.dropwizard.views.mustache
MustacheViewRenderer.configure ( ImmutableMap<String,String> options ) : void
io/dropwizard/views/mustache/MustacheViewRenderer.configure:(Lcom/google/common/collect/ImmutableMap;)V
to the top
Java Archives 1
dropwizard-views-mustache-0.8.0.jar
to the top