Source compatibility report for the dropwizard-jdbi library between 1.3.29 and 2.0.0-rc9 versions
Test Info
| Library Name | dropwizard-jdbi | 
| Version #1 | 1.3.29 | 
| Version #2 | 2.0.0-rc9 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 202 / 49 | 
| Compatibility | 
97.5% | 
Problem Summary
 | Severity | Count | 
| Added Methods | - | 4 | 
| Removed Methods | High | 4 | 
Problems with Data Types | High | 1 | 
| Medium | 0 | 
| Low | 0 | 
Problems with Methods | High | 0 | 
| Medium | 0 | 
| Low | 0 | 
Added Methods  4 
dropwizard-jdbi-2.0.0-rc9.jar, DBIExceptionsBundle.class
package io.dropwizard.jdbi.bundles
DBIExceptionsBundle.run ( Configuration configuration, Environment environment )  :  void
io/dropwizard/jdbi/bundles/DBIExceptionsBundle.run:(Lio/dropwizard/Configuration;Lio/dropwizard/setup/Environment;)V
DBIExceptionsBundle.run ( Object p1, Environment p2 )  :  void
io/dropwizard/jdbi/bundles/DBIExceptionsBundle.run:(Ljava/lang/Object;Lio/dropwizard/setup/Environment;)V
dropwizard-jdbi-2.0.0-rc9.jar, DBIHealthCheck.class
package io.dropwizard.jdbi
DBIHealthCheck.DBIHealthCheck ( DBI dbi, Optional<String> validationQuery )
io/dropwizard/jdbi/DBIHealthCheck."<init>":(Lorg/skife/jdbi/v2/DBI;Ljava/util/Optional;)V
DBIHealthCheck.DBIHealthCheck ( ExecutorService executorService, Duration duration, DBI dbi, Optional<String> validationQuery )
io/dropwizard/jdbi/DBIHealthCheck."<init>":(Ljava/util/concurrent/ExecutorService;Lio/dropwizard/util/Duration;Lorg/skife/jdbi/v2/DBI;Ljava/util/Optional;)V
to the top
Removed Methods  4 
dropwizard-jdbi-1.3.29.jar, DBIExceptionsBundle.class
package io.dropwizard.jdbi.bundles
DBIExceptionsBundle.initialize ( Bootstrap<?> bootstrap )  :  void
io/dropwizard/jdbi/bundles/DBIExceptionsBundle.initialize:(Lio/dropwizard/setup/Bootstrap;)V
DBIExceptionsBundle.run ( Environment environment )  :  void
io/dropwizard/jdbi/bundles/DBIExceptionsBundle.run:(Lio/dropwizard/setup/Environment;)V
dropwizard-jdbi-1.3.29.jar, DBIHealthCheck.class
package io.dropwizard.jdbi
DBIHealthCheck.DBIHealthCheck ( DBI dbi, String validationQuery )
io/dropwizard/jdbi/DBIHealthCheck."<init>":(Lorg/skife/jdbi/v2/DBI;Ljava/lang/String;)V
DBIHealthCheck.DBIHealthCheck ( ExecutorService executorService, Duration duration, DBI dbi, String validationQuery )
io/dropwizard/jdbi/DBIHealthCheck."<init>":(Ljava/util/concurrent/ExecutorService;Lio/dropwizard/util/Duration;Lorg/skife/jdbi/v2/DBI;Ljava/lang/String;)V
to the top
Problems with Data Types, High Severity  1 
dropwizard-jdbi-1.3.29.jar
package io.dropwizard.jdbi.bundles
[+] class DBIExceptionsBundle  1 
 | Change | Effect | 
|---|
| 1 | 
Removed super-interface io.dropwizard.Bundle. | 
Recompilation of a client program may be terminated with the message: cannot find method in class DBIExceptionsBundle. | 
[+] affected methods: 1 (0.5%)
DBIExceptionsBundle.DBIExceptionsBundle ( )This constructor is from 'DBIExceptionsBundle' class.
  
 
to the top
Java Archives  1 
dropwizard-jdbi-1.3.29.jar
to the top