Binary compatibility report for the metrics-log4j2 library between 3.1.5 and 3.2.0 versions
Test Info
Library Name | metrics-log4j2 |
Version #1 | 3.1.5 |
Version #2 | 3.2.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 8 / 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 |
Added Methods 2
metrics-log4j2-3.2.0.jar, InstrumentedAppender.class
package com.codahale.metrics.log4j2
InstrumentedAppender.createAppender ( String name, String registry ) [static] : InstrumentedAppender
com/codahale/metrics/log4j2/InstrumentedAppender.createAppender:(Ljava/lang/String;Ljava/lang/String;)Lcom/codahale/metrics/log4j2/InstrumentedAppender;
InstrumentedAppender.InstrumentedAppender ( String appenderName, MetricRegistry registry )
com/codahale/metrics/log4j2/InstrumentedAppender."<init>":(Ljava/lang/String;Lcom/codahale/metrics/MetricRegistry;)V
to the top
Java Archives 1
metrics-log4j2-3.1.5.jar
to the top