Binary compatibility report for the dropwizard-lifecycle library between 0.7.1 and 0.8.0 versions

Test Info


Library Namedropwizard-lifecycle
Version #10.7.1
Version #20.8.0

Test Results


Total Java Modules1
Total Methods / Classes37 / 7
Compatibility 97.1%

Problem Summary


SeverityCount
Added Methods-2
Removed MethodsHigh1
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  2 


dropwizard-lifecycle-0.8.0.jar, LifecycleEnvironment.class
package io.dropwizard.lifecycle.setup
LifecycleEnvironment.scheduledExecutorService ( String nameFormat, boolean useDaemonThreads )  :  ScheduledExecutorServiceBuilder

dropwizard-lifecycle-0.8.0.jar, ScheduledExecutorServiceBuilder.class
package io.dropwizard.lifecycle.setup
ScheduledExecutorServiceBuilder.ScheduledExecutorServiceBuilder ( LifecycleEnvironment environment, String nameFormat, boolean useDaemonThreads )

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 )

to the top

Java Archives  1 


dropwizard-lifecycle-0.7.1.jar

to the top