Binary compatibility report for the dropwizard-hibernate library between 0.8.0 and 0.8.1 versions
Test Info
Library Name | dropwizard-hibernate |
Version #1 | 0.8.0 |
Version #2 | 0.8.1 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 39 / 7 |
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-hibernate-0.8.1.jar, SessionFactoryHealthCheck.class
package io.dropwizard.hibernate
SessionFactoryHealthCheck.SessionFactoryHealthCheck ( ExecutorService executorService, Duration duration, SessionFactory sessionFactory, String validationQuery )
io/dropwizard/hibernate/SessionFactoryHealthCheck."<init>":(Ljava/util/concurrent/ExecutorService;Lio/dropwizard/util/Duration;Lorg/hibernate/SessionFactory;Ljava/lang/String;)V
to the top
Java Archives 1
dropwizard-hibernate-0.8.0.jar
to the top