Binary compatibility report for the dropwizard-lifecycle library between 0.7.1 and 0.8.0 versions
Test Info
Library Name | dropwizard-lifecycle |
Version #1 | 0.7.1 |
Version #2 | 0.8.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 37 / 7 |
Compatibility |
97.1% |
Problem Summary
| Severity | Count |
Added Methods | - | 2 |
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 2
dropwizard-lifecycle-0.8.0.jar, LifecycleEnvironment.class
package io.dropwizard.lifecycle.setup
LifecycleEnvironment.scheduledExecutorService ( String nameFormat, boolean useDaemonThreads ) : ScheduledExecutorServiceBuilder
io/dropwizard/lifecycle/setup/LifecycleEnvironment.scheduledExecutorService:(Ljava/lang/String;Z)Lio/dropwizard/lifecycle/setup/ScheduledExecutorServiceBuilder;
dropwizard-lifecycle-0.8.0.jar, ScheduledExecutorServiceBuilder.class
package io.dropwizard.lifecycle.setup
ScheduledExecutorServiceBuilder.ScheduledExecutorServiceBuilder ( LifecycleEnvironment environment, String nameFormat, boolean useDaemonThreads )
io/dropwizard/lifecycle/setup/ScheduledExecutorServiceBuilder."<init>":(Lio/dropwizard/lifecycle/setup/LifecycleEnvironment;Ljava/lang/String;Z)V
to the top
Removed Methods 1
dropwizard-lifecycle-0.7.1.jar, ScheduledExecutorServiceBuilder.class
package io.dropwizard.lifecycle.setup
ScheduledExecutorServiceBuilder.ScheduledExecutorServiceBuilder ( LifecycleEnvironment environment, String nameFormat )
io/dropwizard/lifecycle/setup/ScheduledExecutorServiceBuilder."<init>":(Lio/dropwizard/lifecycle/setup/LifecycleEnvironment;Ljava/lang/String;)V
to the top
Java Archives 1
dropwizard-lifecycle-0.7.1.jar
to the top