Source compatibility report for the dropwizard-hibernate library between 2.1.12 and 3.0.0 versions

Test Info


Library Namedropwizard-hibernate
Version #12.1.12
Version #23.0.0

Test Results


Total Java Modules1
Total Methods / Classes123 / 13
Compatibility 87.1%

Problem Summary


SeverityCount
Added Methods-7
Removed MethodsHigh7
Problems with
Data Types
High2
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  7 


dropwizard-hibernate-3.0.0.jar, HibernateBundle.class
package io.dropwizard.hibernate
HibernateBundle<T>.initialize ( Bootstrap<?> bootstrap )  :  void
HibernateBundle<T>.registerUnitOfWorkListenerIfAbsent ( Environment environment )  :  UnitOfWorkApplicationListener
HibernateBundle<T>.run ( T configuration, Environment environment )  :  void

dropwizard-hibernate-3.0.0.jar, HibernateBundle.class
package io.dropwizard.hibernate.dual
HibernateBundle<T>.run ( T configuration, Environment environment )  :  void

dropwizard-hibernate-3.0.0.jar, SessionFactoryFactory.class
package io.dropwizard.hibernate
SessionFactoryFactory.build ( HibernateBundle<?> bundle, Environment environment, PooledDataSourceFactory dbConfig, List<Class<?>> entities )  :  SessionFactory
SessionFactoryFactory.build ( HibernateBundle<?> bundle, Environment environment, PooledDataSourceFactory dbConfig, List<Class<?>> entities, String name )  :  SessionFactory
SessionFactoryFactory.build ( HibernateBundle<?> bundle, Environment environment, PooledDataSourceFactory dbConfig, ManagedDataSource dataSource, List<Class<?>> entities )  :  SessionFactory

to the top

Removed Methods  7 


dropwizard-hibernate-2.1.12.jar, HibernateBundle.class
package io.dropwizard.hibernate
HibernateBundle<T>.initialize ( Bootstrap<?> bootstrap )  :  void
HibernateBundle<T>.registerUnitOfWorkListenerIfAbsent ( Environment environment )  :  UnitOfWorkApplicationListener
HibernateBundle<T>.run ( T configuration, Environment environment )  :  void

dropwizard-hibernate-2.1.12.jar, HibernateBundle.class
package io.dropwizard.hibernate.dual
HibernateBundle<T>.run ( T configuration, Environment environment )  :  void

dropwizard-hibernate-2.1.12.jar, SessionFactoryFactory.class
package io.dropwizard.hibernate
SessionFactoryFactory.build ( HibernateBundle<?> bundle, Environment environment, PooledDataSourceFactory dbConfig, List<Class<?>> entities )  :  SessionFactory
SessionFactoryFactory.build ( HibernateBundle<?> bundle, Environment environment, PooledDataSourceFactory dbConfig, List<Class<?>> entities, String name )  :  SessionFactory
SessionFactoryFactory.build ( HibernateBundle<?> bundle, Environment environment, PooledDataSourceFactory dbConfig, ManagedDataSource dataSource, List<Class<?>> entities )  :  SessionFactory

to the top

Problems with Data Types, High Severity  2 


dropwizard-hibernate-2.1.12.jar
package io.dropwizard.hibernate
[+] class HibernateBundle<T>  2 

to the top

Java Archives  1 


dropwizard-hibernate-2.1.12.jar

to the top