[jira] [Closed] (PLUTO-769) Upgrade the maven-compiler-plugin configuration to JDK 8

"Neil Griffin (JIRA)" <[email protected]> Thu, 4 Apr 2019 16:13:01 +0000 (UTC)
Newsgroups gmane.comp.jakarta.pluto.devel
Message-ID <[email protected]>
     [ https://issues.apache.org/jira/browse/PLUTO-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Neil Griffin closed PLUTO-769.
------------------------------
    Resolution: Fixed

Fixed in commit [39161ea4d0903add51bb4c1fd90c086727b0702c|https://github.com/apache/portals-pluto/commit/39161ea4d0903add51bb4c1fd90c086727b0702c]

> Upgrade the maven-compiler-plugin configuration to JDK 8
> --------------------------------------------------------
>
>                 Key: PLUTO-769
>                 URL: https://issues.apache.org/jira/browse/PLUTO-769
>             Project: Pluto
>          Issue Type: Task
>          Components: build system
>            Reporter: Neil Griffin
>            Assignee: Neil Griffin
>            Priority: Major
>             Fix For: 3.0.2
>
>
> Commit [385e2e08ee94546aab5dbf3238766974d39b7411|https://github.com/ngriffin7a/portals-pluto/commit/385e2e08ee94546aab5dbf3238766974d39b7411] in the previous release of Pluto (PLUTO-716  version 3.0.1) introduced the requirement to build and release with JDK 8/1.8 since Java 7/1.7 is no longer supported by Oracle.
> This issue serves as a task for upgrading the Maven pom.xml descriptor to use {{1.8}} within the configuration of the maven-compiler-plugin in order to permit Java 8 syntax in the source such as lambdas:
> {code:xml|title=pom.xml}
> <plugin>
>   <groupId>org.apache.maven.plugins</groupId>
>   <artifactId>maven-compiler-plugin</artifactId>
>   <version>3.1</version>
>   <configuration>
>     <source>1.8</source>
>     <target>1.8</target>
>   </configuration>
> </plugin>
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)