Source compatibility report for the dropwizard-flyway library between 2.1.0-7 and 2.1.0-8 versions

Test Info


Library Namedropwizard-flyway
Version #12.1.0-7
Version #22.1.0-8

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-2.1.0-8.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-2.1.0-7.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-2.1.0-7.jar

to the top