Source compatibility report for the dropwizard-hibernate library between 0.8.5 and 0.9.0 versions

Test Info


Library Namedropwizard-hibernate
Version #10.8.5
Version #20.9.0

Test Results


Total Java Modules1
Total Methods / Classes46 / 7
Compatibility 89.7%

Problem Summary


SeverityCount
Added Methods-7
Removed MethodsHigh4
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-1

Added Methods  7 


dropwizard-hibernate-0.9.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
SessionFactoryFactory.configure ( Configuration configuration, ServiceRegistry registry )  :  void

dropwizard-hibernate-0.9.0.jar, UnitOfWorkApplicationListener.class
package io.dropwizard.hibernate
UnitOfWorkApplicationListener.registerSessionFactory ( String name, SessionFactory sessionFactory )  :  void
UnitOfWorkApplicationListener.UnitOfWorkApplicationListener ( )
UnitOfWorkApplicationListener.UnitOfWorkApplicationListener ( String name, SessionFactory sessionFactory )

to the top

Removed Methods  4 


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

dropwizard-hibernate-0.8.5.jar, UnitOfWorkApplicationListener.class
package io.dropwizard.hibernate
UnitOfWorkApplicationListener.UnitOfWorkApplicationListener ( SessionFactory sessionFactory )

to the top

Other Changes in Data Types  1 


dropwizard-hibernate-0.8.5.jar
package io.dropwizard.hibernate
[+] @interface UnitOfWork  1 

to the top

Java Archives  1 


dropwizard-hibernate-0.8.5.jar

to the top