Source compatibility report for the dropwizard-lifecycle library between 1.1.8 and 1.2.0 versions

Test Info


Library Namedropwizard-lifecycle
Version #11.1.8
Version #21.2.0

Test Results


Total Java Modules1
Total Methods / Classes51 / 8
Compatibility 98.8%

Problem Summary


SeverityCount
Added Methods-8
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium1
Low0

Added Methods  8 


dropwizard-lifecycle-1.2.0.jar, AutoCloseableManager.class
package io.dropwizard.lifecycle
AutoCloseableManager.AutoCloseableManager ( AutoCloseable autoCloseable )
AutoCloseableManager.start ( )  :  void
AutoCloseableManager.stop ( )  :  void

dropwizard-lifecycle-1.2.0.jar, ExecutorServiceBuilder.class
package io.dropwizard.lifecycle.setup
ExecutorServiceBuilder.allowCoreThreadTimeOut ( boolean allowCoreThreadTimeOut )  :  ExecutorServiceBuilder

dropwizard-lifecycle-1.2.0.jar, ExecutorServiceManager.class
package io.dropwizard.lifecycle
ExecutorServiceManager.getExecutor ( )  :  ExecutorService
ExecutorServiceManager.getPoolName ( )  :  String
ExecutorServiceManager.getShutdownPeriod ( )  :  Duration

dropwizard-lifecycle-1.2.0.jar, ScheduledExecutorServiceBuilder.class
package io.dropwizard.lifecycle.setup
ScheduledExecutorServiceBuilder.removeOnCancelPolicy ( boolean removeOnCancel )  :  ScheduledExecutorServiceBuilder

to the top

Problems with Methods, Medium Severity  1 


dropwizard-lifecycle-1.1.8.jar, ExecutorServiceManager.class
package io.dropwizard.lifecycle
[+] ExecutorServiceManager.stop ( )  :  void  1 

to the top

Java Archives  1 


dropwizard-lifecycle-1.1.8.jar

to the top