Source compatibility report for the dropwizard-kubernetes library between 1.4.0 and 1.4.1 versions
Test Info
Library Name | dropwizard-kubernetes |
Version #1 | 1.4.0 |
Version #2 | 1.4.1 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 188 / 34 |
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-kubernetes-1.4.1.jar, OAuthAuthorizationInterceptor.class
package io.dropwizard.kubernetes.http.interceptor
OAuthAuthorizationInterceptor.intercept ( Interceptor.Chain chain ) : Response
io/dropwizard/kubernetes/http/interceptor/OAuthAuthorizationInterceptor.intercept:(Lokhttp3/Interceptor$Chain;)Lokhttp3/Response;
OAuthAuthorizationInterceptor.OAuthAuthorizationInterceptor ( OAuthTokenProvider oAuthTokenProvider )
io/dropwizard/kubernetes/http/interceptor/OAuthAuthorizationInterceptor."<init>":(Lio/fabric8/kubernetes/client/OAuthTokenProvider;)V
to the top
Java Archives 1
dropwizard-kubernetes-1.4.0.jar
to the top