Binary compatibility report for the dropwizard-db library between 0.8.5 and 0.9.0 versions

Test Info


Library Namedropwizard-db
Version #10.8.5
Version #20.9.0

Test Results


Total Java Modules1
Total Methods / Classes96 / 7
Compatibility 98.7%

Problem Summary


SeverityCount
Added Methods-17
Removed MethodsHigh1
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High1
Medium0
Low0

Added Methods  17 


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

dropwizard-db-0.9.0.jar, DataSourceFactory.class
package io.dropwizard.db
DataSourceFactory.asSingleConnectionPool ( )  :  void
DataSourceFactory.getHealthCheckValidationQuery ( )  :  String
DataSourceFactory.getHealthCheckValidationTimeout ( )  :  Optional<Duration>
DataSourceFactory.getRemoveAbandonedTimeout ( )  :  Duration
DataSourceFactory.getValidatorClassName ( )  :  Optional<String>
DataSourceFactory.isRemoveAbandoned ( )  :  boolean
DataSourceFactory.setRemoveAbandoned ( boolean removeAbandoned )  :  void
DataSourceFactory.setRemoveAbandonedTimeout ( Duration removeAbandonedTimeout )  :  void
DataSourceFactory.setValidatorClassName ( Optional<String> validatorClassName )  :  void

dropwizard-db-0.9.0.jar, PooledDataSourceFactory.class
package io.dropwizard.db
PooledDataSourceFactory.asSingleConnectionPool ( ) [abstract]  :  void
PooledDataSourceFactory.build ( MetricRegistry p1, String p2 ) [abstract]  :  ManagedDataSource
PooledDataSourceFactory.getDriverClass ( ) [abstract]  :  String
PooledDataSourceFactory.getHealthCheckValidationQuery ( ) [abstract]  :  String
PooledDataSourceFactory.getHealthCheckValidationTimeout ( ) [abstract]  :  Optional<Duration>
PooledDataSourceFactory.getProperties ( ) [abstract]  :  Map<String,String>
PooledDataSourceFactory.isAutoCommentsEnabled ( ) [abstract]  :  boolean

to the top

Removed Methods  1 


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

to the top

Problems with Methods, High Severity  1 


dropwizard-db-0.8.5.jar, DatabaseConfiguration.class
package io.dropwizard.db
[+] DatabaseConfiguration<T>.getDataSourceFactory ( T p1 ) [abstract]  :  DataSourceFactory  1 

to the top

Java Archives  1 


dropwizard-db-0.8.5.jar

to the top