Source compatibility report for the dropwizard-auth library between 2.0.17 and 2.0.18 versions
Test Info
| Library Name | dropwizard-auth | 
| Version #1 | 2.0.17 | 
| Version #2 | 2.0.18 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 80 / 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-2.0.18.jar, CachingAuthenticator.class
package io.dropwizard.auth
CachingAuthenticator<C,P>.CachingAuthenticator<C,P> ( MetricRegistry metricRegistry, Authenticator<C,P> authenticator, Caffeine<Object,Object> builder, Supplier<StatsCounter> supplier )
io/dropwizard/auth/CachingAuthenticator."<init>":(Lcom/codahale/metrics/MetricRegistry;Lio/dropwizard/auth/Authenticator;Lcom/github/benmanes/caffeine/cache/Caffeine;Ljava/util/function/Supplier;)V
dropwizard-auth-2.0.18.jar, CachingAuthorizer.class
package io.dropwizard.auth
CachingAuthorizer<P>.CachingAuthorizer<P> ( MetricRegistry metricRegistry, Authorizer<P> authorizer, Caffeine<Object,Object> builder, Supplier<StatsCounter> supplier )
io/dropwizard/auth/CachingAuthorizer."<init>":(Lcom/codahale/metrics/MetricRegistry;Lio/dropwizard/auth/Authorizer;Lcom/github/benmanes/caffeine/cache/Caffeine;Ljava/util/function/Supplier;)V
to the top
Java Archives  1 
dropwizard-auth-2.0.17.jar
to the top