[
https://issues.apache.org/jira/browse/AMBARI-21997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Levas updated AMBARI-21997:
----------------------------------
Resolution: Fixed
Status: Resolved (was: Patch Available)
Committed to trunk
{noformat}
commit 9be7569b96a99932758065ff2289399eecadf024
Author: Robert Levas <[email protected]>
Date: Tue Sep 19 12:45:10 2017 -0400
{noformat}
Committed to branch-2.6
{noformat}
commit b58fc71fe2a8fcca30d8731b860f499c286a9fea
Author: Robert Levas <[email protected]>
Date: Tue Sep 19 12:46:20 2017 -0400
{noformat}
> Unsupported major.minor version 52.0 when using
> com.networknt:json-schema-validator
> -----------------------------------------------------------------------------------
>
> Key: AMBARI-21997
> URL: https://issues.apache.org/jira/browse/AMBARI-21997
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.6.0
> Reporter: Robert Levas
> Assignee: Robert Levas
> Priority: Critical
> Fix For: 2.6.0
>
> Attachments: AMBARI-21997_branch-2.6_01.patch,
> AMBARI-21997_trunk_01.patch
>
>
> {code}
> [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]
> {code}
> *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.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)