Source compatibility report for the dropwizard-foundationdb library between 3.0.2 and 4.0.0 versions
Test Info
Library Name | dropwizard-foundationdb |
Version #1 | 3.0.2 |
Version #2 | 4.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 134 / 12 |
Compatibility |
97.8% |
Problem Summary
| Severity | Count |
Added Methods | - | 0 |
Removed Methods | High | 3 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
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>
io/dropwizard/foundationdb/instrumented/InstrumentedDatabase.blobbifyRangeBlocking:([B[BLjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
InstrumentedDatabase.flushBlobRange ( byte[ ] beginKey, byte[ ] endKey, boolean compact, long version, Executor e ) : CompletableFuture<Boolean>
io/dropwizard/foundationdb/instrumented/InstrumentedDatabase.flushBlobRange:([B[BZJLjava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
InstrumentedDatabase.getClientStatus ( Executor e ) : CompletableFuture<byte[ ]>
io/dropwizard/foundationdb/instrumented/InstrumentedDatabase.getClientStatus:(Ljava/util/concurrent/Executor;)Ljava/util/concurrent/CompletableFuture;
to the top
Java Archives 1
dropwizard-foundationdb-3.0.2.jar
to the top