Binary compatibility report for the dropwizard-flyway library between 1.3.0-3 and 1.3.0-4 versions

Test Info


Library Namedropwizard-flyway
Version #11.3.0-3
Version #21.3.0-4

Test Results


Total Java Modules1
Total Methods / Classes102 / 10
Compatibility 91.5%

Problem Summary


SeverityCount
Added Methods-43
Removed MethodsHigh5
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  43 


dropwizard-flyway-1.3.0-4.jar, FlywayFactory.class
package io.dropwizard.flyway
FlywayFactory.getBaseLineVersion ( )  :  String
FlywayFactory.getDryRunOutputFile ( )  :  File
FlywayFactory.getErrorHandlers ( )  :  List<String>
FlywayFactory.getErrorOverrides ( )  :  List<String>
FlywayFactory.getInstalledBy ( )  :  String
FlywayFactory.getSqlMigrationSuffixes ( )  :  List<String>
FlywayFactory.getTarget ( )  :  String
FlywayFactory.getUndoSqlMigrationPrefix ( )  :  String
FlywayFactory.isBaselineOnMigrate ( )  :  boolean
FlywayFactory.isBatch ( )  :  Boolean
FlywayFactory.isCleanDisabled ( )  :  boolean
FlywayFactory.isGroup ( )  :  boolean
FlywayFactory.isIgnoreFutureMigrations ( )  :  boolean
FlywayFactory.isIgnoreIgnoredMigrations ( )  :  boolean
FlywayFactory.isIgnoreMissingMigrations ( )  :  boolean
FlywayFactory.isMixed ( )  :  boolean
FlywayFactory.isOracleSqlPlus ( )  :  Boolean
FlywayFactory.isOutOfOrder ( )  :  boolean
FlywayFactory.isPlaceholderReplacement ( )  :  boolean
FlywayFactory.isSkipDefaultCallbacks ( )  :  boolean
FlywayFactory.isSkipDefaultResolvers ( )  :  boolean
FlywayFactory.isStream ( )  :  Boolean
FlywayFactory.isValidateOnMigrate ( )  :  boolean
FlywayFactory.setBaseLineVersion ( String baseLineVersion )  :  void
FlywayFactory.setBatch ( Boolean batch )  :  void
FlywayFactory.setCleanDisabled ( boolean cleanDisabled )  :  void
FlywayFactory.setDryRunOutputFile ( File dryRunOutputFile )  :  void
FlywayFactory.setErrorHandlers ( List<String> errorHandlers )  :  void
FlywayFactory.setErrorOverrides ( List<String> errorOverrides )  :  void
FlywayFactory.setGroup ( boolean group )  :  void
FlywayFactory.setIgnoreFutureMigrations ( boolean ignoreFutureMigrations )  :  void
FlywayFactory.setIgnoreIgnoredMigrations ( boolean ignoreIgnoredMigrations )  :  void
FlywayFactory.setIgnoreMissingMigrations ( boolean ignoreMissingMigrations )  :  void
FlywayFactory.setInstalledBy ( String installedBy )  :  void
FlywayFactory.setMixed ( boolean mixed )  :  void
FlywayFactory.setOracleSqlPlus ( Boolean oracleSqlPlus )  :  void
FlywayFactory.setPlaceholderReplacement ( boolean placeholderReplacement )  :  void
FlywayFactory.setSkipDefaultCallbacks ( boolean skipDefaultCallbacks )  :  void
FlywayFactory.setSkipDefaultResolvers ( boolean skipDefaultResolvers )  :  void
FlywayFactory.setSqlMigrationSuffixes ( List<String> sqlMigrationSuffixes )  :  void
FlywayFactory.setStream ( Boolean stream )  :  void
FlywayFactory.setTarget ( String target )  :  void
FlywayFactory.setUndoSqlMigrationPrefix ( String undoSqlMigrationPrefix )  :  void

to the top

Removed Methods  5 


dropwizard-flyway-1.3.0-3.jar, FlywayFactory.class
package io.dropwizard.flyway
FlywayFactory.getBaselineOnMigrate ( )  :  boolean
FlywayFactory.getOutOfOrder ( )  :  boolean
FlywayFactory.getSqlMigrationSuffix ( )  :  String
FlywayFactory.getValidateOnMigrate ( )  :  boolean
FlywayFactory.setSqlMigrationSuffix ( String sqlMigrationSuffix )  :  void

to the top

Java Archives  1 


dropwizard-flyway-1.3.0-3.jar

to the top