Binary compatibility report for the dropwizard-health library between 1.3.16-1 and 1.4.0 versions
Test Info
| Library Name | dropwizard-health | 
| Version #1 | 1.3.16-1 | 
| Version #2 | 1.4.0 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 86 / 16 | 
| Compatibility | 
98.6% | 
Problem Summary
 | Severity | Count | 
| Added Methods | - | 17 | 
| Removed Methods | High | 1 | 
Problems with Data Types | High | 0 | 
| Medium | 0 | 
| Low | 0 | 
Problems with Methods | High | 0 | 
| Medium | 0 | 
| Low | 0 | 
Added Methods  17 
dropwizard-health-1.4.0.jar, DefaultHealthServletFactory.class
package io.dropwizard.health.conf.response
DefaultHealthServletFactory.build ( AtomicBoolean isHealthy )  :  HttpServlet
io/dropwizard/health/conf/response/DefaultHealthServletFactory.build:(Ljava/util/concurrent/atomic/AtomicBoolean;)Ljavax/servlet/http/HttpServlet;
DefaultHealthServletFactory.DefaultHealthServletFactory ( )
io/dropwizard/health/conf/response/DefaultHealthServletFactory."<init>":()V
DefaultHealthServletFactory.getCacheControlValue ( )  :  String
io/dropwizard/health/conf/response/DefaultHealthServletFactory.getCacheControlValue:()Ljava/lang/String;
DefaultHealthServletFactory.getContentType ( )  :  String
io/dropwizard/health/conf/response/DefaultHealthServletFactory.getContentType:()Ljava/lang/String;
DefaultHealthServletFactory.getHealthyValue ( )  :  String
io/dropwizard/health/conf/response/DefaultHealthServletFactory.getHealthyValue:()Ljava/lang/String;
DefaultHealthServletFactory.getUnhealthyValue ( )  :  String
io/dropwizard/health/conf/response/DefaultHealthServletFactory.getUnhealthyValue:()Ljava/lang/String;
DefaultHealthServletFactory.isCacheControlEnabled ( )  :  boolean
io/dropwizard/health/conf/response/DefaultHealthServletFactory.isCacheControlEnabled:()Z
DefaultHealthServletFactory.setCacheControlEnabled ( boolean cacheControlEnabled )  :  void
io/dropwizard/health/conf/response/DefaultHealthServletFactory.setCacheControlEnabled:(Z)V
DefaultHealthServletFactory.setCacheControlValue ( String cacheControlValue )  :  void
io/dropwizard/health/conf/response/DefaultHealthServletFactory.setCacheControlValue:(Ljava/lang/String;)V
DefaultHealthServletFactory.setContentType ( String contentType )  :  void
io/dropwizard/health/conf/response/DefaultHealthServletFactory.setContentType:(Ljava/lang/String;)V
DefaultHealthServletFactory.setHealthyValue ( String healthyValue )  :  void
io/dropwizard/health/conf/response/DefaultHealthServletFactory.setHealthyValue:(Ljava/lang/String;)V
DefaultHealthServletFactory.setUnhealthyValue ( String unhealthyValue )  :  void
io/dropwizard/health/conf/response/DefaultHealthServletFactory.setUnhealthyValue:(Ljava/lang/String;)V
dropwizard-health-1.4.0.jar, HealthCheckBundle.class
package io.dropwizard.health.core
HealthCheckBundle<C>.HealthCheckBundle<C> ( String baseName )
io/dropwizard/health/core/HealthCheckBundle."<init>":(Ljava/lang/String;)V
dropwizard-health-1.4.0.jar, HealthCheckServlet.class
package io.dropwizard.health.core
HealthCheckServlet.HealthCheckServlet ( AtomicBoolean healthy, boolean cacheControlEnabled, String cacheControlValue, String contentType, String healthyValue, String unhealthyValue )
io/dropwizard/health/core/HealthCheckServlet."<init>":(Ljava/util/concurrent/atomic/AtomicBoolean;ZLjava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;)V
dropwizard-health-1.4.0.jar, HealthConfiguration.class
package io.dropwizard.health.conf
HealthConfiguration.getServletFactory ( )  :  HealthServletFactory
io/dropwizard/health/conf/HealthConfiguration.getServletFactory:()Lio/dropwizard/health/conf/response/HealthServletFactory;
HealthConfiguration.setServletFactory ( HealthServletFactory servletFactory )  :  void
io/dropwizard/health/conf/HealthConfiguration.setServletFactory:(Lio/dropwizard/health/conf/response/HealthServletFactory;)V
dropwizard-health-1.4.0.jar, HealthServletFactory.class
package io.dropwizard.health.conf.response
HealthServletFactory.build ( AtomicBoolean p1 ) [abstract]  :  HttpServlet
io/dropwizard/health/conf/response/HealthServletFactory.build:(Ljava/util/concurrent/atomic/AtomicBoolean;)Ljavax/servlet/http/HttpServlet;
to the top
Removed Methods  1 
dropwizard-health-1.3.16-1.jar, HealthCheckServlet.class
package io.dropwizard.health.core
HealthCheckServlet.HealthCheckServlet ( AtomicBoolean healthy )
io/dropwizard/health/core/HealthCheckServlet."<init>":(Ljava/util/concurrent/atomic/AtomicBoolean;)V
to the top
Java Archives  1 
dropwizard-health-1.3.16-1.jar
to the top