Binary compatibility report for the dropwizard-flyway library between 4.0.0-4 and 4.0.0-5 versions

Test Info


Library Namedropwizard-flyway
Version #14.0.0-4
Version #24.0.0-5

Test Results


Total Java Modules1
Total Methods / Classes107 / 11
Compatibility 96.1%

Problem Summary


SeverityCount
Added Methods-4
Removed MethodsHigh4
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  4 


dropwizard-flyway-4.0.0-5.jar, FlywayFactory.class
package io.dropwizard.flyway
FlywayFactory.getConnectRetries ( )  :  int
FlywayFactory.getConnectRetriesInterval ( )  :  int
FlywayFactory.setConnectRetries ( int connectRetries )  :  void
FlywayFactory.setConnectRetriesInterval ( int connectRetriesInterval )  :  void

to the top

Removed Methods  4 


dropwizard-flyway-4.0.0-4.jar, FlywayFactory.class
package io.dropwizard.flyway
FlywayFactory.getUndoSqlMigrationPrefix ( )  :  String
FlywayFactory.isOracleSqlPlus ( )  :  Boolean
FlywayFactory.setOracleSqlPlus ( Boolean oracleSqlPlus )  :  void
FlywayFactory.setUndoSqlMigrationPrefix ( String undoSqlMigrationPrefix )  :  void

to the top

Java Archives  1 


dropwizard-flyway-4.0.0-4.jar

to the top