Binary 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 |
100% |
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 | 0 |
Low | 2 |
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, Low 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. |
A client program may be interrupted by added exception. |
2 |
Removed java.lang.Exception exception thrown. |
A client program may change behavior because the removed exception will not be thrown any more and client will not catch and handle it. |
to the top
Java Archives 1
dropwizard-migrations-2.0.35.jar
to the top