Binary compatibility report for the dropwizard-foundationdb library between 3.0.0 and 3.0.1 versions
Test Info
| Library Name | dropwizard-foundationdb |
| Version #1 | 3.0.0 |
| Version #2 | 3.0.1 |
Test Results
| Total Java Modules | 1 |
| Total Methods / Classes | 134 / 12 |
| Compatibility |
100% |
Problem Summary
| Severity | Count |
| Added Methods | - | 3 |
| Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
| Medium | 0 |
| Low | 0 |
Problems with Methods | High | 0 |
| Medium | 0 |
| Low | 0 |
Added Methods 3
dropwizard-foundationdb-3.0.1.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.0.jar
to the top