Binary compatibility report for the spark-json-relay-2.0.1 library between 1.5.0 and 1.4.0 versions (relating to the portability of client application spark-json-relay-2.0.1.jar)
Test Info
Library Name | spark-json-relay-2.0.1 |
Version #1 | 1.5.0 |
Version #2 | 1.4.0 |
Java Version | 1.7.0_75 |
Test Results
Total Java ARchives | 1 |
---|
Total Methods / Classes | 88 / 2029 |
---|
Verdict | Incompatible (4.5%) |
Problem Summary
| Severity | Count |
---|
Added Methods | - | 0 |
---|
Removed Methods | High | 4 |
---|
Problems with Data Types | High | 0 |
---|
Medium | 0 |
Low | 0 |
Problems with Methods | High | 0 |
---|
Medium | 0 |
Low | 0 |
Removed Methods (4)
spark-core_2.10-1.5.0.jar, SparkConf.class
package org.apache.spark
SparkConf.getAvroSchema ( ) : scala.collection.immutable.Map<Object,String>
[mangled: org/apache/spark/SparkConf.getAvroSchema:()Lscala/collection/immutable/Map;]
SparkConf.getSizeAsBytes ( String key, long defaultValue ) : long
[mangled: org/apache/spark/SparkConf.getSizeAsBytes:(Ljava/lang/String;J)J]
SparkConf.registerAvroSchemas ( scala.collection.Seq<org.apache.avro.Schema> schemas ) : SparkConf
[mangled: org/apache/spark/SparkConf.registerAvroSchemas:(Lscala/collection/Seq;)Lorg/apache/spark/SparkConf;]
spark-core_2.10-1.5.0.jar, SparkFirehoseListener.class
package org.apache.spark
SparkFirehoseListener.onBlockUpdated ( scheduler.SparkListenerBlockUpdated blockUpdated ) : void
[mangled: org/apache/spark/SparkFirehoseListener.onBlockUpdated:(Lorg/apache/spark/scheduler/SparkListenerBlockUpdated;)V]
to the top
Java ARchives (1)
spark-core_2.10-1.5.0.jar
to the top
Generated on Mon Oct 12 02:28:52 2015 for spark-json-relay-2.0.1 by Java API Compliance Checker 1.4.1
A tool for checking backward compatibility of a Java library API