Binary compatibility report for the dropwizard-health library between 1.6.0 and 1.7.1 versions

Test Info


Library Namedropwizard-health
Version #11.6.0
Version #21.7.1

Test Results


Total Java Modules1
Total Methods / Classes110 / 19
Compatibility 98.3%

Problem Summary


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

Added Methods  23 


dropwizard-health-1.7.1.jar, DefaultHealthServletFactory.class
package io.dropwizard.health.conf.response
DefaultHealthServletFactory.build ( HealthStatusChecker healthStatusChecker )  :  HttpServlet

dropwizard-health-1.7.1.jar, DelayedShutdownHandler.class
package io.dropwizard.health.shutdown
DelayedShutdownHandler.DelayedShutdownHandler ( ShutdownNotifier shutdownNotifier )

dropwizard-health-1.7.1.jar, HealthCheckBundle.class
package io.dropwizard.health.core
HealthCheckBundle<C>.createHealthCheckManager ( List<HealthCheckConfiguration> healthCheckConfigs, HealthCheckScheduler scheduler, MetricRegistry metrics, String name, Duration shutdownWaitPeriod, boolean initialOverallState )  :  HealthCheckManager *DEPRECATED*

dropwizard-health-1.7.1.jar, HealthCheckConfiguration.class
package io.dropwizard.health.conf
HealthCheckConfiguration.getType ( )  :  HealthCheckType
HealthCheckConfiguration.isInitialState ( )  :  boolean
HealthCheckConfiguration.setInitialState ( boolean initialState )  :  void
HealthCheckConfiguration.setType ( HealthCheckType type )  :  void

dropwizard-health-1.7.1.jar, HealthCheckManager.class
package io.dropwizard.health.core
HealthCheckManager.HealthCheckManager ( List<HealthCheckConfiguration> configs, HealthCheckScheduler scheduler, MetricRegistry metrics, Duration shutdownWaitPeriod, boolean initialOverallState )
HealthCheckManager.HealthCheckManager ( List<HealthCheckConfiguration> configs, HealthCheckScheduler scheduler, MetricRegistry metrics, String managerName, Duration shutdownWaitPeriod, boolean initialOverallState ) *DEPRECATED*
HealthCheckManager.isHealthy ( )  :  boolean
HealthCheckManager.isHealthy ( String type )  :  boolean
HealthCheckManager.notifyShutdownStarted ( )  :  void

dropwizard-health-1.7.1.jar, HealthCheckServlet.class
package io.dropwizard.health.core
HealthCheckServlet.HealthCheckServlet ( HealthStatusChecker healthStatusChecker, boolean cacheControlEnabled, String cacheControlValue, String contentType, String healthyValue, String unhealthyValue )

dropwizard-health-1.7.1.jar, HealthCheckType.class
package io.dropwizard.health.conf
HealthCheckType.valueOf ( String name ) [static]  :  HealthCheckType
HealthCheckType.values ( ) [static]  :  HealthCheckType[ ]

dropwizard-health-1.7.1.jar, HealthConfiguration.class
package io.dropwizard.health.conf
HealthConfiguration.isInitialOverallState ( )  :  boolean
HealthConfiguration.setInitialOverallState ( boolean initialOverallState )  :  void

dropwizard-health-1.7.1.jar, HealthServletFactory.class
package io.dropwizard.health.conf.response
HealthServletFactory.build ( HealthStatusChecker p1 ) [abstract]  :  HttpServlet

dropwizard-health-1.7.1.jar, HealthStatusChecker.class
package io.dropwizard.health.core
HealthStatusChecker.isHealthy ( )  :  boolean
HealthStatusChecker.isHealthy ( String p1 ) [abstract]  :  boolean

dropwizard-health-1.7.1.jar, Schedule.class
package io.dropwizard.health.conf
Schedule.getInitialDelay ( )  :  Duration
Schedule.setInitialDelay ( Duration initialDelay )  :  void

dropwizard-health-1.7.1.jar, ShutdownNotifier.class
package io.dropwizard.health.shutdown
ShutdownNotifier.notifyShutdownStarted ( ) [abstract]  :  void

to the top

Problems with Data Types, Medium Severity  1 


dropwizard-health-1.6.0.jar
package io.dropwizard.health.conf.response
[+] interface HealthServletFactory  1 

to the top

Java Archives  1 


dropwizard-health-1.6.0.jar

to the top