Source compatibility report for the dropwizard-flyway library between 1.3.0-5 and 1.3.0-6 versions
Test Info
| Library Name | dropwizard-flyway |
| Version #1 | 1.3.0-5 |
| Version #2 | 1.3.0-6 |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 98 / 10 |
| Compatibility |
100% |
Problem Summary
| Severity | Count |
| Added Methods | - | 1 |
| 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 1
dropwizard-flyway-1.3.0-6.jar, FlywayFactory.class
package io.dropwizard.flyway
FlywayFactory.build ( String url, String user, String password ) : Flyway
io/dropwizard/flyway/FlywayFactory.build:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)Lorg/flywaydb/core/Flyway;
to the top
Java Archives 1
dropwizard-flyway-1.3.0-5.jar
to the top