Source compatibility report for the dropwizard-flyway library between 2.1.0-2 and 2.1.0-3 versions

Test Info


Library Namedropwizard-flyway
Version #12.1.0-2
Version #22.1.0-3

Test Results


Total Java Modules1
Total Methods / Classes109 / 11
Compatibility 92.5%

Problem Summary


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

Added Methods  2 


dropwizard-flyway-2.1.0-3.jar, FlywayFactory.class
package io.dropwizard.flyway
FlywayFactory.getIgnoreMigrationPatterns ( )  :  List<String>
FlywayFactory.setIgnoreMigrationPatterns ( List<String> ignoreMigrationPatterns )  :  void

to the top

Removed Methods  8 


dropwizard-flyway-2.1.0-2.jar, FlywayFactory.class
package io.dropwizard.flyway
FlywayFactory.isIgnoreFutureMigrations ( )  :  boolean
FlywayFactory.isIgnoreIgnoredMigrations ( )  :  boolean
FlywayFactory.isIgnoreMissingMigrations ( )  :  boolean
FlywayFactory.isIgnorePendingMigrations ( )  :  boolean
FlywayFactory.setIgnoreFutureMigrations ( boolean ignoreFutureMigrations )  :  void
FlywayFactory.setIgnoreIgnoredMigrations ( boolean ignoreIgnoredMigrations )  :  void
FlywayFactory.setIgnoreMissingMigrations ( boolean ignoreMissingMigrations )  :  void
FlywayFactory.setIgnorePendingMigrations ( boolean ignorePendingMigrations )  :  void

to the top

Java Archives  1 


dropwizard-flyway-2.1.0-2.jar

to the top