Binary compatibility report for the dropwizard-hibernate library between 5.0.0 and 5.0.1 versions
Test Info
| Library Name | dropwizard-hibernate |
| Version #1 | 5.0.0 |
| Version #2 | 5.0.1 |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 115 / 13 |
| Compatibility |
99.1% |
Problem Summary
| Severity | Count |
| Added Methods | - | 1 |
| Removed Methods | High | 1 |
Problems with Data Types | High | 0 |
| Medium | 0 |
| Low | 0 |
Problems with Methods | High | 0 |
| Medium | 0 |
| Low | 0 |
Added Methods 1
dropwizard-hibernate-5.0.1.jar, HibernateBundle.class
package io.dropwizard.hibernate
HibernateBundle<T>.createHibernate6Module ( ) : Hibernate6Module
io/dropwizard/hibernate/HibernateBundle.createHibernate6Module:()Lcom/fasterxml/jackson/datatype/hibernate6/Hibernate6Module;
to the top
Removed Methods 1
dropwizard-hibernate-5.0.0.jar, HibernateBundle.class
package io.dropwizard.hibernate
HibernateBundle<T>.createHibernate5Module ( ) : Hibernate5JakartaModule
io/dropwizard/hibernate/HibernateBundle.createHibernate5Module:()Lcom/fasterxml/jackson/datatype/hibernate5/jakarta/Hibernate5JakartaModule;
to the top
Java Archives 1
dropwizard-hibernate-5.0.0.jar
to the top