Source compatibility report for the dropwizard-auth library between 2.0.35 and 2.1.0 versions

Test Info


Library Namedropwizard-auth
Version #12.0.35
Version #22.1.0

Test Results


Total Java Modules1
Total Methods / Classes87 / 26
Compatibility 98.8%

Problem Summary


SeverityCount
Added Methods-7
Removed MethodsHigh1
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-1
Other Changes
in Methods
-1

Added Methods  7 


dropwizard-auth-2.1.0.jar, AuthDynamicFeature.class
package io.dropwizard.auth
AuthDynamicFeature.configure ( FeatureContext context )  :  boolean

dropwizard-auth-2.1.0.jar, Authorizer.class
package io.dropwizard.auth
Authorizer<P>.getAuthorizationContext ( P principal, String role, ContainerRequestContext requestContext )  :  AuthorizationContext<P>

dropwizard-auth-2.1.0.jar, CachingAuthenticator.class
package io.dropwizard.auth
CachingAuthenticator<C,P>.CachingAuthenticator<C,P> ( MetricRegistry metricRegistry, Authenticator<C,P> authenticator, Caffeine<Object,Object> builder, boolean cacheNegativeResult )
CachingAuthenticator<C,P>.CachingAuthenticator<C,P> ( MetricRegistry metricRegistry, Authenticator<C,P> authenticator, Caffeine<Object,Object> builder, boolean cacheNegativeResult, Supplier<StatsCounter> supplier )

dropwizard-auth-2.1.0.jar, CachingAuthorizer.class
package io.dropwizard.auth
CachingAuthorizer<P>.getAuthorizationContext ( P principal, String role, ContainerRequestContext requestContext )  :  AuthorizationContext<P>

dropwizard-auth-2.1.0.jar, PolymorphicAuthDynamicFeature.class
package io.dropwizard.auth
PolymorphicAuthDynamicFeature<T>.configure ( FeatureContext context )  :  boolean

dropwizard-auth-2.1.0.jar, UnauthorizedHandler.class
package io.dropwizard.auth
UnauthorizedHandler.buildException ( String prefix, String realm )  :  RuntimeException

to the top

Removed Methods  1 


dropwizard-auth-2.0.35.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 )

to the top

Other Changes in Data Types  1 


dropwizard-auth-2.0.35.jar
package io.dropwizard.auth
[+] interface UnauthorizedHandler  1 

to the top

Other Changes in Methods  1 


dropwizard-auth-2.0.35.jar, UnauthorizedHandler.class
package io.dropwizard.auth
[+] UnauthorizedHandler.buildResponse ( String p1, String p2 ) [abstract]  :  Response  1 

to the top

Java Archives  1 


dropwizard-auth-2.0.35.jar

to the top