Binary compatibility report for the dropwizard-health library between 1.5.0 and 1.6.0 versions
Test Info
| Library Name | dropwizard-health | 
| Version #1 | 1.5.0 | 
| Version #2 | 1.6.0 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 87 / 16 | 
| 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-health-1.6.0.jar, HealthCheckBundle.class
package io.dropwizard.health.core
HealthCheckBundle<C>.createHealthCheckManager ( List<HealthCheckConfiguration> healthCheckConfigs, HealthCheckScheduler scheduler, MetricRegistry metrics, String name )  :  HealthCheckManager
io/dropwizard/health/core/HealthCheckBundle.createHealthCheckManager:(Ljava/util/List;Lio/dropwizard/health/core/HealthCheckScheduler;Lcom/codahale/metrics/MetricRegistry;Ljava/lang/String;)Lio/dropwizard/health/core/HealthCheckManager;
dropwizard-health-1.6.0.jar, HealthCheckManager.class
package io.dropwizard.health.core
HealthCheckManager.HealthCheckManager ( List<HealthCheckConfiguration> configs, HealthCheckScheduler scheduler, MetricRegistry metrics, String managerName )
io/dropwizard/health/core/HealthCheckManager."<init>":(Ljava/util/List;Lio/dropwizard/health/core/HealthCheckScheduler;Lcom/codahale/metrics/MetricRegistry;Ljava/lang/String;)V
to the top
Java Archives  1 
dropwizard-health-1.5.0.jar
to the top