Binary compatibility report for the metrics-healthchecks library between 4.0.7 and 4.1.0 versions
Test Info
Library Name | metrics-healthchecks |
Version #1 | 4.0.7 |
Version #2 | 4.1.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 65 / 10 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 5 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Other Changes in Data Types | - | 1 |
Added Methods 5
metrics-healthchecks-4.1.0.jar, HealthCheck.class
package com.codahale.metrics.health
HealthCheck.clock ( ) : Clock
com/codahale/metrics/health/HealthCheck.clock:()Lcom/codahale/metrics/Clock;
metrics-healthchecks-4.1.0.jar, Result.class
package com.codahale.metrics.health
HealthCheck.Result.getDuration ( ) : long
com/codahale/metrics/health/HealthCheck.Result.getDuration:()J
HealthCheck.Result.getTime ( ) : long
com/codahale/metrics/health/HealthCheck.Result.getTime:()J
HealthCheck.Result.setDuration ( long duration ) : void
com/codahale/metrics/health/HealthCheck.Result.setDuration:(J)V
metrics-healthchecks-4.1.0.jar, ResultBuilder.class
package com.codahale.metrics.health
HealthCheck.ResultBuilder.usingClock ( Clock clock ) : HealthCheck.ResultBuilder
com/codahale/metrics/health/HealthCheck.ResultBuilder.usingClock:(Lcom/codahale/metrics/Clock;)Lcom/codahale/metrics/health/HealthCheck$ResultBuilder;
to the top
Other Changes in Data Types 1
metrics-healthchecks-4.0.7.jar
package com.codahale.metrics.health.annotation
[+] @interface Async 1
| Change | Effect |
---|
1 |
Element healthyTtl of type long with default value -1l has been added to this annotation type. |
No effect. |
to the top
Java Archives 1
metrics-healthchecks-4.0.7.jar
to the top