Binary compatibility report for the dropwizard-auth library between 1.3.12 and 1.3.13 versions
Test Info
Library Name | dropwizard-auth |
Version #1 | 1.3.12 |
Version #2 | 1.3.13 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 78 / 26 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 2 |
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 2
dropwizard-auth-1.3.13.jar, JSONUnauthorizedHandler.class
package io.dropwizard.auth
JSONUnauthorizedHandler.buildResponse ( String prefix, String realm ) : Response
io/dropwizard/auth/JSONUnauthorizedHandler.buildResponse:(Ljava/lang/String;Ljava/lang/String;)Ljavax/ws/rs/core/Response;
JSONUnauthorizedHandler.JSONUnauthorizedHandler ( )
io/dropwizard/auth/JSONUnauthorizedHandler."<init>":()V
to the top
Java Archives 1
dropwizard-auth-1.3.12.jar
to the top