Source compatibility report for the dropwizard-flyway library between 2.1.0-7 and 2.1.0-8 versions
Test Info
Library Name | dropwizard-flyway |
Version #1 | 2.1.0-7 |
Version #2 | 2.1.0-8 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 107 / 11 |
Compatibility |
96.1% |
Problem Summary
| Severity | Count |
Added Methods | - | 4 |
Removed Methods | High | 4 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 4
dropwizard-flyway-2.1.0-8.jar, FlywayFactory.class
package io.dropwizard.flyway
FlywayFactory.getConnectRetries ( ) : int
io/dropwizard/flyway/FlywayFactory.getConnectRetries:()I
FlywayFactory.getConnectRetriesInterval ( ) : int
io/dropwizard/flyway/FlywayFactory.getConnectRetriesInterval:()I
FlywayFactory.setConnectRetries ( int connectRetries ) : void
io/dropwizard/flyway/FlywayFactory.setConnectRetries:(I)V
FlywayFactory.setConnectRetriesInterval ( int connectRetriesInterval ) : void
io/dropwizard/flyway/FlywayFactory.setConnectRetriesInterval:(I)V
to the top
Removed Methods 4
dropwizard-flyway-2.1.0-7.jar, FlywayFactory.class
package io.dropwizard.flyway
FlywayFactory.getUndoSqlMigrationPrefix ( ) : String
io/dropwizard/flyway/FlywayFactory.getUndoSqlMigrationPrefix:()Ljava/lang/String;
FlywayFactory.isOracleSqlPlus ( ) : Boolean
io/dropwizard/flyway/FlywayFactory.isOracleSqlPlus:()Ljava/lang/Boolean;
FlywayFactory.setOracleSqlPlus ( Boolean oracleSqlPlus ) : void
io/dropwizard/flyway/FlywayFactory.setOracleSqlPlus:(Ljava/lang/Boolean;)V
FlywayFactory.setUndoSqlMigrationPrefix ( String undoSqlMigrationPrefix ) : void
io/dropwizard/flyway/FlywayFactory.setUndoSqlMigrationPrefix:(Ljava/lang/String;)V
to the top
Java Archives 1
dropwizard-flyway-2.1.0-7.jar
to the top