Source compatibility report for the dropwizard-lifecycle library between 4.0.5 and 4.0.6 versions
Test Info
Library Name | dropwizard-lifecycle |
Version #1 | 4.0.5 |
Version #2 | 4.0.6 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 60 / 9 |
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-4.0.6.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-4.0.5.jar
to the top