Binary compatibility report for the dropwizard-flyway library between 0.9.2-1 and 0.9.2-2 versions

Test Info


Library Namedropwizard-flyway
Version #10.9.2-1
Version #20.9.2-2

Test Results


Total Java Modules1
Total Methods / Classes58 / 10
Compatibility 100%

Problem Summary


SeverityCount
Added Methods-8
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  8 


dropwizard-flyway-0.9.2-2.jar, FlywayFactory.class
package io.dropwizard.flyway
FlywayFactory.getBaselineDescription ( )  :  String
FlywayFactory.getBaselineOnMigrate ( )  :  boolean
FlywayFactory.getOutOfOrder ( )  :  boolean
FlywayFactory.getValidateOnMigrate ( )  :  boolean
FlywayFactory.setBaselineDescription ( String baselineDescription )  :  void
FlywayFactory.setBaselineOnMigrate ( boolean baselineOnMigrate )  :  void
FlywayFactory.setOutOfOrder ( boolean outOfOrder )  :  void
FlywayFactory.setValidateOnMigrate ( boolean validateOnMigrate )  :  void

to the top

Java Archives  1 


dropwizard-flyway-0.9.2-1.jar

to the top