Details
-
Type:
Bug
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.17.1
-
Fix Version/s: 1.0.0
-
Component/s: Morphlines Module
-
Labels:None
Description
Running the tests with Java 6 (mvn clean install -DjavaVersion=1.6) fails with:
[ERROR] java.lang.UnsupportedClassVersionError: org/apache/solr/cloud/AbstractFullDistribZkTestBase : Unsupported major.minor version 51.0
This was caused by this commit that updated Solr to 4.10.2, which is compiled against Java 7.