Source compatibility report for the dropwizard-request-logging library between 3.0.10 and 4.0.0 versions
Test Info
Library Name | dropwizard-request-logging |
Version #1 | 3.0.10 |
Version #2 | 4.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 41 / 12 |
Compatibility |
87.8% |
Problem Summary
| Severity | Count |
Added Methods | - | 0 |
Removed Methods | High | 3 |
Problems with Data Types | High | 1 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Removed Methods 3
dropwizard-request-logging-3.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.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
Problems with Data Types, High Severity 1
dropwizard-request-logging-3.0.10.jar
package io.dropwizard.request.logging
[+] class LogbackAccessRequestLog 1
| Change | Effect |
---|
1 |
Removed super-interface org.eclipse.jetty.util.component.LifeCycle. |
Recompilation of a client program may be terminated with the message: cannot find method in class LogbackAccessRequestLog. |
[+] affected methods: 2 (4.9%)
LogbackAccessRequestLog.LogbackAccessRequestLog ( )This constructor is from 'LogbackAccessRequestLog' class.
LogbackAccessRequestLog.configure ( )This method is from 'LogbackAccessRequestLog' class.
to the top
Java Archives 1
dropwizard-request-logging-3.0.10.jar
to the top