Source compatibility report for the dropwizard-hibernate library between 0.9.3 and 1.0.0 versions

Test Info


Library Namedropwizard-hibernate
Version #10.9.3
Version #21.0.0

Test Results


Total Java Modules1
Total Methods / Classes52 / 8
Compatibility 95.7%

Problem Summary


SeverityCount
Added Methods-5
Removed MethodsHigh2
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  5 


dropwizard-hibernate-1.0.0.jar, HibernateBundle.class
package io.dropwizard.hibernate
HibernateBundle<T>.createHibernate5Module ( )  :  Hibernate5Module
HibernateBundle<T>.isLazyLoadingEnabled ( )  :  boolean
HibernateBundle<T>.setLazyLoadingEnabled ( boolean lazyLoadingEnabled )  :  void

dropwizard-hibernate-1.0.0.jar, ScanningHibernateBundle.class
package io.dropwizard.hibernate
ScanningHibernateBundle<T>.findEntityClassesFromDirectory ( String[ ] pckgs ) [static]  :  ImmutableList<Class<?>>
ScanningHibernateBundle<T>.ScanningHibernateBundle<T> ( String[ ] pckgs, SessionFactoryFactory sessionFactoryFactory )

to the top

Removed Methods  2 


dropwizard-hibernate-0.9.3.jar, HibernateBundle.class
package io.dropwizard.hibernate
HibernateBundle<T>.createHibernate4Module ( )  :  Hibernate4Module

dropwizard-hibernate-0.9.3.jar, ScanningHibernateBundle.class
package io.dropwizard.hibernate
ScanningHibernateBundle<T>.findEntityClassesFromDirectory ( String pckg ) [static]  :  ImmutableList<Class<?>>

to the top

Java Archives  1 


dropwizard-hibernate-0.9.3.jar

to the top