Binary compatibility report for the dropwizard-lifecycle library between 1.0.9 and 1.1.0 versions
Test Info
| Library Name | dropwizard-lifecycle | 
| Version #1 | 1.0.9 | 
| Version #2 | 1.1.0 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 43 / 7 | 
| Compatibility | 
100% | 
Problem Summary
 | Severity | Count | 
| Added Methods | - | 2 | 
| 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  2 
dropwizard-lifecycle-1.1.0.jar, ServerLifecycleListener.class
package io.dropwizard.lifecycle
ServerLifecycleListener.getAdminPort ( Server server )  :  int
io/dropwizard/lifecycle/ServerLifecycleListener.getAdminPort:(Lorg/eclipse/jetty/server/Server;)I
ServerLifecycleListener.getLocalPort ( Server server )  :  int
io/dropwizard/lifecycle/ServerLifecycleListener.getLocalPort:(Lorg/eclipse/jetty/server/Server;)I
to the top
Java Archives  1 
dropwizard-lifecycle-1.0.9.jar
to the top