[
https://issues.apache.org/jira/browse/ATLAS-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Madhan Neethiraj reopened ATLAS-2232:
-------------------------------------
Updated Enunciate version from 2.8.0 to 2.10.1. Set source, target versions to
1.8 - to avoid following error:
{noformat}
diamond operator is not supported in -source 1.5"
{noformat}
Patch @ review board: https://reviews.apache.org/r/63922/
> Master build should drop source and target 1.7 directives
> ---------------------------------------------------------
>
> Key: ATLAS-2232
> URL: https://issues.apache.org/jira/browse/ATLAS-2232
> Project: Atlas
> Issue Type: Bug
> Reporter: Graham Wallis
> Assignee: Graham Wallis
> Priority: Minor
> Fix For: 1.0.0
>
> Attachments: ATLAS-2232.patch
>
>
> In a number of Atlas POMs, we specify source and/or target Java version of
> 1.7.
> Since master now requires a minimum of Java 1.8 we should update the source
> and target directives to 1.8, or possibly remove them altogether.
> These appear to be the affected POMs:
> ./addons/hdfs-model/pom.xml:121: <source>1.7</source>
> ./addons/hdfs-model/pom.xml:122: <target>1.7</target>
> ./addons/storm-bridge/pom.xml:373: <source>1.7</source>
> ./addons/storm-bridge/pom.xml:374: <target>1.7</target>
> ./distro/pom.xml:195: <version>1.7</version>
> ./pom.xml:1931: <source>1.7</source>
> ./pom.xml:1932: <target>1.7</target>
> ./repository/pom.xml:199: <source>1.7</source>
> ./repository/pom.xml:200: <target>1.7</target>
> ./typesystem/pom.xml:137: <source>1.7</source>
> ./typesystem/pom.xml:138: <target>1.7</target>
> ./webapp/pom.xml:703: <source>1.7</source>
> ./webapp/pom.xml:704: <target>1.7</target>
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)