Binary compatibility report for the dropwizard-auth library between 1.0.9 and 1.1.0 versions
Test Info
| Library Name | dropwizard-auth | 
| Version #1 | 1.0.9 | 
| Version #2 | 1.1.0 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 76 / 25 | 
| Compatibility | 
100% | 
Problem Summary
 | Severity | Count | 
| Added Methods | - | 11 | 
| 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  11 
dropwizard-auth-1.1.0.jar, AuthDynamicFeature.class
package io.dropwizard.auth
AuthDynamicFeature.AuthDynamicFeature ( Class<?> authFilterClass )
io/dropwizard/auth/AuthDynamicFeature."<init>":(Ljava/lang/Class;)V
dropwizard-auth-1.1.0.jar, CachingAuthorizer.class
package io.dropwizard.auth
CachingAuthorizer<P>.authorize ( P principal, String role )  :  boolean
io/dropwizard/auth/CachingAuthorizer.authorize:(Ljava/security/Principal;Ljava/lang/String;)Z
CachingAuthorizer<P>.CachingAuthorizer<P> ( MetricRegistry metricRegistry, Authorizer<P> authorizer, CacheBuilder<Object,Object> builder )
io/dropwizard/auth/CachingAuthorizer."<init>":(Lcom/codahale/metrics/MetricRegistry;Lio/dropwizard/auth/Authorizer;Lcom/google/common/cache/CacheBuilder;)V
CachingAuthorizer<P>.CachingAuthorizer<P> ( MetricRegistry metricRegistry, Authorizer<P> authorizer, CacheBuilderSpec cacheSpec )
io/dropwizard/auth/CachingAuthorizer."<init>":(Lcom/codahale/metrics/MetricRegistry;Lio/dropwizard/auth/Authorizer;Lcom/google/common/cache/CacheBuilderSpec;)V
CachingAuthorizer<P>.invalidate ( P principal )  :  void
io/dropwizard/auth/CachingAuthorizer.invalidate:(Ljava/security/Principal;)V
CachingAuthorizer<P>.invalidate ( P principal, String role )  :  void
io/dropwizard/auth/CachingAuthorizer.invalidate:(Ljava/security/Principal;Ljava/lang/String;)V
CachingAuthorizer<P>.invalidateAll ( )  :  void
io/dropwizard/auth/CachingAuthorizer.invalidateAll:()V
CachingAuthorizer<P>.invalidateAll ( Iterable<P> principals )  :  void
io/dropwizard/auth/CachingAuthorizer.invalidateAll:(Ljava/lang/Iterable;)V
CachingAuthorizer<P>.invalidateAll ( Predicate<? super P> predicate )  :  void
io/dropwizard/auth/CachingAuthorizer.invalidateAll:(Ljava/util/function/Predicate;)V
CachingAuthorizer<P>.size ( )  :  long
io/dropwizard/auth/CachingAuthorizer.size:()J
CachingAuthorizer<P>.stats ( )  :  CacheStats
io/dropwizard/auth/CachingAuthorizer.stats:()Lcom/google/common/cache/CacheStats;
to the top
Java Archives  1 
dropwizard-auth-1.0.9.jar
to the top