Binary compatibility report for the dropwizard-foundationdb library between 3.0.2 and 4.0.0 versions

Test Info


Library Namedropwizard-foundationdb
Version #13.0.2
Version #24.0.0

Test Results


Total Java Modules1
Total Methods / Classes134 / 12
Compatibility 97.8%

Problem Summary


SeverityCount
Added Methods-0
Removed MethodsHigh3
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Removed Methods  3 


dropwizard-foundationdb-3.0.2.jar, InstrumentedDatabase.class
package io.dropwizard.foundationdb.instrumented
InstrumentedDatabase.blobbifyRangeBlocking ( byte[ ] beginKey, byte[ ] endKey, Executor e )  :  CompletableFuture<Boolean>
InstrumentedDatabase.flushBlobRange ( byte[ ] beginKey, byte[ ] endKey, boolean compact, long version, Executor e )  :  CompletableFuture<Boolean>
InstrumentedDatabase.getClientStatus ( Executor e )  :  CompletableFuture<byte[ ]>

to the top

Java Archives  1 


dropwizard-foundationdb-3.0.2.jar

to the top