Binary compatibility report for the dropwizard-hibernate library between 0.8.5 and 0.9.0 versions
Test Info
Library Name | dropwizard-hibernate |
Version #1 | 0.8.5 |
Version #2 | 0.9.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 46 / 7 |
Compatibility |
89.7% |
Problem Summary
| Severity | Count |
Added Methods | - | 7 |
Removed Methods | High | 4 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
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
io/dropwizard/hibernate/SessionFactoryFactory.build:(Lio/dropwizard/hibernate/HibernateBundle;Lio/dropwizard/setup/Environment;Lio/dropwizard/db/PooledDataSourceFactory;Ljava/util/List;)Lorg/hibernate/SessionFactory;
SessionFactoryFactory.build ( HibernateBundle<?> bundle, Environment environment, PooledDataSourceFactory dbConfig, List<Class<?>> entities, String name ) : SessionFactory
io/dropwizard/hibernate/SessionFactoryFactory.build:(Lio/dropwizard/hibernate/HibernateBundle;Lio/dropwizard/setup/Environment;Lio/dropwizard/db/PooledDataSourceFactory;Ljava/util/List;Ljava/lang/String;)Lorg/hibernate/SessionFactory;
SessionFactoryFactory.build ( HibernateBundle<?> bundle, Environment environment, PooledDataSourceFactory dbConfig, ManagedDataSource dataSource, List<Class<?>> entities ) : SessionFactory
io/dropwizard/hibernate/SessionFactoryFactory.build:(Lio/dropwizard/hibernate/HibernateBundle;Lio/dropwizard/setup/Environment;Lio/dropwizard/db/PooledDataSourceFactory;Lio/dropwizard/db/ManagedDataSource;Ljava/util/List;)Lorg/hibernate/SessionFactory;
SessionFactoryFactory.configure ( Configuration configuration, ServiceRegistry registry ) : void
io/dropwizard/hibernate/SessionFactoryFactory.configure:(Lorg/hibernate/cfg/Configuration;Lorg/hibernate/service/ServiceRegistry;)V
dropwizard-hibernate-0.9.0.jar, UnitOfWorkApplicationListener.class
package io.dropwizard.hibernate
UnitOfWorkApplicationListener.registerSessionFactory ( String name, SessionFactory sessionFactory ) : void
io/dropwizard/hibernate/UnitOfWorkApplicationListener.registerSessionFactory:(Ljava/lang/String;Lorg/hibernate/SessionFactory;)V
UnitOfWorkApplicationListener.UnitOfWorkApplicationListener ( )
io/dropwizard/hibernate/UnitOfWorkApplicationListener."<init>":()V
UnitOfWorkApplicationListener.UnitOfWorkApplicationListener ( String name, SessionFactory sessionFactory )
io/dropwizard/hibernate/UnitOfWorkApplicationListener."<init>":(Ljava/lang/String;Lorg/hibernate/SessionFactory;)V
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
io/dropwizard/hibernate/SessionFactoryFactory.build:(Lio/dropwizard/hibernate/HibernateBundle;Lio/dropwizard/setup/Environment;Lio/dropwizard/db/DataSourceFactory;Ljava/util/List;)Lorg/hibernate/SessionFactory;
SessionFactoryFactory.build ( HibernateBundle<?> bundle, Environment environment, DataSourceFactory dbConfig, List<Class<?>> entities, String name ) : SessionFactory
io/dropwizard/hibernate/SessionFactoryFactory.build:(Lio/dropwizard/hibernate/HibernateBundle;Lio/dropwizard/setup/Environment;Lio/dropwizard/db/DataSourceFactory;Ljava/util/List;Ljava/lang/String;)Lorg/hibernate/SessionFactory;
SessionFactoryFactory.build ( HibernateBundle<?> bundle, Environment environment, DataSourceFactory dbConfig, ManagedDataSource dataSource, List<Class<?>> entities ) : SessionFactory
io/dropwizard/hibernate/SessionFactoryFactory.build:(Lio/dropwizard/hibernate/HibernateBundle;Lio/dropwizard/setup/Environment;Lio/dropwizard/db/DataSourceFactory;Lio/dropwizard/db/ManagedDataSource;Ljava/util/List;)Lorg/hibernate/SessionFactory;
dropwizard-hibernate-0.8.5.jar, UnitOfWorkApplicationListener.class
package io.dropwizard.hibernate
UnitOfWorkApplicationListener.UnitOfWorkApplicationListener ( SessionFactory sessionFactory )
io/dropwizard/hibernate/UnitOfWorkApplicationListener."<init>":(Lorg/hibernate/SessionFactory;)V
to the top
Other Changes in Data Types 1
dropwizard-hibernate-0.8.5.jar
package io.dropwizard.hibernate
[+] @interface UnitOfWork 1
| Change | Effect |
---|
1 |
Element value of type java.lang.String with default value "hibernate" has been added to this annotation type. |
No effect. |
to the top
Java Archives 1
dropwizard-hibernate-0.8.5.jar
to the top