Source compatibility report for the dropwizard-flyway library between 3.0.0-5 and 4.0.0-1 versions

Test Info


Library Namedropwizard-flyway
Version #13.0.0-5
Version #24.0.0-1

Test Results


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

Problem Summary


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

Added Methods  4 


dropwizard-flyway-4.0.0-1.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

Removed Methods  6 


dropwizard-flyway-3.0.0-5.jar, FlywayFactory.class
package io.dropwizard.flyway
FlywayFactory.getConfiguration ( )  :  Map<String,String>
FlywayFactory.getConnectRetries ( )  :  int
FlywayFactory.getConnectRetriesInterval ( )  :  int
FlywayFactory.setConfiguration ( Map<String,String> configuration )  :  void
FlywayFactory.setConnectRetries ( int connectRetries )  :  void
FlywayFactory.setConnectRetriesInterval ( int connectRetriesInterval )  :  void

to the top

Java Archives  1 


dropwizard-flyway-3.0.0-5.jar

to the top