Binary compatibility report for the dropwizard-logging library between 1.1.8 and 1.2.0 versions

Test Info


Library Namedropwizard-logging
Version #11.1.8
Version #21.2.0

Test Results


Total Java Modules1
Total Methods / Classes117 / 25
Compatibility 94.3%

Problem Summary


SeverityCount
Added Methods-11
Removed MethodsHigh6
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High3
Medium0
Low0

Added Methods  11 


dropwizard-logging-1.2.0.jar, AbstractAppenderFactory.class
package io.dropwizard.logging
AbstractAppenderFactory<E>.getThreshold ( )  :  String
AbstractAppenderFactory<E>.setThreshold ( String threshold )  :  void
AbstractAppenderFactory<E>.setTimeZone ( String zoneId )  :  void

dropwizard-logging-1.2.0.jar, DefaultLoggingFactory.class
package io.dropwizard.logging
DefaultLoggingFactory.getLevel ( )  :  String
DefaultLoggingFactory.setLevel ( String level )  :  void

dropwizard-logging-1.2.0.jar, ExternalLoggingFactory.class
package io.dropwizard.logging
ExternalLoggingFactory.configure ( MetricRegistry metricRegistry, String name )  :  void
ExternalLoggingFactory.ExternalLoggingFactory ( )
ExternalLoggingFactory.reset ( )  :  void
ExternalLoggingFactory.stop ( )  :  void

dropwizard-logging-1.2.0.jar, LoggerConfiguration.class
package io.dropwizard.logging
LoggerConfiguration.getLevel ( )  :  String
LoggerConfiguration.setLevel ( String level )  :  void

to the top

Removed Methods  6 


dropwizard-logging-1.1.8.jar, AbstractAppenderFactory.class
package io.dropwizard.logging
AbstractAppenderFactory<E>.getThreshold ( )  :  Level
AbstractAppenderFactory<E>.setThreshold ( Level threshold )  :  void

dropwizard-logging-1.1.8.jar, DefaultLoggingFactory.class
package io.dropwizard.logging
DefaultLoggingFactory.getLevel ( )  :  Level
DefaultLoggingFactory.setLevel ( Level level )  :  void

dropwizard-logging-1.1.8.jar, LoggerConfiguration.class
package io.dropwizard.logging
LoggerConfiguration.getLevel ( )  :  Level
LoggerConfiguration.setLevel ( Level level )  :  void

to the top

Problems with Methods, High Severity  3 


dropwizard-logging-1.1.8.jar, AbstractAppenderFactory.class
package io.dropwizard.logging
[+] AbstractAppenderFactory<E>.getThreshold ( )  :  Level  1 

dropwizard-logging-1.1.8.jar, DefaultLoggingFactory.class
package io.dropwizard.logging
[+] DefaultLoggingFactory.getLevel ( )  :  Level  1 

dropwizard-logging-1.1.8.jar, LoggerConfiguration.class
package io.dropwizard.logging
[+] LoggerConfiguration.getLevel ( )  :  Level  1 

to the top

Java Archives  1 


dropwizard-logging-1.1.8.jar

to the top