Binary compatibility report for the dropwizard-request-logging library between 4.0.4 and 4.0.5 versions
Test Info
Library Name | dropwizard-request-logging |
Version #1 | 4.0.4 |
Version #2 | 4.0.5 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 41 / 12 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 3 |
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 3
dropwizard-request-logging-4.0.5.jar, LogbackAccessRequestLog.class
package io.dropwizard.request.logging
LogbackAccessRequestLog.addEventListener ( EventListener eventListener ) : boolean
io/dropwizard/request/logging/LogbackAccessRequestLog.addEventListener:(Ljava/util/EventListener;)Z
LogbackAccessRequestLog.log ( Request jettyRequest, Response jettyResponse ) : void
io/dropwizard/request/logging/LogbackAccessRequestLog.log:(Lorg/eclipse/jetty/server/Request;Lorg/eclipse/jetty/server/Response;)V
LogbackAccessRequestLog.removeEventListener ( EventListener eventListener ) : boolean
io/dropwizard/request/logging/LogbackAccessRequestLog.removeEventListener:(Ljava/util/EventListener;)Z
to the top
Java Archives 1
dropwizard-request-logging-4.0.4.jar
to the top