Binary compatibility report for the dropwizard-hibernate library between 2.0.7 and 2.0.8 versions
Test Info
Library Name | dropwizard-hibernate |
Version #1 | 2.0.7 |
Version #2 | 2.0.8 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 65 / 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-hibernate-2.0.8.jar, SessionFactoryFactory.class
package io.dropwizard.hibernate
SessionFactoryFactory.configureBootstrapServiceRegistryBuilder ( BootstrapServiceRegistryBuilder builder ) : BootstrapServiceRegistryBuilder
io/dropwizard/hibernate/SessionFactoryFactory.configureBootstrapServiceRegistryBuilder:(Lorg/hibernate/boot/registry/BootstrapServiceRegistryBuilder;)Lorg/hibernate/boot/registry/BootstrapServiceRegistryBuilder;
to the top
Java Archives 1
dropwizard-hibernate-2.0.7.jar
to the top