Binary compatibility report for the dropwizard-metrics library between 1.0.9 and 1.1.0 versions

Test Info


Library Namedropwizard-metrics
Version #11.0.9
Version #21.1.0

Test Results


Total Java Modules1
Total Methods / Classes54 / 9
Compatibility 100%

Problem Summary


SeverityCount
Added Methods-5
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  5 


dropwizard-metrics-1.1.0.jar, BaseReporterFactory.class
package io.dropwizard.metrics
BaseReporterFactory.getDisabledAttributes ( )  :  Set<MetricAttribute>
BaseReporterFactory.getExcludesAttributes ( )  :  EnumSet<MetricAttribute>
BaseReporterFactory.getIncludesAttributes ( )  :  EnumSet<MetricAttribute>
BaseReporterFactory.setExcludesAttributes ( EnumSet<MetricAttribute> excludesAttributes )  :  void
BaseReporterFactory.setIncludesAttributes ( EnumSet<MetricAttribute> includesAttributes )  :  void

to the top

Java Archives  1 


dropwizard-metrics-1.0.9.jar

to the top