Binary compatibility report for the dropwizard-hibernate library between 4.0.10 and 5.0.0-alpha.4 versions
Test Info
Library Name | dropwizard-hibernate |
Version #1 | 4.0.10 |
Version #2 | 5.0.0-alpha.4 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 114 / 13 |
Compatibility |
99.1% |
Problem Summary
| Severity | Count |
Added Methods | - | 4 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 1 |
Medium | 0 |
Low | 0 |
Added Methods 4
dropwizard-hibernate-5.0.0-alpha.4.jar, DualSessionFactory.class
package io.dropwizard.hibernate.dual
DualSessionFactory.findEntityGraphByName ( String s ) : RootGraph<?>
io/dropwizard/hibernate/dual/DualSessionFactory.findEntityGraphByName:(Ljava/lang/String;)Lorg/hibernate/graph/RootGraph;
DualSessionFactory.getCriteriaBuilder ( ) : HibernateCriteriaBuilder
io/dropwizard/hibernate/dual/DualSessionFactory.getCriteriaBuilder:()Lorg/hibernate/query/criteria/HibernateCriteriaBuilder;
DualSessionFactory.getDefinedFetchProfileNames ( ) : Set<String>
io/dropwizard/hibernate/dual/DualSessionFactory.getDefinedFetchProfileNames:()Ljava/util/Set;
DualSessionFactory.getSchemaManager ( ) : SchemaManager
io/dropwizard/hibernate/dual/DualSessionFactory.getSchemaManager:()Lorg/hibernate/relational/SchemaManager;
to the top
Problems with Methods, High Severity 1
dropwizard-hibernate-4.0.10.jar, DualSessionFactory.class
package io.dropwizard.hibernate.dual
[+] DualSessionFactory.getCriteriaBuilder ( ) : CriteriaBuilder 1
io/dropwizard/hibernate/dual/DualSessionFactory.getCriteriaBuilder:()Ljakarta/persistence/criteria/CriteriaBuilder;
| Change | Effect |
---|
1 |
Return value type has been changed from jakarta.persistence.criteria.CriteriaBuilder to org.hibernate.query.criteria.HibernateCriteriaBuilder. |
This method has been removed because the return type is part of the method signature. A client program may be interrupted by NoSuchMethodError exception. |
to the top
Java Archives 1
dropwizard-hibernate-4.0.10.jar
to the top