Source compatibility report for the dropwizard-request-logging library between 1.0.4 and 1.0.5 versions
Test Info
Library Name | dropwizard-request-logging |
Version #1 | 1.0.4 |
Version #2 | 1.0.5 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 25 / 8 |
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.0.5.jar, SafeRequestParameterConverter.class
package io.dropwizard.request.logging.layout
SafeRequestParameterConverter.convert ( IAccessEvent accessEvent ) : String
io/dropwizard/request/logging/layout/SafeRequestParameterConverter.convert:(Lch/qos/logback/access/spi/IAccessEvent;)Ljava/lang/String;
SafeRequestParameterConverter.convert ( Object p1 ) : String
io/dropwizard/request/logging/layout/SafeRequestParameterConverter.convert:(Ljava/lang/Object;)Ljava/lang/String;
SafeRequestParameterConverter.SafeRequestParameterConverter ( )
io/dropwizard/request/logging/layout/SafeRequestParameterConverter."<init>":()V
SafeRequestParameterConverter.start ( ) : void
io/dropwizard/request/logging/layout/SafeRequestParameterConverter.start:()V
to the top
Java Archives 1
dropwizard-request-logging-1.0.4.jar
to the top