Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.6.0
-
None
Description
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.20:test (default-test) on project ambari-server: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.20:test failed: java.lang.UnsupportedClassVersionError: com/networknt/schema/JsonSchema : Unsupported major.minor version 52.0 -> [Help 1]
Cause
com.networknt:json-schema-validator:0.1.7 is compiled for Java 1.8, causing unit tests to fail when using Java 1.7
Solution
Use com.networknt:json-schema-validator:0.1.10, which appears to work when using either Java 1.7 or Java 1.8.
Attachments
Attachments
Issue Links
- links to