Source compatibility report for the dropwizard-migrations library between 0.9.3 and 1.0.0 versions

Test Info


Library Namedropwizard-migrations
Version #10.9.3
Version #21.0.0

Test Results


Total Java Modules1
Total Methods / Classes72 / 19
Compatibility 65.4%

Problem Summary


SeverityCount
Added Methods-20
Removed MethodsHigh17
Problems with
Data Types
High1
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  20 


dropwizard-migrations-1.0.0.jar, AbstractLiquibaseCommand.class
package io.dropwizard.migrations
AbstractLiquibaseCommand<T>.AbstractLiquibaseCommand<T> ( String name, String description, DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName )

dropwizard-migrations-1.0.0.jar, CloseableLiquibase.class
package io.dropwizard.migrations
CloseableLiquibase.CloseableLiquibase ( String changeLogFile, ResourceAccessor resourceAccessor, DatabaseConnection conn, ManagedDataSource dataSource )

dropwizard-migrations-1.0.0.jar, CloseableLiquibaseWithClassPathMigrationsFile.class
package io.dropwizard.migrations
CloseableLiquibaseWithClassPathMigrationsFile.CloseableLiquibaseWithClassPathMigrationsFile ( ManagedDataSource dataSource, String file )

dropwizard-migrations-1.0.0.jar, CloseableLiquibaseWithFileSystemMigrationsFile.class
package io.dropwizard.migrations
CloseableLiquibaseWithFileSystemMigrationsFile.CloseableLiquibaseWithFileSystemMigrationsFile ( ManagedDataSource dataSource, String file )

dropwizard-migrations-1.0.0.jar, DbCalculateChecksumCommand.class
package io.dropwizard.migrations
DbCalculateChecksumCommand<T>.DbCalculateChecksumCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName )

dropwizard-migrations-1.0.0.jar, DbClearChecksumsCommand.class
package io.dropwizard.migrations
DbClearChecksumsCommand<T>.DbClearChecksumsCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName )

dropwizard-migrations-1.0.0.jar, DbCommand.class
package io.dropwizard.migrations
DbCommand<T>.DbCommand<T> ( String name, DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName )

dropwizard-migrations-1.0.0.jar, DbDropAllCommand.class
package io.dropwizard.migrations
DbDropAllCommand<T>.DbDropAllCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName )

dropwizard-migrations-1.0.0.jar, DbDumpCommand.class
package io.dropwizard.migrations
DbDumpCommand<T>.DbDumpCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName )

dropwizard-migrations-1.0.0.jar, DbFastForwardCommand.class
package io.dropwizard.migrations
DbFastForwardCommand<T>.DbFastForwardCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName )

dropwizard-migrations-1.0.0.jar, DbGenerateDocsCommand.class
package io.dropwizard.migrations
DbGenerateDocsCommand<T>.DbGenerateDocsCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName )

dropwizard-migrations-1.0.0.jar, DbLocksCommand.class
package io.dropwizard.migrations
DbLocksCommand<T>.DbLocksCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName )

dropwizard-migrations-1.0.0.jar, DbMigrateCommand.class
package io.dropwizard.migrations
DbMigrateCommand<T>.DbMigrateCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName )

dropwizard-migrations-1.0.0.jar, DbPrepareRollbackCommand.class
package io.dropwizard.migrations
DbPrepareRollbackCommand<T>.DbPrepareRollbackCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName )

dropwizard-migrations-1.0.0.jar, DbRollbackCommand.class
package io.dropwizard.migrations
DbRollbackCommand<T>.DbRollbackCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName )

dropwizard-migrations-1.0.0.jar, DbStatusCommand.class
package io.dropwizard.migrations
DbStatusCommand<T>.DbStatusCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName )

dropwizard-migrations-1.0.0.jar, DbTagCommand.class
package io.dropwizard.migrations
DbTagCommand<T>.DbTagCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName )

dropwizard-migrations-1.0.0.jar, DbTestCommand.class
package io.dropwizard.migrations
DbTestCommand<T>.DbTestCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName )

dropwizard-migrations-1.0.0.jar, MigrationsBundle.class
package io.dropwizard.migrations
MigrationsBundle<T>.getMigrationsFileName ( )  :  String
MigrationsBundle<T>.name ( )  :  String

to the top

Removed Methods  17 


dropwizard-migrations-0.9.3.jar, AbstractLiquibaseCommand.class
package io.dropwizard.migrations
AbstractLiquibaseCommand<T>.AbstractLiquibaseCommand<T> ( String name, String description, DatabaseConfiguration<T> strategy, Class<T> configurationClass )

dropwizard-migrations-0.9.3.jar, CloseableLiquibase.class
package io.dropwizard.migrations
CloseableLiquibase.CloseableLiquibase ( ManagedDataSource dataSource )
CloseableLiquibase.CloseableLiquibase ( ManagedDataSource dataSource, String file )

dropwizard-migrations-0.9.3.jar, DbCalculateChecksumCommand.class
package io.dropwizard.migrations
DbCalculateChecksumCommand<T>.DbCalculateChecksumCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass )

dropwizard-migrations-0.9.3.jar, DbClearChecksumsCommand.class
package io.dropwizard.migrations
DbClearChecksumsCommand<T>.DbClearChecksumsCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass )

dropwizard-migrations-0.9.3.jar, DbCommand.class
package io.dropwizard.migrations
DbCommand<T>.DbCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass )

dropwizard-migrations-0.9.3.jar, DbDropAllCommand.class
package io.dropwizard.migrations
DbDropAllCommand<T>.DbDropAllCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass )

dropwizard-migrations-0.9.3.jar, DbDumpCommand.class
package io.dropwizard.migrations
DbDumpCommand<T>.DbDumpCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass )

dropwizard-migrations-0.9.3.jar, DbFastForwardCommand.class
package io.dropwizard.migrations
DbFastForwardCommand<T>.DbFastForwardCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass )

dropwizard-migrations-0.9.3.jar, DbGenerateDocsCommand.class
package io.dropwizard.migrations
DbGenerateDocsCommand<T>.DbGenerateDocsCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass )

dropwizard-migrations-0.9.3.jar, DbLocksCommand.class
package io.dropwizard.migrations
DbLocksCommand<T>.DbLocksCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass )

dropwizard-migrations-0.9.3.jar, DbMigrateCommand.class
package io.dropwizard.migrations
DbMigrateCommand<T>.DbMigrateCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass )

dropwizard-migrations-0.9.3.jar, DbPrepareRollbackCommand.class
package io.dropwizard.migrations
DbPrepareRollbackCommand<T>.DbPrepareRollbackCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass )

dropwizard-migrations-0.9.3.jar, DbRollbackCommand.class
package io.dropwizard.migrations
DbRollbackCommand<T>.DbRollbackCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass )

dropwizard-migrations-0.9.3.jar, DbStatusCommand.class
package io.dropwizard.migrations
DbStatusCommand<T>.DbStatusCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass )

dropwizard-migrations-0.9.3.jar, DbTagCommand.class
package io.dropwizard.migrations
DbTagCommand<T>.DbTagCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass )

dropwizard-migrations-0.9.3.jar, DbTestCommand.class
package io.dropwizard.migrations
DbTestCommand<T>.DbTestCommand<T> ( DatabaseConfiguration<T> strategy, Class<T> configurationClass )

to the top

Problems with Data Types, High Severity  1 


dropwizard-migrations-0.9.3.jar
package io.dropwizard.migrations
[+] class CloseableLiquibase  1 

to the top

Java Archives  1 


dropwizard-migrations-0.9.3.jar

to the top