Binary compatibility report for the metrics-legacy-adapter library between 5.0.0 and 5.0.1 versions
Test Info
Library Name | metrics-legacy-adapter |
Version #1 | 5.0.0 |
Version #2 | 5.0.1 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 345 / 48 |
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
metrics-legacy-adapter-5.0.1.jar, MetricRegistry.class
package com.codahale.metrics
MetricRegistry.registerGauge ( String name, Gauge<T> metric ) : Gauge<T>
com/codahale/metrics/MetricRegistry.registerGauge:(Ljava/lang/String;Lcom/codahale/metrics/Gauge;)Lcom/codahale/metrics/Gauge;
metrics-legacy-adapter-5.0.1.jar, Timer.class
package com.codahale.metrics
Timer.update ( Duration duration ) : void
com/codahale/metrics/Timer.update:(Ljava/time/Duration;)V
to the top
Java Archives 1
metrics-legacy-adapter-5.0.0.jar
to the top