Binary compatibility report for the dropwizard-hibernate library between 0.9.3 and 1.0.0 versions
Test Info
Library Name | dropwizard-hibernate |
Version #1 | 0.9.3 |
Version #2 | 1.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 52 / 8 |
Compatibility |
95.7% |
Problem Summary
| Severity | Count |
Added Methods | - | 5 |
Removed Methods | High | 2 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 5
dropwizard-hibernate-1.0.0.jar, HibernateBundle.class
package io.dropwizard.hibernate
HibernateBundle<T>.createHibernate5Module ( ) : Hibernate5Module
io/dropwizard/hibernate/HibernateBundle.createHibernate5Module:()Lcom/fasterxml/jackson/datatype/hibernate5/Hibernate5Module;
HibernateBundle<T>.isLazyLoadingEnabled ( ) : boolean
io/dropwizard/hibernate/HibernateBundle.isLazyLoadingEnabled:()Z
HibernateBundle<T>.setLazyLoadingEnabled ( boolean lazyLoadingEnabled ) : void
io/dropwizard/hibernate/HibernateBundle.setLazyLoadingEnabled:(Z)V
dropwizard-hibernate-1.0.0.jar, ScanningHibernateBundle.class
package io.dropwizard.hibernate
ScanningHibernateBundle<T>.findEntityClassesFromDirectory ( String[ ] pckgs ) [static] : ImmutableList<Class<?>>
io/dropwizard/hibernate/ScanningHibernateBundle.findEntityClassesFromDirectory:([Ljava/lang/String;)Lcom/google/common/collect/ImmutableList;
ScanningHibernateBundle<T>.ScanningHibernateBundle<T> ( String[ ] pckgs, SessionFactoryFactory sessionFactoryFactory )
io/dropwizard/hibernate/ScanningHibernateBundle."<init>":([Ljava/lang/String;Lio/dropwizard/hibernate/SessionFactoryFactory;)V
to the top
Removed Methods 2
dropwizard-hibernate-0.9.3.jar, HibernateBundle.class
package io.dropwizard.hibernate
HibernateBundle<T>.createHibernate4Module ( ) : Hibernate4Module
io/dropwizard/hibernate/HibernateBundle.createHibernate4Module:()Lcom/fasterxml/jackson/datatype/hibernate4/Hibernate4Module;
dropwizard-hibernate-0.9.3.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;
to the top
Java Archives 1
dropwizard-hibernate-0.9.3.jar
to the top