Source compatibility report for the dropwizard-lifecycle library between 3.0.10 and 4.0.0 versions
Test Info
Library Name | dropwizard-lifecycle |
Version #1 | 3.0.10 |
Version #2 | 4.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 60 / 9 |
Compatibility |
96.7% |
Problem Summary
| Severity | Count |
Added Methods | - | 0 |
Removed Methods | High | 2 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Removed Methods 2
dropwizard-lifecycle-3.0.10.jar, LifecycleEnvironment.class
package io.dropwizard.lifecycle.setup
LifecycleEnvironment.virtualExecutorService ( String nameFormat ) : ExecutorService
io/dropwizard/lifecycle/setup/LifecycleEnvironment.virtualExecutorService:(Ljava/lang/String;)Ljava/util/concurrent/ExecutorService;
LifecycleEnvironment.virtualExecutorService ( String nameFormat, Duration shutdownTime ) : ExecutorService
io/dropwizard/lifecycle/setup/LifecycleEnvironment.virtualExecutorService:(Ljava/lang/String;Lio/dropwizard/util/Duration;)Ljava/util/concurrent/ExecutorService;
to the top
Java Archives 1
dropwizard-lifecycle-3.0.10.jar
to the top