Source compatibility report for the dropwizard-migrations library between 2.1.12 and 3.0.0 versions

Test Info


Library Namedropwizard-migrations
Version #12.1.12
Version #23.0.0

Test Results


Total Java Modules1
Total Methods / Classes58 / 19
Compatibility 87.5%

Problem Summary


SeverityCount
Added Methods-2
Removed MethodsHigh2
Problems with
Data Types
High2
Medium0
Low1
Problems with
Methods
High1
Medium0
Low0

Added Methods  2 


dropwizard-migrations-3.0.0.jar, AbstractLiquibaseCommand.class
package io.dropwizard.migrations
AbstractLiquibaseCommand<T>.run ( Bootstrap<T> bootstrap, Namespace namespace, T configuration )  :  void

dropwizard-migrations-3.0.0.jar, MigrationsBundle.class
package io.dropwizard.migrations
MigrationsBundle<T>.initialize ( Bootstrap<?> bootstrap )  :  void

to the top

Removed Methods  2 


dropwizard-migrations-2.1.12.jar, AbstractLiquibaseCommand.class
package io.dropwizard.migrations
AbstractLiquibaseCommand<T>.run ( Bootstrap<T> bootstrap, Namespace namespace, T configuration )  :  void

dropwizard-migrations-2.1.12.jar, MigrationsBundle.class
package io.dropwizard.migrations
MigrationsBundle<T>.initialize ( Bootstrap<?> bootstrap )  :  void

to the top

Problems with Data Types, High Severity  2 


dropwizard-migrations-2.1.12.jar
package io.dropwizard.migrations
[+] class MigrationsBundle<T>  2 

to the top

Problems with Methods, High Severity  1 


dropwizard-migrations-2.1.12.jar, CloseableLiquibase.class
package io.dropwizard.migrations
[+] CloseableLiquibase.CloseableLiquibase ( String changeLogFile, ResourceAccessor resourceAccessor, DatabaseConnection conn, ManagedDataSource dataSource )  1 

to the top

Problems with Data Types, Low Severity  1 


dropwizard-migrations-2.1.12.jar
package io.dropwizard.migrations
[+] class AbstractLiquibaseCommand<T>  1 

to the top

Java Archives  1 


dropwizard-migrations-2.1.12.jar

to the top