Binary compatibility report for the kafka-spark-consumer-1.0.6 library between 1.6.0 and 1.5.0 versions (relating to the portability of client application kafka-spark-consumer-1.0.6.jar)
Test Info
Library Name | kafka-spark-consumer-1.0.6 |
Version #1 | 1.6.0 |
Version #2 | 1.5.0 |
Java Version | 1.7.0_85 |
Test Results
Total Java ARchives | 2 |
---|
Total Methods / Classes | 168 / 2423 |
---|
Verdict | Incompatible (0.6%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 0 |
---|
Removed Methods | High | 1 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 1 |
Removed Methods (1)
spark-streaming_2.10-1.6.0.jar, StreamingContext.class
package org.apache.spark.streaming
StreamingContext.getStartSite ( ) : org.apache.spark.util.CallSite
[mangled: org/apache/spark/streaming/StreamingContext.getStartSite:()Lorg/apache/spark/util/CallSite;]
to the top
Problems with Methods, Low Severity (1)
spark-streaming_2.10-1.6.0.jar, StreamingContext
package org.apache.spark.streaming
[+] StreamingContext.stop ( boolean stopSparkContext, boolean stopGracefully ) : void (1)
[mangled: org/apache/spark/streaming/StreamingContext.stop:(ZZ)V]
| Change | Effect |
---|
1 | Method became synchronized.
| A multi-threaded client program may change behavior. |
to the top
Java ARchives (2)
spark-core_2.10-1.6.0.jar
spark-streaming_2.10-1.6.0.jar
to the top
Generated on Thu Jan 7 18:17:40 2016 for kafka-spark-consumer-1.0.6 by Java API Compliance Checker 1.4.1
A tool for checking backward compatibility of a Java library API