Changes report for the dropwizard-redis package between 1.3.12-1 and 1.4.0 versions


addedunchanged
changedremoved

Test Info


Package Namedropwizard-redis
Package FormatJAR
Version #11.3.12-1
Version #21.4.0

Test Results


Total Packages2
Total Files96
VerdictChanged
(3.6%)

Changes In Files


File TypeTotalAddedRemovedChanged
Java class 57 1 0 7
XML document 1 0 0 1
Property file 1 0 0 1
Directory 25 0 0 0
Information file 1 0 0 1
Text file 11 0 0 0

Java Classes (57)


Name Status Delta Visual
Diff
io/dropwizard/redis/AbstractRedisClientFactory.class unchanged
io/dropwizard/redis/clientoptions/ClientOptionsFactory.class unchanged
io/dropwizard/redis/clientoptions/ClusterClientOptionsFactory.class unchanged
io/dropwizard/redis/clientresources/ClientResourcesFactory.class unchanged
io/dropwizard/redis/clientresources/DefaultClientResourcesFactory.class unchanged
io/dropwizard/redis/codec/ByteArrayCodecFactory.class unchanged
io/dropwizard/redis/codec/CompressionCodecFactory.class unchanged
io/dropwizard/redis/codec/RedisCodecFactory.class unchanged
io/dropwizard/redis/codec/StringCodecFactory.class unchanged
io/dropwizard/redis/codec/Utf8StringCodecFactory.class unchanged
io/dropwizard/redis/delay/ConstantDelayFactory.class unchanged
io/dropwizard/redis/delay/DecorrelatedJitterDelayFactory.class unchanged
io/dropwizard/redis/delay/DelayFactory.class unchanged
io/dropwizard/redis/delay/EqualJitterDelayFactory.class unchanged
io/dropwizard/redis/delay/ExponentialDelayFactory.class unchanged
io/dropwizard/redis/delay/FullJitterDelayFactory.class unchanged
io/dropwizard/redis/event/DefaultEventBusFactory.class unchanged
io/dropwizard/redis/event/DefaultEventLoopGroupProviderFactory.class unchanged
io/dropwizard/redis/event/EventBusFactory.class unchanged
io/dropwizard/redis/event/EventLoopGroupProviderFactory.class unchanged
io/dropwizard/redis/health/Pingable.class unchanged
io/dropwizard/redis/health/RedisHealthCheck.class unchanged
io/dropwizard/redis/managed/RedisClientManager.class unchanged
io/dropwizard/redis/metrics/CommandLatencyCollectorFactory.class unchanged
io/dropwizard/redis/metrics/DefaultCommandLatencyCollectorFactory.class unchanged
io/dropwizard/redis/metrics/DefaultEventPublisherOptionsFactory.class unchanged
io/dropwizard/redis/metrics/event/LettuceMetricsSubscriber.class added
io/dropwizard/redis/metrics/event/visitor/ClusterTopologyChangedEventVisitor.class unchanged
io/dropwizard/redis/metrics/event/visitor/CommandLatencyEventVisitor.class unchanged
io/dropwizard/redis/metrics/event/visitor/ConnectedEventVisitor.class unchanged
io/dropwizard/redis/metrics/event/visitor/ConnectionActivatedEventVisitor.class unchanged
io/dropwizard/redis/metrics/event/visitor/ConnectionDeactivatedEventVisitor.class unchanged
io/dropwizard/redis/metrics/event/visitor/DisconnectedEventVisitor.class unchanged
io/dropwizard/redis/metrics/event/visitor/EventVisitor.class unchanged
io/dropwizard/redis/metrics/event/wrapper/EventWrapperFactory.class unchanged
io/dropwizard/redis/metrics/event/wrapper/VisitableClusterTopologyEventWrapper.class changed 55.3% diff
io/dropwizard/redis/metrics/event/wrapper/VisitableCommandLatencyEventWrapper.class changed 55% diff
io/dropwizard/redis/metrics/event/wrapper/VisitableConnectedEventWrapper.class changed 54.9% diff
io/dropwizard/redis/metrics/event/wrapper/VisitableConnectionActivatedEventWrapper.class changed 54.5% diff
io/dropwizard/redis/metrics/event/wrapper/VisitableConnectionDeactivatedEventWrapper.class changed 54.4% diff
io/dropwizard/redis/metrics/event/wrapper/VisitableDisconnectedEventWrapper.class changed 54.8% diff
io/dropwizard/redis/metrics/event/wrapper/VisitableEventWrapper.class changed 81.6% diff
io/dropwizard/redis/metrics/EventPublisherOptionsFactory.class unchanged
io/dropwizard/redis/netty/DefaultEventExecutorGroupFactory.class unchanged
io/dropwizard/redis/netty/EventExecutorGroupFactory.class unchanged
io/dropwizard/redis/RedisClientBundle.class unchanged
io/dropwizard/redis/RedisClientFactory.class unchanged
io/dropwizard/redis/RedisClusterClientBundle.class unchanged
io/dropwizard/redis/RedisClusterClientFactory.class unchanged
io/dropwizard/redis/socket/SocketOptionsFactory.class unchanged
io/dropwizard/redis/ssl/SslOptionsFactory$1.class unchanged
io/dropwizard/redis/ssl/SslOptionsFactory.class unchanged
io/dropwizard/redis/timeout/TimeoutOptionsFactory.class unchanged
io/dropwizard/redis/topology/ClusterTopologyRefreshOptionsFactory.class unchanged
io/dropwizard/redis/uri/RedisModeURIFactory.class unchanged
io/dropwizard/redis/uri/RedisURIFactory.class unchanged
io/dropwizard/redis/uri/SentinelModeURIFactory.class unchanged

XML Documents (1)


Name Status Delta Visual
Diff
META-INF/maven/io.dropwizard.modules/dropwizard-redis/pom.xml changed 14.2% diff

Property Files (1)


Name Status Delta Visual
Diff
META-INF/maven/io.dropwizard.modules/dropwizard-redis/pom.properties changed 40% diff

Directories (25)


Name Status
io unchanged
io/dropwizard unchanged
io/dropwizard/redis unchanged
io/dropwizard/redis/clientoptions unchanged
io/dropwizard/redis/clientresources unchanged
io/dropwizard/redis/codec unchanged
io/dropwizard/redis/delay unchanged
io/dropwizard/redis/event unchanged
io/dropwizard/redis/health unchanged
io/dropwizard/redis/managed unchanged
io/dropwizard/redis/metrics unchanged
io/dropwizard/redis/metrics/event unchanged
io/dropwizard/redis/metrics/event/visitor unchanged
io/dropwizard/redis/metrics/event/wrapper unchanged
io/dropwizard/redis/netty unchanged
io/dropwizard/redis/socket unchanged
io/dropwizard/redis/ssl unchanged
io/dropwizard/redis/timeout unchanged
io/dropwizard/redis/topology unchanged
io/dropwizard/redis/uri unchanged
META-INF unchanged
META-INF/maven unchanged
META-INF/maven/io.dropwizard.modules unchanged
META-INF/maven/io.dropwizard.modules/dropwizard-redis unchanged
META-INF/services unchanged

Information Files (1)


Name Status Delta Visual
Diff
META-INF/MANIFEST.MF changed 17.4% diff

Text Files (11)


Name Status Delta Visual
Diff
META-INF/services/io.dropwizard.jackson.Discoverable unchanged
META-INF/services/io.dropwizard.redis.AbstractRedisClientFactory unchanged
META-INF/services/io.dropwizard.redis.clientresources.ClientResourcesFactory unchanged
META-INF/services/io.dropwizard.redis.codec.RedisCodecFactory unchanged
META-INF/services/io.dropwizard.redis.delay.DelayFactory unchanged
META-INF/services/io.dropwizard.redis.event.EventBusFactory unchanged
META-INF/services/io.dropwizard.redis.event.EventLoopGroupProviderFactory unchanged
META-INF/services/io.dropwizard.redis.metrics.CommandLatencyCollectorFactory unchanged
META-INF/services/io.dropwizard.redis.metrics.EventPublisherOptionsFactory unchanged
META-INF/services/io.dropwizard.redis.netty.EventExecutorGroupFactory unchanged
META-INF/services/io.dropwizard.redis.uri.RedisURIFactory unchanged

Packages (2)


dropwizard-redis-1.3.12-1.jar
dropwizard-redis-1.4.0.jar

to the top