Source compatibility report for the dropwizard-auth library between 1.0.9 and 1.1.0 versions

Test Info


Library Namedropwizard-auth
Version #11.0.9
Version #21.1.0

Test Results


Total Java Modules1
Total Methods / Classes76 / 25
Compatibility 100%

Problem Summary


SeverityCount
Added Methods-11
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  11 


dropwizard-auth-1.1.0.jar, AuthDynamicFeature.class
package io.dropwizard.auth
AuthDynamicFeature.AuthDynamicFeature ( Class<?> authFilterClass )

dropwizard-auth-1.1.0.jar, CachingAuthorizer.class
package io.dropwizard.auth
CachingAuthorizer<P>.authorize ( P principal, String role )  :  boolean
CachingAuthorizer<P>.CachingAuthorizer<P> ( MetricRegistry metricRegistry, Authorizer<P> authorizer, CacheBuilder<Object,Object> builder )
CachingAuthorizer<P>.CachingAuthorizer<P> ( MetricRegistry metricRegistry, Authorizer<P> authorizer, CacheBuilderSpec cacheSpec )
CachingAuthorizer<P>.invalidate ( P principal )  :  void
CachingAuthorizer<P>.invalidate ( P principal, String role )  :  void
CachingAuthorizer<P>.invalidateAll ( )  :  void
CachingAuthorizer<P>.invalidateAll ( Iterable<P> principals )  :  void
CachingAuthorizer<P>.invalidateAll ( Predicate<? super P> predicate )  :  void
CachingAuthorizer<P>.size ( )  :  long
CachingAuthorizer<P>.stats ( )  :  CacheStats

to the top

Java Archives  1 


dropwizard-auth-1.0.9.jar

to the top