Source compatibility report for the dropwizard-db library between 1.3.29 and 2.0.0 versions

Test Info


Library Namedropwizard-db
Version #11.3.29
Version #22.0.0

Test Results


Total Java Modules1
Total Methods / Classes107 / 7
Compatibility 88.5%

Problem Summary


SeverityCount
Added Methods-3
Removed MethodsHigh3
Problems with
Data Types
High2
Medium0
Low0
Problems with
Methods
High0
Medium2
Low0

Added Methods  3 


dropwizard-db-2.0.0.jar, DatabaseConfiguration.class
package io.dropwizard.db
DatabaseConfiguration<T>.getDataSourceFactory ( T p1 ) [abstract]  :  PooledDataSourceFactory

dropwizard-db-2.0.0.jar, DataSourceFactory.class
package io.dropwizard.db
DataSourceFactory.getValidationQuery ( )  :  Optional<String>

dropwizard-db-2.0.0.jar, PooledDataSourceFactory.class
package io.dropwizard.db
PooledDataSourceFactory.getValidationQuery ( ) [abstract]  :  Optional<String>

to the top

Removed Methods  3 


dropwizard-db-1.3.29.jar, DatabaseConfiguration.class
package io.dropwizard.db
DatabaseConfiguration<T>.getDataSourceFactory ( T p1 ) [abstract]  :  PooledDataSourceFactory

dropwizard-db-1.3.29.jar, DataSourceFactory.class
package io.dropwizard.db
DataSourceFactory.getValidationQuery ( )  :  String

dropwizard-db-1.3.29.jar, PooledDataSourceFactory.class
package io.dropwizard.db
PooledDataSourceFactory.getValidationQuery ( ) [abstract]  :  String

to the top

Problems with Data Types, High Severity  2 


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

to the top

Problems with Methods, Medium Severity  2 


dropwizard-db-1.3.29.jar, DataSourceFactory.class
package io.dropwizard.db
[+] DataSourceFactory.getValidationQuery ( )  :  String  1 

dropwizard-db-1.3.29.jar, PooledDataSourceFactory.class
package io.dropwizard.db
[+] PooledDataSourceFactory.getValidationQuery ( ) [abstract]  :  String  1 

to the top

Java Archives  1 


dropwizard-db-1.3.29.jar

to the top