You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "Graham Wallis (JIRA)" <ji...@apache.org> on 2017/11/17 12:54:00 UTC

[jira] [Commented] (ATLAS-2232) Master build should drop source and target 1.7 directives

    [ https://issues.apache.org/jira/browse/ATLAS-2232?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16256931#comment-16256931 ] 

Graham Wallis commented on ATLAS-2232:
--------------------------------------

Since raising this JIRA - most of the affected POMs have been modified and no longer have <source>, <target> directives. The only survivor is webapp/pom.xml which is modified in the attached patch.

Review is here: [https://reviews.apache.org/r/63909]

> 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
>            Priority: Minor
>         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)