Source compatibility report for the dropwizard-flyway library between 4.0.0-1 and 4.0.0-2 versions
Test Info
| Library Name | dropwizard-flyway |
| Version #1 | 4.0.0-1 |
| Version #2 | 4.0.0-2 |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 103 / 11 |
| 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 | 0 |
Added Methods 2
dropwizard-flyway-4.0.0-2.jar, FlywayFactory.class
package io.dropwizard.flyway
FlywayFactory.getConfiguration ( ) : Map<String,String>
io/dropwizard/flyway/FlywayFactory.getConfiguration:()Ljava/util/Map;
FlywayFactory.setConfiguration ( Map<String,String> configuration ) : void
io/dropwizard/flyway/FlywayFactory.setConfiguration:(Ljava/util/Map;)V
to the top
Java Archives 1
dropwizard-flyway-4.0.0-1.jar
to the top