Binary compatibility report for the dropwizard-db library between 2.1.12 and 3.0.0 versions

Test Info


Library Namedropwizard-db
Version #12.1.12
Version #23.0.0

Test Results


Total Java Modules1
Total Methods / Classes104 / 7
Compatibility 85.6%

Problem Summary


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

Removed Methods  6 


dropwizard-db-2.1.12.jar, DataSourceFactory.class
package io.dropwizard.db
DataSourceFactory.getHealthCheckValidationQuery ( )  :  String *DEPRECATED*
DataSourceFactory.getHealthCheckValidationTimeout ( )  :  Optional<Duration> *DEPRECATED*
DataSourceFactory.isDefaultReadOnly ( )  :  boolean *DEPRECATED*
DataSourceFactory.setDefaultReadOnly ( boolean defaultReadOnly )  :  void *DEPRECATED*

dropwizard-db-2.1.12.jar, PooledDataSourceFactory.class
package io.dropwizard.db
PooledDataSourceFactory.getHealthCheckValidationQuery ( ) [abstract]  :  String *DEPRECATED*
PooledDataSourceFactory.getHealthCheckValidationTimeout ( ) [abstract]  :  Optional<Duration> *DEPRECATED*

to the top

Problems with Data Types, High Severity  2 


dropwizard-db-2.1.12.jar
package io.dropwizard.db
[+] interface PooledDataSourceFactory  2 

to the top

Java Archives  1 


dropwizard-db-2.1.12.jar

to the top