Source compatibility report for the dropwizard-foundationdb library between 1.3.11-2 and 1.3.12-1 versions

Test Info


Library Namedropwizard-foundationdb
Version #11.3.11-2
Version #21.3.12-1

Test Results


Total Java Modules1
Total Methods / Classes118 / 12
Compatibility 100%

Problem Summary


SeverityCount
Added Methods-9
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  9 


dropwizard-foundationdb-1.3.12-1.jar, FoundationDBFactory.class
package io.dropwizard.foundationdb
FoundationDBFactory.buildDatabase ( FDB fdb, String absoluteClusterFilePath, Executor executor )  :  Database
FoundationDBFactory.instrumentDatabase ( Database database, MetricRegistry metrics )  :  Database
FoundationDBFactory.manageDatabase ( LifecycleEnvironment lifecycle, FDB fdb )  :  void
FoundationDBFactory.registerHealthCheck ( HealthCheckRegistry healthChecks, Database database )  :  void

dropwizard-foundationdb-1.3.12-1.jar, RecordLayerFactory.class
package io.dropwizard.foundationdb
RecordLayerFactory.buildFDBDatabase ( FDBDatabaseFactory factory, String absoluteClusterFilePath )  :  FDBDatabase
RecordLayerFactory.buildFDBDatabaseFactory ( Executor networkExecutor, Executor executor )  :  FDBDatabaseFactory
RecordLayerFactory.instrumentFDBDatabase ( FDBDatabaseFactory factory, String absoluteClusterFilePath, FDBDatabase database, MetricRegistry metrics )  :  FDBDatabase
RecordLayerFactory.manageFDBDatabase ( LifecycleEnvironment lifecycle, FDBDatabase database )  :  void
RecordLayerFactory.registerHealthCheck ( HealthCheckRegistry healthChecks, FDBDatabase database )  :  void

to the top

Java Archives  1 


dropwizard-foundationdb-1.3.11-2.jar

to the top