Binary compatibility report for the dropwizard-request-logging library between 1.0.3 and 1.0.4 versions

Test Info


Library Namedropwizard-request-logging
Version #11.0.3
Version #21.0.4

Test Results


Total Java Modules1
Total Methods / Classes21 / 7
Compatibility 100%

Problem Summary


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

Added Methods  7 


dropwizard-request-logging-1.0.4.jar, LogbackClassicRequestLogFactory.class
package io.dropwizard.request.logging.old
LogbackClassicRequestLogFactory.build ( String name )  :  RequestLog
LogbackClassicRequestLogFactory.getAppenders ( )  :  ImmutableList<AppenderFactory<ILoggingEvent>>
LogbackClassicRequestLogFactory.getTimeZone ( )  :  TimeZone
LogbackClassicRequestLogFactory.isEnabled ( )  :  boolean
LogbackClassicRequestLogFactory.LogbackClassicRequestLogFactory ( )
LogbackClassicRequestLogFactory.setAppenders ( ImmutableList<AppenderFactory<ILoggingEvent>> appenders )  :  void
LogbackClassicRequestLogFactory.setTimeZone ( TimeZone timeZone )  :  void

to the top

Java Archives  1 


dropwizard-request-logging-1.0.3.jar

to the top