Binary compatibility report for the dropwizard-request-logging library between 1.0.3 and 1.0.4 versions
Test Info
Library Name | dropwizard-request-logging |
Version #1 | 1.0.3 |
Version #2 | 1.0.4 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 21 / 7 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 7 |
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 7
dropwizard-request-logging-1.0.4.jar, LogbackClassicRequestLogFactory.class
package io.dropwizard.request.logging.old
LogbackClassicRequestLogFactory.build ( String name ) : RequestLog
io/dropwizard/request/logging/old/LogbackClassicRequestLogFactory.build:(Ljava/lang/String;)Lorg/eclipse/jetty/server/RequestLog;
LogbackClassicRequestLogFactory.getAppenders ( ) : ImmutableList<AppenderFactory<ILoggingEvent>>
io/dropwizard/request/logging/old/LogbackClassicRequestLogFactory.getAppenders:()Lcom/google/common/collect/ImmutableList;
LogbackClassicRequestLogFactory.getTimeZone ( ) : TimeZone
io/dropwizard/request/logging/old/LogbackClassicRequestLogFactory.getTimeZone:()Ljava/util/TimeZone;
LogbackClassicRequestLogFactory.isEnabled ( ) : boolean
io/dropwizard/request/logging/old/LogbackClassicRequestLogFactory.isEnabled:()Z
LogbackClassicRequestLogFactory.LogbackClassicRequestLogFactory ( )
io/dropwizard/request/logging/old/LogbackClassicRequestLogFactory."<init>":()V
LogbackClassicRequestLogFactory.setAppenders ( ImmutableList<AppenderFactory<ILoggingEvent>> appenders ) : void
io/dropwizard/request/logging/old/LogbackClassicRequestLogFactory.setAppenders:(Lcom/google/common/collect/ImmutableList;)V
LogbackClassicRequestLogFactory.setTimeZone ( TimeZone timeZone ) : void
io/dropwizard/request/logging/old/LogbackClassicRequestLogFactory.setTimeZone:(Ljava/util/TimeZone;)V
to the top
Java Archives 1
dropwizard-request-logging-1.0.3.jar
to the top