Source compatibility report for the dropwizard-jdbi library between 1.1.1 and 1.1.2 versions
Test Info
Library Name | dropwizard-jdbi |
Version #1 | 1.1.1 |
Version #2 | 1.1.2 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 198 / 49 |
Compatibility |
100% |
Problem Summary
| Severity | Count |
Added Methods | - | 2 |
Removed Methods | High | 0 |
Problems with Data Types | High | 0 |
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
Medium | 0 |
Low | 0 |
Added Methods 2
dropwizard-jdbi-1.1.2.jar, DBIFactory.class
package io.dropwizard.jdbi
DBIFactory.configure ( DBI dbi, PooledDataSourceFactory configuration ) : void
io/dropwizard/jdbi/DBIFactory.configure:(Lorg/skife/jdbi/v2/DBI;Lio/dropwizard/db/PooledDataSourceFactory;)V
DBIFactory.newInstance ( ManagedDataSource dataSource ) : DBI
io/dropwizard/jdbi/DBIFactory.newInstance:(Lio/dropwizard/db/ManagedDataSource;)Lorg/skife/jdbi/v2/DBI;
to the top
Java Archives 1
dropwizard-jdbi-1.1.1.jar
to the top