Binary compatibility report for the dropwizard-lifecycle library between 1.1.8 and 1.2.0 versions
Test Info
Library Name | dropwizard-lifecycle |
Version #1 | 1.1.8 |
Version #2 | 1.2.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 51 / 8 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 8 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 1 |
Added Methods 8
dropwizard-lifecycle-1.2.0.jar, AutoCloseableManager.class
package io.dropwizard.lifecycle
AutoCloseableManager.AutoCloseableManager ( AutoCloseable autoCloseable )
io/dropwizard/lifecycle/AutoCloseableManager."<init>":(Ljava/lang/AutoCloseable;)V
AutoCloseableManager.start ( ) : void
io/dropwizard/lifecycle/AutoCloseableManager.start:()V
AutoCloseableManager.stop ( ) : void
io/dropwizard/lifecycle/AutoCloseableManager.stop:()V
dropwizard-lifecycle-1.2.0.jar, ExecutorServiceBuilder.class
package io.dropwizard.lifecycle.setup
ExecutorServiceBuilder.allowCoreThreadTimeOut ( boolean allowCoreThreadTimeOut ) : ExecutorServiceBuilder
io/dropwizard/lifecycle/setup/ExecutorServiceBuilder.allowCoreThreadTimeOut:(Z)Lio/dropwizard/lifecycle/setup/ExecutorServiceBuilder;
dropwizard-lifecycle-1.2.0.jar, ExecutorServiceManager.class
package io.dropwizard.lifecycle
ExecutorServiceManager.getExecutor ( ) : ExecutorService
io/dropwizard/lifecycle/ExecutorServiceManager.getExecutor:()Ljava/util/concurrent/ExecutorService;
ExecutorServiceManager.getPoolName ( ) : String
io/dropwizard/lifecycle/ExecutorServiceManager.getPoolName:()Ljava/lang/String;
ExecutorServiceManager.getShutdownPeriod ( ) : Duration
io/dropwizard/lifecycle/ExecutorServiceManager.getShutdownPeriod:()Lio/dropwizard/util/Duration;
dropwizard-lifecycle-1.2.0.jar, ScheduledExecutorServiceBuilder.class
package io.dropwizard.lifecycle.setup
ScheduledExecutorServiceBuilder.removeOnCancelPolicy ( boolean removeOnCancel ) : ScheduledExecutorServiceBuilder
io/dropwizard/lifecycle/setup/ScheduledExecutorServiceBuilder.removeOnCancelPolicy:(Z)Lio/dropwizard/lifecycle/setup/ScheduledExecutorServiceBuilder;
to the top
Problems with Methods, Low Severity 1
dropwizard-lifecycle-1.1.8.jar, ExecutorServiceManager.class
package io.dropwizard.lifecycle
[+] ExecutorServiceManager.stop ( ) : void 1
io/dropwizard/lifecycle/ExecutorServiceManager.stop:()V
| Change | Effect |
---|
1 |
Added java.lang.InterruptedException exception thrown. |
A client program may be interrupted by added exception. |
to the top
Java Archives 1
dropwizard-lifecycle-1.1.8.jar
to the top