Source compatibility report for the dropwizard-flyway library between 2.0.1-1 and 2.0.2-1 versions
Test Info
Library Name | dropwizard-flyway |
Version #1 | 2.0.1-1 |
Version #2 | 2.0.2-1 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 99 / 10 |
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-2.0.2-1.jar, FlywayFactory.class
package io.dropwizard.flyway
FlywayFactory.getDefaultSchema ( ) : String
io/dropwizard/flyway/FlywayFactory.getDefaultSchema:()Ljava/lang/String;
FlywayFactory.setDefaultSchema ( String defaultSchema ) : void
io/dropwizard/flyway/FlywayFactory.setDefaultSchema:(Ljava/lang/String;)V
to the top
Java Archives 1
dropwizard-flyway-2.0.1-1.jar
to the top