Source compatibility report for the dropwizard-auth library between 2.0.17 and 2.0.18 versions

Test Info


Library Namedropwizard-auth
Version #12.0.17
Version #22.0.18

Test Results


Total Java Modules1
Total Methods / Classes80 / 26
Compatibility 100%

Problem Summary


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

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 )

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 )

to the top

Java Archives  1 


dropwizard-auth-2.0.17.jar

to the top