Source compatibility report for the dropwizard-hibernate library between 0.9.1 and 0.9.2 versions

Test Info


Library Namedropwizard-hibernate
Version #10.9.1
Version #20.9.2

Test Results


Total Java Modules1
Total Methods / Classes47 / 8
Compatibility 100%

Problem Summary


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

Added Methods  5 


dropwizard-hibernate-0.9.2.jar, UnitOfWorkAwareProxyFactory.class
package io.dropwizard.hibernate
UnitOfWorkAwareProxyFactory.create ( Class<T> clazz )  :  T
UnitOfWorkAwareProxyFactory.create ( Class<T> clazz, Class<?> constructorParamType, Object constructorArguments )  :  T
UnitOfWorkAwareProxyFactory.create ( Class<T> clazz, Class<?>[ ] constructorParamTypes, Object[ ] constructorArguments )  :  T
UnitOfWorkAwareProxyFactory.UnitOfWorkAwareProxyFactory ( HibernateBundle<?>... bundles )
UnitOfWorkAwareProxyFactory.UnitOfWorkAwareProxyFactory ( String name, SessionFactory sessionFactory )

to the top

Java Archives  1 


dropwizard-hibernate-0.9.1.jar

to the top