Binary compatibility report for the dropwizard-jdbi library between 0.8.5 and 0.9.0 versions
Test Info
Library Name | dropwizard-jdbi |
Version #1 | 0.8.5 |
Version #2 | 0.9.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 55 / 15 |
Compatibility |
95.7% |
Problem Summary
| Severity | Count |
Added Methods | - | 8 |
Removed Methods | High | 2 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
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
io/dropwizard/jdbi/DBIFactory.build:(Lio/dropwizard/setup/Environment;Lio/dropwizard/db/PooledDataSourceFactory;Lio/dropwizard/db/ManagedDataSource;Ljava/lang/String;)Lorg/skife/jdbi/v2/DBI;
DBIFactory.build ( Environment environment, PooledDataSourceFactory configuration, String name ) : DBI
io/dropwizard/jdbi/DBIFactory.build:(Lio/dropwizard/setup/Environment;Lio/dropwizard/db/PooledDataSourceFactory;Ljava/lang/String;)Lorg/skife/jdbi/v2/DBI;
dropwizard-jdbi-0.9.0.jar, JodaDateTimeMapper.class
package io.dropwizard.jdbi.args
JodaDateTimeMapper.JodaDateTimeMapper ( )
io/dropwizard/jdbi/args/JodaDateTimeMapper."<init>":()V
dropwizard-jdbi-0.9.0.jar, OptionalJodaTimeArgumentFactory.class
package io.dropwizard.jdbi.args
OptionalJodaTimeArgumentFactory.accepts ( Class<?> expectedType, Object value, StatementContext ctx ) : boolean
io/dropwizard/jdbi/args/OptionalJodaTimeArgumentFactory.accepts:(Ljava/lang/Class;Ljava/lang/Object;Lorg/skife/jdbi/v2/StatementContext;)Z
OptionalJodaTimeArgumentFactory.build ( Class p1, Object p2, StatementContext p3 ) : Argument
io/dropwizard/jdbi/args/OptionalJodaTimeArgumentFactory.build:(Ljava/lang/Class;Ljava/lang/Object;Lorg/skife/jdbi/v2/StatementContext;)Lorg/skife/jdbi/v2/tweak/Argument;
OptionalJodaTimeArgumentFactory.build ( Class<?> expectedType, Optional<DateTime> value, StatementContext ctx ) : Argument
io/dropwizard/jdbi/args/OptionalJodaTimeArgumentFactory.build:(Ljava/lang/Class;Lcom/google/common/base/Optional;Lorg/skife/jdbi/v2/StatementContext;)Lorg/skife/jdbi/v2/tweak/Argument;
OptionalJodaTimeArgumentFactory.OptionalJodaTimeArgumentFactory ( )
io/dropwizard/jdbi/args/OptionalJodaTimeArgumentFactory."<init>":()V
OptionalJodaTimeArgumentFactory.OptionalJodaTimeArgumentFactory ( Optional<TimeZone> timeZone )
io/dropwizard/jdbi/args/OptionalJodaTimeArgumentFactory."<init>":(Lcom/google/common/base/Optional;)V
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
io/dropwizard/jdbi/DBIFactory.build:(Lio/dropwizard/setup/Environment;Lio/dropwizard/db/DataSourceFactory;Lio/dropwizard/db/ManagedDataSource;Ljava/lang/String;)Lorg/skife/jdbi/v2/DBI;
DBIFactory.build ( Environment environment, DataSourceFactory configuration, String name ) : DBI
io/dropwizard/jdbi/DBIFactory.build:(Lio/dropwizard/setup/Environment;Lio/dropwizard/db/DataSourceFactory;Ljava/lang/String;)Lorg/skife/jdbi/v2/DBI;
to the top
Java Archives 1
dropwizard-jdbi-0.8.5.jar
to the top