Binary compatibility report for the dropwizard-jdbi3 library between 1.3.29 and 2.0.0 versions
Test Info
Library Name | dropwizard-jdbi3 |
Version #1 | 1.3.29 |
Version #2 | 2.0.0 |
Test Results
Total Java Modules | 1 |
Total Methods / Classes | 25 / 6 |
Compatibility |
75% |
Problem Summary
| Severity | Count |
Added Methods | - | 5 |
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 5
dropwizard-jdbi3-2.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/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.0.0.jar, JdbiFactory.class
package io.dropwizard.jdbi3
JdbiFactory.buildSQLLogger ( MetricRegistry metricRegistry, StatementNameStrategy nameStrategy ) : InstrumentedSqlLogger
io/dropwizard/jdbi3/JdbiFactory.buildSQLLogger:(Lcom/codahale/metrics/MetricRegistry;Lcom/codahale/metrics/jdbi3/strategies/StatementNameStrategy;)Lcom/codahale/metrics/jdbi3/InstrumentedSqlLogger;
dropwizard-jdbi3-2.0.0.jar, JdbiHealthCheck.class
package io.dropwizard.jdbi3
JdbiHealthCheck.JdbiHealthCheck ( ExecutorService executorService, Duration duration, Jdbi jdbi, Optional<String> validationQuery )
io/dropwizard/jdbi3/JdbiHealthCheck."<init>":(Ljava/util/concurrent/ExecutorService;Lio/dropwizard/util/Duration;Lorg/jdbi/v3/core/Jdbi;Ljava/util/Optional;)V
JdbiHealthCheck.JdbiHealthCheck ( Jdbi jdbi, Optional<String> validationQuery )
io/dropwizard/jdbi3/JdbiHealthCheck."<init>":(Lorg/jdbi/v3/core/Jdbi;Ljava/util/Optional;)V
to the top
Removed Methods 4
dropwizard-jdbi3-1.3.29.jar, JdbiExceptionsBundle.class
package io.dropwizard.jdbi3.bundles
JdbiExceptionsBundle.initialize ( Bootstrap<?> bootstrap ) : void
io/dropwizard/jdbi3/bundles/JdbiExceptionsBundle.initialize:(Lio/dropwizard/setup/Bootstrap;)V
JdbiExceptionsBundle.run ( Environment environment ) : void
io/dropwizard/jdbi3/bundles/JdbiExceptionsBundle.run:(Lio/dropwizard/setup/Environment;)V
dropwizard-jdbi3-1.3.29.jar, JdbiHealthCheck.class
package io.dropwizard.jdbi3
JdbiHealthCheck.JdbiHealthCheck ( ExecutorService executorService, Duration duration, Jdbi jdbi, String validationQuery )
io/dropwizard/jdbi3/JdbiHealthCheck."<init>":(Ljava/util/concurrent/ExecutorService;Lio/dropwizard/util/Duration;Lorg/jdbi/v3/core/Jdbi;Ljava/lang/String;)V
JdbiHealthCheck.JdbiHealthCheck ( Jdbi jdbi, String validationQuery )
io/dropwizard/jdbi3/JdbiHealthCheck."<init>":(Lorg/jdbi/v3/core/Jdbi;Ljava/lang/String;)V
to the top
Problems with Data Types, High Severity 1
dropwizard-jdbi3-1.3.29.jar
package io.dropwizard.jdbi3.bundles
[+] class JdbiExceptionsBundle 1
| Change | Effect |
---|
1 |
Removed super-interface io.dropwizard.Bundle. |
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-1.3.29.jar
to the top