Binary compatibility report for the dropwizard-foundationdb library between 1.6.1 and 2.0.0 versions

Test Info


Library Namedropwizard-foundationdb
Version #11.6.1
Version #22.0.0

Test Results


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

Problem Summary


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

Added Methods  6 


dropwizard-foundationdb-2.0.0.jar, InstrumentedDatabase.class
package io.dropwizard.foundationdb.instrumented
InstrumentedDatabase.getMainThreadBusyness ( )  :  double
InstrumentedDatabase.openTenant ( byte[ ] tenantName, Executor e )  :  Tenant
InstrumentedDatabase.openTenant ( byte[ ] tenantName, Executor e, EventKeeper eventKeeper )  :  Tenant
InstrumentedDatabase.openTenant ( Tuple tenantName )  :  Tenant
InstrumentedDatabase.openTenant ( Tuple tenantName, Executor e )  :  Tenant
InstrumentedDatabase.openTenant ( Tuple tenantName, Executor e, EventKeeper eventKeeper )  :  Tenant

to the top

Java Archives  1 


dropwizard-foundationdb-1.6.1.jar

to the top