Binary compatibility report for the dropwizard-health library between 1.3.16-1 and 1.4.0 versions

Test Info


Library Namedropwizard-health
Version #11.3.16-1
Version #21.4.0

Test Results


Total Java Modules1
Total Methods / Classes86 / 16
Compatibility 98.6%

Problem Summary


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

Added Methods  17 


dropwizard-health-1.4.0.jar, DefaultHealthServletFactory.class
package io.dropwizard.health.conf.response
DefaultHealthServletFactory.build ( AtomicBoolean isHealthy )  :  HttpServlet
DefaultHealthServletFactory.DefaultHealthServletFactory ( )
DefaultHealthServletFactory.getCacheControlValue ( )  :  String
DefaultHealthServletFactory.getContentType ( )  :  String
DefaultHealthServletFactory.getHealthyValue ( )  :  String
DefaultHealthServletFactory.getUnhealthyValue ( )  :  String
DefaultHealthServletFactory.isCacheControlEnabled ( )  :  boolean
DefaultHealthServletFactory.setCacheControlEnabled ( boolean cacheControlEnabled )  :  void
DefaultHealthServletFactory.setCacheControlValue ( String cacheControlValue )  :  void
DefaultHealthServletFactory.setContentType ( String contentType )  :  void
DefaultHealthServletFactory.setHealthyValue ( String healthyValue )  :  void
DefaultHealthServletFactory.setUnhealthyValue ( String unhealthyValue )  :  void

dropwizard-health-1.4.0.jar, HealthCheckBundle.class
package io.dropwizard.health.core
HealthCheckBundle<C>.HealthCheckBundle<C> ( String baseName )

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 )

dropwizard-health-1.4.0.jar, HealthConfiguration.class
package io.dropwizard.health.conf
HealthConfiguration.getServletFactory ( )  :  HealthServletFactory
HealthConfiguration.setServletFactory ( HealthServletFactory servletFactory )  :  void

dropwizard-health-1.4.0.jar, HealthServletFactory.class
package io.dropwizard.health.conf.response
HealthServletFactory.build ( AtomicBoolean p1 ) [abstract]  :  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 )

to the top

Java Archives  1 


dropwizard-health-1.3.16-1.jar

to the top