Source compatibility report for the dropwizard-kafka library between 1.3.12-3 and 1.3.13-1 versions
Test Info
| Library Name | dropwizard-kafka | 
| Version #1 | 1.3.12-3 | 
| Version #2 | 1.3.13-1 | 
Test Results
| Total Java Modules | 1 | 
| Total Methods / Classes | 250 / 42 | 
| Compatibility | 
100% | 
Problem Summary
 | Severity | Count | 
| Added Methods | - | 10 | 
| Removed Methods | High | 0 | 
Problems with Data Types | High | 0 | 
| Medium | 0 | 
| Low | 0 | 
Problems with Methods | High | 0 | 
| Medium | 0 | 
| Low | 0 | 
Other Changes in Data Types | - | 5 | 
Added Methods  10 
dropwizard-kafka-1.3.13-1.jar, KafkaClientFactory.class
package io.dropwizard.kafka
KafkaClientFactory.getClientDNSLookup ( )  :  Optional<String>
io/dropwizard/kafka/KafkaClientFactory.getClientDNSLookup:()Ljava/util/Optional;
KafkaClientFactory.getClientId ( )  :  Optional<String>
io/dropwizard/kafka/KafkaClientFactory.getClientId:()Ljava/util/Optional;
KafkaClientFactory.setClientDNSLookup ( Optional<String> clientDNSLookup )  :  void
io/dropwizard/kafka/KafkaClientFactory.setClientDNSLookup:(Ljava/util/Optional;)V
KafkaClientFactory.setClientId ( Optional<String> clientId )  :  void
io/dropwizard/kafka/KafkaClientFactory.setClientId:(Ljava/util/Optional;)V
dropwizard-kafka-1.3.13-1.jar, KafkaProducerFactory.class
package io.dropwizard.kafka
KafkaProducerFactory<K,V>.getLinger ( )  :  Duration
io/dropwizard/kafka/KafkaProducerFactory.getLinger:()Lio/dropwizard/util/Duration;
KafkaProducerFactory<K,V>.getRequestTimeout ( )  :  Duration
io/dropwizard/kafka/KafkaProducerFactory.getRequestTimeout:()Lio/dropwizard/util/Duration;
KafkaProducerFactory<K,V>.isEnableIdempotence ( )  :  boolean
io/dropwizard/kafka/KafkaProducerFactory.isEnableIdempotence:()Z
KafkaProducerFactory<K,V>.setEnableIdempotence ( boolean enableIdempotence )  :  void
io/dropwizard/kafka/KafkaProducerFactory.setEnableIdempotence:(Z)V
KafkaProducerFactory<K,V>.setLinger ( Duration linger )  :  void
io/dropwizard/kafka/KafkaProducerFactory.setLinger:(Lio/dropwizard/util/Duration;)V
KafkaProducerFactory<K,V>.setRequestTimeout ( Duration requestTimeout )  :  void
io/dropwizard/kafka/KafkaProducerFactory.setRequestTimeout:(Lio/dropwizard/util/Duration;)V
to the top
Other Changes in Data Types  5 
dropwizard-kafka-1.3.12-3.jar
package io.dropwizard.kafka
[+] class KafkaClientFactory  2 
 | Change | Effect | 
|---|
| 1 | 
Field clientDNSLookup has been added to this class. | 
No effect. | 
| 2 | 
Field clientId has been added to this class. | 
No effect. | 
[+] affected methods: 14 (5.6%)
KafkaClientFactory.KafkaClientFactory ( )This constructor is from 'KafkaClientFactory' abstract class.
KafkaClientFactory.getBootstrapServers ( )This method is from 'KafkaClientFactory' abstract class.
KafkaClientFactory.getName ( )This method is from 'KafkaClientFactory' abstract class.
KafkaClientFactory.getSecurity ( )This method is from 'KafkaClientFactory' abstract class.
KafkaClientFactory.getTracingFactory ( )This method is from 'KafkaClientFactory' abstract class.
 ...
  
 
[+] class KafkaProducerFactory<K,V>  3 
 | Change | Effect | 
|---|
| 1 | 
Field enableIdempotence has been added to this class. | 
No effect. | 
| 2 | 
Field linger has been added to this class. | 
No effect. | 
| 3 | 
Field requestTimeout has been added to this class. | 
No effect. | 
[+] affected methods: 30 (12%)
KafkaProducerBundle<K,V,T>.getKafkaProducerFactory ( T p1 )Return value  of this abstract method is of type 'KafkaProducerFactory<K,V>'.
KafkaProducerFactory<K,V>.KafkaProducerFactory<K,V> ( )This constructor is from 'KafkaProducerFactory<K,V>' abstract class.
KafkaProducerFactory<K,V>.build ( LifecycleEnvironment lifecycle, HealthCheckRegistry healthChecks, Collection<String> topics, Tracing tracing )This method is from 'KafkaProducerFactory<K,V>' abstract class.
KafkaProducerFactory<K,V>.build ( LifecycleEnvironment p1, HealthCheckRegistry p2, Collection<String> p3, Tracing p4, Map<String,Object> p5 )This abstract method is from 'KafkaProducerFactory<K,V>' abstract class.
KafkaProducerFactory<K,V>.buildProducer ( Map<String,Object> config )This method is from 'KafkaProducerFactory<K,V>' abstract class.
 ...
  
 
to the top
Java Archives  1 
dropwizard-kafka-1.3.12-3.jar
to the top