Source compatibility report for the dropwizard-request-logging library between 1.1.8 and 1.2.0 versions
Test Info
Library Name | dropwizard-request-logging |
Version #1 | 1.1.8 |
Version #2 | 1.2.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 29 / 9 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 4 |
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 4
dropwizard-request-logging-1.2.0.jar, ExternalRequestLogFactory.class
package io.dropwizard.request.logging
ExternalRequestLogFactory.build ( String name ) : RequestLog
io/dropwizard/request/logging/ExternalRequestLogFactory.build:(Ljava/lang/String;)Lorg/eclipse/jetty/server/RequestLog;
ExternalRequestLogFactory.ExternalRequestLogFactory ( )
io/dropwizard/request/logging/ExternalRequestLogFactory."<init>":()V
ExternalRequestLogFactory.isEnabled ( ) : boolean
io/dropwizard/request/logging/ExternalRequestLogFactory.isEnabled:()Z
ExternalRequestLogFactory.setEnabled ( boolean enabled ) : void
io/dropwizard/request/logging/ExternalRequestLogFactory.setEnabled:(Z)V
to the top
Java Archives 1
dropwizard-request-logging-1.1.8.jar
to the top