Binary compatibility report for the dropwizard-hibernate library between 1.1.8 and 1.2.0 versions
Test Info
| Library Name | dropwizard-hibernate | 
| Version #1 | 1.1.8 | 
| Version #2 | 1.2.0 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 64 / 10 | 
| Compatibility | 
100% | 
Problem Summary
 | Severity | Count | 
| Added Methods | - | 1 | 
| 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  1 
dropwizard-hibernate-1.2.0.jar, AbstractDAO.class
package io.dropwizard.hibernate
AbstractDAO<E>.criteriaQuery ( )  :  CriteriaQuery<E>
io/dropwizard/hibernate/AbstractDAO.criteriaQuery:()Ljavax/persistence/criteria/CriteriaQuery;
to the top
Java Archives  1 
dropwizard-hibernate-1.1.8.jar
to the top