Binary compatibility report for the dropwizard-redis library between 1.8.1 and 3.0.0 versions

Test Info


Library Namedropwizard-redis
Version #11.8.1
Version #23.0.0

Test Results


Total Java Modules1
Total Methods / Classes330 / 58
Compatibility 96.3%

Problem Summary


SeverityCount
Added Methods-8
Removed MethodsHigh8
Problems with
Data Types
High4
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-4

Added Methods  8 


dropwizard-redis-3.0.0.jar, RedisClientBundle.class
package io.dropwizard.redis
RedisClientBundle<K,V,T>.getRedisClientFactory ( T p1 ) [abstract]  :  RedisClientFactory<K,V>
RedisClientBundle<K,V,T>.initialize ( Bootstrap<?> bootstrap )  :  void
RedisClientBundle<K,V,T>.run ( Object p1, Environment p2 )  :  void
RedisClientBundle<K,V,T>.run ( T configuration, Environment environment )  :  void

dropwizard-redis-3.0.0.jar, RedisClusterClientBundle.class
package io.dropwizard.redis
RedisClusterClientBundle<K,V,T>.getRedisClusterClientFactory ( T p1 ) [abstract]  :  RedisClusterClientFactory<K,V>
RedisClusterClientBundle<K,V,T>.initialize ( Bootstrap<?> bootstrap )  :  void
RedisClusterClientBundle<K,V,T>.run ( Object p1, Environment p2 )  :  void
RedisClusterClientBundle<K,V,T>.run ( T configuration, Environment environment )  :  void

to the top

Removed Methods  8 


dropwizard-redis-1.8.1.jar, RedisClientBundle.class
package io.dropwizard.redis
RedisClientBundle<K,V,T>.getRedisClientFactory ( T p1 ) [abstract]  :  RedisClientFactory<K,V>
RedisClientBundle<K,V,T>.initialize ( Bootstrap<?> bootstrap )  :  void
RedisClientBundle<K,V,T>.run ( Object p1, Environment p2 )  :  void
RedisClientBundle<K,V,T>.run ( T configuration, Environment environment )  :  void

dropwizard-redis-1.8.1.jar, RedisClusterClientBundle.class
package io.dropwizard.redis
RedisClusterClientBundle<K,V,T>.getRedisClusterClientFactory ( T p1 ) [abstract]  :  RedisClusterClientFactory<K,V>
RedisClusterClientBundle<K,V,T>.initialize ( Bootstrap<?> bootstrap )  :  void
RedisClusterClientBundle<K,V,T>.run ( Object p1, Environment p2 )  :  void
RedisClusterClientBundle<K,V,T>.run ( T configuration, Environment environment )  :  void

to the top

Problems with Data Types, High Severity  4 


dropwizard-redis-1.8.1.jar
package io.dropwizard.redis
[+] class RedisClientBundle<K,V,T>  2 
[+] class RedisClusterClientBundle<K,V,T>  2 

to the top

Other Changes in Data Types  4 


dropwizard-redis-1.8.1.jar
package io.dropwizard.redis
[+] class RedisClientBundle<K,V,T>  2 
[+] class RedisClusterClientBundle<K,V,T>  2 

to the top

Java Archives  1 


dropwizard-redis-1.8.1.jar

to the top