Binary compatibility report for the dropwizard-request-logging library between 4.0.10 and 5.0.0-alpha.4 versions
Test Info
Library Name | dropwizard-request-logging |
Version #1 | 4.0.10 |
Version #2 | 5.0.0-alpha.4 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 43 / 13 |
Compatibility |
95.1% |
Problem Summary
| Severity | Count |
Added Methods | - | 2 |
Removed Methods | High | 2 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 2
dropwizard-request-logging-5.0.0-alpha.4.jar, LogbackAccessRequestLogAwareHandler.class
package io.dropwizard.request.logging
LogbackAccessRequestLogAwareHandler.handle ( Request request, Response response, Callback callback ) : boolean
io/dropwizard/request/logging/LogbackAccessRequestLogAwareHandler.handle:(Lorg/eclipse/jetty/server/Request;Lorg/eclipse/jetty/server/Response;Lorg/eclipse/jetty/util/Callback;)Z
LogbackAccessRequestLogAwareHandler.LogbackAccessRequestLogAwareHandler ( )
io/dropwizard/request/logging/LogbackAccessRequestLogAwareHandler."<init>":()V
to the top
Removed Methods 2
dropwizard-request-logging-4.0.10.jar, LogbackAccessRequestLog.class
package io.dropwizard.request.logging
LogbackAccessRequestLog.addEventListener ( EventListener eventListener ) : boolean
io/dropwizard/request/logging/LogbackAccessRequestLog.addEventListener:(Ljava/util/EventListener;)Z
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.10.jar
to the top