Source compatibility report for the dropwizard-jdbi library between 0.8.5 and 0.9.0 versions

Test Info


Library Namedropwizard-jdbi
Version #10.8.5
Version #20.9.0

Test Results


Total Java Modules1
Total Methods / Classes55 / 15
Compatibility 95.7%

Problem Summary


SeverityCount
Added Methods-8
Removed MethodsHigh2
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0

Added Methods  8 


dropwizard-jdbi-0.9.0.jar, DBIFactory.class
package io.dropwizard.jdbi
DBIFactory.build ( Environment environment, PooledDataSourceFactory configuration, ManagedDataSource dataSource, String name )  :  DBI
DBIFactory.build ( Environment environment, PooledDataSourceFactory configuration, String name )  :  DBI

dropwizard-jdbi-0.9.0.jar, JodaDateTimeMapper.class
package io.dropwizard.jdbi.args
JodaDateTimeMapper.JodaDateTimeMapper ( )

dropwizard-jdbi-0.9.0.jar, OptionalJodaTimeArgumentFactory.class
package io.dropwizard.jdbi.args
OptionalJodaTimeArgumentFactory.accepts ( Class<?> expectedType, Object value, StatementContext ctx )  :  boolean
OptionalJodaTimeArgumentFactory.build ( Class p1, Object p2, StatementContext p3 )  :  Argument
OptionalJodaTimeArgumentFactory.build ( Class<?> expectedType, Optional<DateTime> value, StatementContext ctx )  :  Argument
OptionalJodaTimeArgumentFactory.OptionalJodaTimeArgumentFactory ( )
OptionalJodaTimeArgumentFactory.OptionalJodaTimeArgumentFactory ( Optional<TimeZone> timeZone )

to the top

Removed Methods  2 


dropwizard-jdbi-0.8.5.jar, DBIFactory.class
package io.dropwizard.jdbi
DBIFactory.build ( Environment environment, DataSourceFactory configuration, ManagedDataSource dataSource, String name )  :  DBI
DBIFactory.build ( Environment environment, DataSourceFactory configuration, String name )  :  DBI

to the top

Java Archives  1 


dropwizard-jdbi-0.8.5.jar

to the top