Binary compatibility report for the metrics-annotation library between 5.0.0 and 5.0.1 versions
Test Info
Library Name | metrics-annotation |
Version #1 | 5.0.0 |
Version #2 | 5.0.1 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 2 / 1 |
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 |
Other Changes in Data Types | - | 1 |
Added Methods 2
metrics-annotation-5.0.1.jar, ResponseMeteredLevel.class
package io.dropwizard.metrics5.annotation
ResponseMeteredLevel.valueOf ( String name ) [static] : ResponseMeteredLevel
io/dropwizard/metrics5/annotation/ResponseMeteredLevel.valueOf:(Ljava/lang/String;)Lio/dropwizard/metrics5/annotation/ResponseMeteredLevel;
ResponseMeteredLevel.values ( ) [static] : ResponseMeteredLevel[ ]
io/dropwizard/metrics5/annotation/ResponseMeteredLevel.values:()[Lio/dropwizard/metrics5/annotation/ResponseMeteredLevel;
to the top
Other Changes in Data Types 1
metrics-annotation-5.0.0.jar
package io.dropwizard.metrics5.annotation
[+] @interface ResponseMetered 1
| Change | Effect |
---|
1 |
Element level of type ResponseMeteredLevel with default value ResponseMeteredLevel.COARSE has been added to this annotation type. |
No effect. |
to the top
Java Archives 1
metrics-annotation-5.0.0.jar
to the top