Binary compatibility report for the dropwizard-flyway library between 1.3.0-4 and 1.3.0-5 versions
Test Info
| Library Name | dropwizard-flyway | 
| Version #1 | 1.3.0-4 | 
| Version #2 | 1.3.0-5 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 99 / 10 | 
| Compatibility | 
97.9% | 
Problem Summary
 | Severity | Count | 
| Added Methods | - | 2 | 
| Removed Methods | High | 2 | 
Problems with Data Types | High | 0 | 
| Medium | 0 | 
| Low | 0 | 
Problems with Methods | High | 0 | 
| Medium | 0 | 
| Low | 0 | 
Added Methods  2 
dropwizard-flyway-1.3.0-5.jar, FlywayFactory.class
package io.dropwizard.flyway
FlywayFactory.getInitSql ( )  :  String
io/dropwizard/flyway/FlywayFactory.getInitSql:()Ljava/lang/String;
FlywayFactory.setInitSql ( String initSql )  :  void
io/dropwizard/flyway/FlywayFactory.setInitSql:(Ljava/lang/String;)V
to the top
Removed Methods  2 
dropwizard-flyway-1.3.0-4.jar, FlywayFactory.class
package io.dropwizard.flyway
FlywayFactory.getErrorHandlers ( )  :  List<String>
io/dropwizard/flyway/FlywayFactory.getErrorHandlers:()Ljava/util/List;
FlywayFactory.setErrorHandlers ( List<String> errorHandlers )  :  void
io/dropwizard/flyway/FlywayFactory.setErrorHandlers:(Ljava/util/List;)V
to the top
Java Archives  1 
dropwizard-flyway-1.3.0-4.jar
to the top