Binary compatibility report for the dropwizard-jdbi3 library between 2.1.12 and 3.0.0 versions
Test Info
Library Name | dropwizard-jdbi3 |
Version #1 | 2.1.12 |
Version #2 | 3.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 25 / 6 |
Compatibility |
76.2% |
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-jdbi3-3.0.0.jar, JdbiExceptionsBundle.class
package io.dropwizard.jdbi3.bundles
JdbiExceptionsBundle.run ( Configuration configuration, Environment environment ) : void
io/dropwizard/jdbi3/bundles/JdbiExceptionsBundle.run:(Lio/dropwizard/core/Configuration;Lio/dropwizard/core/setup/Environment;)V
JdbiExceptionsBundle.run ( Object p1, Environment p2 ) : void
io/dropwizard/jdbi3/bundles/JdbiExceptionsBundle.run:(Ljava/lang/Object;Lio/dropwizard/core/setup/Environment;)V
dropwizard-jdbi3-3.0.0.jar, JdbiFactory.class
package io.dropwizard.jdbi3
JdbiFactory.build ( Environment environment, PooledDataSourceFactory configuration, ManagedDataSource dataSource, String name ) : Jdbi
io/dropwizard/jdbi3/JdbiFactory.build:(Lio/dropwizard/core/setup/Environment;Lio/dropwizard/db/PooledDataSourceFactory;Lio/dropwizard/db/ManagedDataSource;Ljava/lang/String;)Lorg/jdbi/v3/core/Jdbi;
JdbiFactory.build ( Environment environment, PooledDataSourceFactory configuration, String name ) : Jdbi
io/dropwizard/jdbi3/JdbiFactory.build:(Lio/dropwizard/core/setup/Environment;Lio/dropwizard/db/PooledDataSourceFactory;Ljava/lang/String;)Lorg/jdbi/v3/core/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
io/dropwizard/jdbi3/bundles/JdbiExceptionsBundle.run:(Lio/dropwizard/Configuration;Lio/dropwizard/setup/Environment;)V
JdbiExceptionsBundle.run ( Object p1, Environment p2 ) : void
io/dropwizard/jdbi3/bundles/JdbiExceptionsBundle.run:(Ljava/lang/Object;Lio/dropwizard/setup/Environment;)V
dropwizard-jdbi3-2.1.12.jar, JdbiFactory.class
package io.dropwizard.jdbi3
JdbiFactory.build ( Environment environment, PooledDataSourceFactory configuration, ManagedDataSource dataSource, String name ) : Jdbi
io/dropwizard/jdbi3/JdbiFactory.build:(Lio/dropwizard/setup/Environment;Lio/dropwizard/db/PooledDataSourceFactory;Lio/dropwizard/db/ManagedDataSource;Ljava/lang/String;)Lorg/jdbi/v3/core/Jdbi;
JdbiFactory.build ( Environment environment, PooledDataSourceFactory configuration, String name ) : Jdbi
io/dropwizard/jdbi3/JdbiFactory.build:(Lio/dropwizard/setup/Environment;Lio/dropwizard/db/PooledDataSourceFactory;Ljava/lang/String;)Lorg/jdbi/v3/core/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
| Change | Effect |
---|
1 |
Removed super-interface io.dropwizard.ConfiguredBundle<io.dropwizard.Configuration>. |
A client program may be interrupted by NoSuchMethodError exception. |
[+] affected methods: 1 (4%)
JdbiExceptionsBundle.JdbiExceptionsBundle ( )This constructor is from 'JdbiExceptionsBundle' class.
to the top
Java Archives 1
dropwizard-jdbi3-2.1.12.jar
to the top