Binary compatibility report for the dropwizard-lifecycle library between 2.1.12 and 3.0.0 versions
Test Info
Library Name | dropwizard-lifecycle |
Version #1 | 2.1.12 |
Version #2 | 3.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 59 / 9 |
Compatibility |
98.3% |
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-lifecycle-3.0.0.jar, LifecycleEnvironment.class
package io.dropwizard.lifecycle.setup
LifecycleEnvironment.addEventListener ( LifeCycle.Listener listener ) : void
io/dropwizard/lifecycle/setup/LifecycleEnvironment.addEventListener:(Lorg/eclipse/jetty/util/component/LifeCycle$Listener;)V
to the top
Removed Methods 1
dropwizard-lifecycle-2.1.12.jar, LifecycleEnvironment.class
package io.dropwizard.lifecycle.setup
LifecycleEnvironment.addLifeCycleListener ( LifeCycle.Listener listener ) : void
io/dropwizard/lifecycle/setup/LifecycleEnvironment.addLifeCycleListener:(Lorg/eclipse/jetty/util/component/LifeCycle$Listener;)V
to the top
Java Archives 1
dropwizard-lifecycle-2.1.12.jar
to the top