Binary compatibility report for the dropwizard-flyway library between 2.1.0-8 and 3.0.0-1 versions

Test Info


Library Namedropwizard-flyway
Version #12.1.0-8
Version #23.0.0-1

Test Results


Total Java Modules1
Total Methods / Classes110 / 11
Compatibility 82.5%

Problem Summary


SeverityCount
Added Methods-7
Removed MethodsHigh9
Problems with
Data Types
High2
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-2

Added Methods  7 


dropwizard-flyway-3.0.0-1.jar, FlywayBundle.class
package io.dropwizard.flyway
FlywayBundle<T>.getFlywayFactory ( T configuration )  :  FlywayFactory
FlywayBundle<T>.initialize ( Bootstrap<?> bootstrap )  :  void

dropwizard-flyway-3.0.0-1.jar, FlywayConfiguration.class
package io.dropwizard.flyway
FlywayConfiguration<T>.getFlywayFactory ( T p1 ) [abstract]  :  FlywayFactory

dropwizard-flyway-3.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  9 


dropwizard-flyway-2.1.0-8.jar, FlywayBundle.class
package io.dropwizard.flyway
FlywayBundle<T>.getFlywayFactory ( T configuration )  :  FlywayFactory
FlywayBundle<T>.initialize ( Bootstrap<?> bootstrap )  :  void

dropwizard-flyway-2.1.0-8.jar, FlywayConfiguration.class
package io.dropwizard.flyway
FlywayConfiguration<T>.getFlywayFactory ( T p1 ) [abstract]  :  FlywayFactory

dropwizard-flyway-2.1.0-8.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

Problems with Data Types, High Severity  2 


dropwizard-flyway-2.1.0-8.jar
package io.dropwizard.flyway
[+] class FlywayBundle<T>  1 
[+] interface FlywayConfiguration<T>  1 

to the top

Other Changes in Data Types  2 


dropwizard-flyway-2.1.0-8.jar
package io.dropwizard.flyway
[+] class FlywayBundle<T>  1 
[+] interface FlywayConfiguration<T>  1 

to the top

Java Archives  1 


dropwizard-flyway-2.1.0-8.jar

to the top