Binary compatibility report for the dropwizard-cassandra library between 2.1.0 and 2.1.1 versions

Test Info


Library Namedropwizard-cassandra
Version #12.1.0
Version #22.1.1

Test Results


Total Java Modules1
Total Methods / Classes292 / 58
Compatibility 100%

Problem Summary


SeverityCount
Added Methods-11
Removed MethodsHigh0
Problems with
Data Types
High0
Medium0
Low0
Problems with
Methods
High0
Medium0
Low0
Other Changes
in Data Types
-1

Added Methods  11 


dropwizard-cassandra-2.1.1.jar, CassandraFactory.class
package io.dropwizard.cassandra
CassandraFactory.getSchemaOptions ( )  :  SchemaOptionsFactory
CassandraFactory.setSchemaOptions ( SchemaOptionsFactory schemaOptions )  :  void

dropwizard-cassandra-2.1.1.jar, SchemaOptionsFactory.class
package io.dropwizard.cassandra.schema
SchemaOptionsFactory.accept ( DropwizardProgrammaticDriverConfigLoaderBuilder builder )  :  void
SchemaOptionsFactory.accept ( Object p1 )  :  void
SchemaOptionsFactory.getAgreementIntervalMilliseconds ( )  :  Integer
SchemaOptionsFactory.getAgreementTimeoutSeconds ( )  :  Integer
SchemaOptionsFactory.getAgreementWarnOnFailure ( )  :  Boolean
SchemaOptionsFactory.SchemaOptionsFactory ( )
SchemaOptionsFactory.setAgreementIntervalMilliseconds ( Integer agreementIntervalMilliseconds )  :  void
SchemaOptionsFactory.setAgreementTimeoutSeconds ( Integer agreementTimeoutSeconds )  :  void
SchemaOptionsFactory.setAgreementWarnOnFailure ( Boolean agreementWarnOnFailure )  :  void

to the top

Other Changes in Data Types  1 


dropwizard-cassandra-2.1.0.jar
package io.dropwizard.cassandra
[+] class CassandraFactory  1 

to the top

Java Archives  1 


dropwizard-cassandra-2.1.0.jar

to the top