Binary compatibility report for the metrics-jdbi3 library between 5.0.0 and 5.0.1 versions
Test Info
Library Name | metrics-jdbi3 |
Version #1 | 5.0.0 |
Version #2 | 5.0.1 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 17 / 9 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 4 |
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 4
metrics-jdbi3-5.0.1.jar, InstrumentedSqlLogger.class
package io.dropwizard.metrics5.jdbi3
InstrumentedSqlLogger.InstrumentedSqlLogger ( MetricRegistry registry )
io/dropwizard/metrics5/jdbi3/InstrumentedSqlLogger."<init>":(Lio/dropwizard/metrics5/MetricRegistry;)V
InstrumentedSqlLogger.InstrumentedSqlLogger ( MetricRegistry registry, StatementNameStrategy statementNameStrategy )
io/dropwizard/metrics5/jdbi3/InstrumentedSqlLogger."<init>":(Lio/dropwizard/metrics5/MetricRegistry;Lio/dropwizard/metrics5/jdbi3/strategies/StatementNameStrategy;)V
InstrumentedSqlLogger.logAfterExecution ( StatementContext context ) : void
io/dropwizard/metrics5/jdbi3/InstrumentedSqlLogger.logAfterExecution:(Lorg/jdbi/v3/core/statement/StatementContext;)V
InstrumentedSqlLogger.logException ( StatementContext context, SQLException ex ) : void
io/dropwizard/metrics5/jdbi3/InstrumentedSqlLogger.logException:(Lorg/jdbi/v3/core/statement/StatementContext;Ljava/sql/SQLException;)V
to the top
Java Archives 1
metrics-jdbi3-5.0.0.jar
to the top