Binary compatibility report for the dropwizard-flyway library between 2.0.21-1 and 2.0.21-2 versions
Test Info
Library Name | dropwizard-flyway |
Version #1 | 2.0.21-1 |
Version #2 | 2.0.21-2 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 107 / 11 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 2 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 2
dropwizard-flyway-2.0.21-2.jar, FlywayFactory.class
package io.dropwizard.flyway
FlywayFactory.isIgnorePendingMigrations ( ) : boolean
io/dropwizard/flyway/FlywayFactory.isIgnorePendingMigrations:()Z
FlywayFactory.setIgnorePendingMigrations ( boolean ignorePendingMigrations ) : void
io/dropwizard/flyway/FlywayFactory.setIgnorePendingMigrations:(Z)V
to the top
Java Archives 1
dropwizard-flyway-2.0.21-1.jar
to the top