Source compatibility report for the dropwizard-hibernate library between 0.7.0 and 0.7.1 versions
Test Info
Library Name | dropwizard-hibernate |
Version #1 | 0.7.0 |
Version #2 | 0.7.1 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 44 / 10 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 3 |
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 3
dropwizard-hibernate-0.7.1.jar, ScanningHibernateBundle.class
package io.dropwizard.hibernate
ScanningHibernateBundle<T>.findEntityClassesFromDirectory ( String pckg ) [static] : ImmutableList<Class<?>>
io/dropwizard/hibernate/ScanningHibernateBundle.findEntityClassesFromDirectory:(Ljava/lang/String;)Lcom/google/common/collect/ImmutableList;
ScanningHibernateBundle<T>.ScanningHibernateBundle<T> ( String pckg )
io/dropwizard/hibernate/ScanningHibernateBundle."<init>":(Ljava/lang/String;)V
ScanningHibernateBundle<T>.ScanningHibernateBundle<T> ( String pckg, SessionFactoryFactory sessionFactoryFactory )
io/dropwizard/hibernate/ScanningHibernateBundle."<init>":(Ljava/lang/String;Lio/dropwizard/hibernate/SessionFactoryFactory;)V
to the top
Java Archives 1
dropwizard-hibernate-0.7.0.jar
to the top