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

Test Info


Library Namedropwizard-jdbi3
Version #12.1.12
Version #23.0.0

Test Results


Total Java Modules1
Total Methods / Classes25 / 6
Compatibility 76.2%

Problem Summary


SeverityCount
Added Methods-4
Removed MethodsHigh4
Problems with
Data Types
High1
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  4 


dropwizard-jdbi3-3.0.0.jar, JdbiExceptionsBundle.class
package io.dropwizard.jdbi3.bundles
JdbiExceptionsBundle.run ( Configuration configuration, Environment environment )  :  void
JdbiExceptionsBundle.run ( Object p1, Environment p2 )  :  void

dropwizard-jdbi3-3.0.0.jar, JdbiFactory.class
package io.dropwizard.jdbi3
JdbiFactory.build ( Environment environment, PooledDataSourceFactory configuration, ManagedDataSource dataSource, String name )  :  Jdbi
JdbiFactory.build ( Environment environment, PooledDataSourceFactory configuration, String name )  :  Jdbi

to the top

Removed Methods  4 


dropwizard-jdbi3-2.1.12.jar, JdbiExceptionsBundle.class
package io.dropwizard.jdbi3.bundles
JdbiExceptionsBundle.run ( Configuration configuration, Environment environment )  :  void
JdbiExceptionsBundle.run ( Object p1, Environment p2 )  :  void

dropwizard-jdbi3-2.1.12.jar, JdbiFactory.class
package io.dropwizard.jdbi3
JdbiFactory.build ( Environment environment, PooledDataSourceFactory configuration, ManagedDataSource dataSource, String name )  :  Jdbi
JdbiFactory.build ( Environment environment, PooledDataSourceFactory configuration, String name )  :  Jdbi

to the top

Problems with Data Types, High Severity  1 


dropwizard-jdbi3-2.1.12.jar
package io.dropwizard.jdbi3.bundles
[+] class JdbiExceptionsBundle  1 

to the top

Java Archives  1 


dropwizard-jdbi3-2.1.12.jar

to the top