Source compatibility report for the dropwizard-migrations library between 2.0.35 and 2.1.0 versions
Test Info
| Library Name | dropwizard-migrations | 
| Version #1 | 2.0.35 | 
| Version #2 | 2.1.0 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 56 / 19 | 
| Compatibility | 
99.1% | 
Problem Summary
 | Severity | Count | 
| Added Methods | - | 2 | 
| Removed Methods | High | 0 | 
Problems with Data Types | High | 0 | 
| Medium | 0 | 
| Low | 0 | 
Problems with Methods | High | 0 | 
| Medium | 2 | 
| Low | 0 | 
Added Methods  2 
dropwizard-migrations-2.1.0.jar, DbCommand.class
package io.dropwizard.migrations
DbCommand<T>.DbCommand<T> ( String name, DatabaseConfiguration<T> strategy, Class<T> configurationClass, String migrationsFileName, Map<String,Object> scopedObjects )
io/dropwizard/migrations/DbCommand."<init>":(Ljava/lang/String;Lio/dropwizard/db/DatabaseConfiguration;Ljava/lang/Class;Ljava/lang/String;Ljava/util/Map;)V
dropwizard-migrations-2.1.0.jar, MigrationsBundle.class
package io.dropwizard.migrations
MigrationsBundle<T>.getScopedObjects ( )  :  Map<String,Object>
io/dropwizard/migrations/MigrationsBundle.getScopedObjects:()Ljava/util/Map;
to the top
Problems with Methods, Medium Severity  2 
dropwizard-migrations-2.0.35.jar, CloseableLiquibase.class
package io.dropwizard.migrations
[+] CloseableLiquibase.close ( )  :  void  2 
io/dropwizard/migrations/CloseableLiquibase.close:()V
 | Change | Effect | 
|---|
| 1 | 
Added liquibase.exception.LiquibaseException exception thrown. | 
Recompilation of a client program may be terminated with the message: unreported exception liquibase.exception.LiquibaseException must be caught or declared to be thrown. | 
| 2 | 
Removed java.lang.Exception exception thrown. | 
Recompilation of a client program may be terminated with the message: cannot override close ( ) in CloseableLiquibase; overridden method does not throw java.lang.Exception. | 
 
to the top
Java Archives  1 
dropwizard-migrations-2.0.35.jar
to the top