Binary compatibility report for the metrics-healthchecks library between 3.2.2 and 3.2.3 versions
Test Info
| Library Name | metrics-healthchecks |
| Version #1 | 3.2.2 |
| Version #2 | 3.2.3 |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 56 / 9 |
| Compatibility |
100% |
Problem Summary
| Severity | Count |
| Added Methods | - | 1 |
| 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 1
metrics-healthchecks-3.2.3.jar, SharedHealthCheckRegistries.class
package com.codahale.metrics.health
SharedHealthCheckRegistries.tryGetDefault ( ) [static] : HealthCheckRegistry
com/codahale/metrics/health/SharedHealthCheckRegistries.tryGetDefault:()Lcom/codahale/metrics/health/HealthCheckRegistry;
to the top
Java Archives 1
metrics-healthchecks-3.2.2.jar
to the top