Source compatibility report for the dropwizard-hibernate library between 2.1.4 and 2.1.5 versions
Test Info
Library Name | dropwizard-hibernate |
Version #1 | 2.1.4 |
Version #2 | 2.1.5 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 116 / 13 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 3 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 3
dropwizard-hibernate-2.1.5.jar, UnitOfWorkAwareProxyFactory.class
package io.dropwizard.hibernate
UnitOfWorkAwareProxyFactory.createProxyClass ( Class<T> classToProxy ) : Class<?>
io/dropwizard/hibernate/UnitOfWorkAwareProxyFactory.createProxyClass:(Ljava/lang/Class;)Ljava/lang/Class;
UnitOfWorkAwareProxyFactory.UnitOfWorkAwareProxyFactory ( Caffeine<Object,Object> proxyCacheBuilder, HibernateBundle<?>... bundles )
io/dropwizard/hibernate/UnitOfWorkAwareProxyFactory."<init>":(Lcom/github/benmanes/caffeine/cache/Caffeine;[Lio/dropwizard/hibernate/HibernateBundle;)V
UnitOfWorkAwareProxyFactory.UnitOfWorkAwareProxyFactory ( Caffeine<Object,Object> proxyCacheBuilder, String name, SessionFactory sessionFactory )
io/dropwizard/hibernate/UnitOfWorkAwareProxyFactory."<init>":(Lcom/github/benmanes/caffeine/cache/Caffeine;Ljava/lang/String;Lorg/hibernate/SessionFactory;)V
to the top
Java Archives 1
dropwizard-hibernate-2.1.4.jar
to the top