From commits-return-10263-apmail-sis-commits-archive=sis.apache.org@sis.apache.org Fri Jan 26 11:17:03 2018 Return-Path: X-Original-To: apmail-sis-commits-archive@www.apache.org Delivered-To: apmail-sis-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 861BA17EDD for ; Fri, 26 Jan 2018 11:17:03 +0000 (UTC) Received: (qmail 43851 invoked by uid 500); 26 Jan 2018 11:17:03 -0000 Delivered-To: apmail-sis-commits-archive@sis.apache.org Received: (qmail 43823 invoked by uid 500); 26 Jan 2018 11:17:03 -0000 Mailing-List: contact commits-help@sis.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: sis-dev@sis.apache.org Delivered-To: mailing list commits@sis.apache.org Received: (qmail 43814 invoked by uid 99); 26 Jan 2018 11:17:03 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Jan 2018 11:17:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id E0978180813 for ; Fri, 26 Jan 2018 11:17:02 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -109.811 X-Spam-Level: X-Spam-Status: No, score=-109.811 tagged_above=-999 required=6.31 tests=[ENV_AND_HDR_SPF_MATCH=-0.5, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_MED=-2.3, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_DEF_SPF_WL=-7.5, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id jK8uUD3EZ9tq for ; Fri, 26 Jan 2018 11:17:02 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id DD7725FB92 for ; Fri, 26 Jan 2018 11:17:01 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 1B7EBE0D22 for ; Fri, 26 Jan 2018 11:17:01 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 3FA3F24106 for ; Fri, 26 Jan 2018 11:17:00 +0000 (UTC) Date: Fri, 26 Jan 2018 11:17:00 +0000 (UTC) From: "Martin Desruisseaux (JIRA)" To: commits@sis.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (SIS-388) Upgrade Java platform requirement from JDK7 to JDK8 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/SIS-388?page=3Dcom.atlassian.j= ira.plugin.system.issuetabpanels:all-tabpanel ] Martin Desruisseaux updated SIS-388: ------------------------------------ Description:=20 Upgrade the required platform from Java 7 to Java 8. The main reason for th= is upgrade is to allow the use of {{java.util.stream.Stream}} in public API= . This is important because {{DataStore}} implementations return the {{Feat= ure}}=C2=A0instances in a {{Stream}}. Other API to leverage are {{= java.time}} and (to a lesser extend) {{java.util.function}}. See the [thread of mailing list|https://lists.apache.org/thread.html/abf82d= 212eb1bb2499f31c1714bde242f818c03af010e85bdc53be17@%3Cdev.sis.apache.org%3E= ]. was:Upgrade the required platform from Java 7 to Java 8. The main reason = for this upgrade is to allow the use of {{java.util.stream.Stream}} in publ= ic API. This is important because {{DataStore}} implementations return the = {{Feature}}=C2=A0instances in a {{Stream}}. Other API to leverage = are {{java.time}} and (to a lesser extend) {{java.util.function}}. > Upgrade Java platform requirement from JDK7 to JDK8 > --------------------------------------------------- > > Key: SIS-388 > URL: https://issues.apache.org/jira/browse/SIS-388 > Project: Spatial Information Systems > Issue Type: Task > Components: Build process, Command line, Documentation, Features= , Geometry, GUI, Metadata, OpenOffice, Referencing, Shapefile, Storage, Uti= lities, Web services, Web site > Affects Versions: 0.8 > Reporter: Martin Desruisseaux > Assignee: Martin Desruisseaux > Priority: Major > Fix For: 1.0 > > > Upgrade the required platform from Java 7 to Java 8. The main reason for = this upgrade is to allow the use of {{java.util.stream.Stream}} in public A= PI. This is important because {{DataStore}} implementations return the {{Fe= ature}}=C2=A0instances in a {{Stream}}. Other API to leverage are = {{java.time}} and (to a lesser extend) {{java.util.function}}. > See the [thread of mailing list|https://lists.apache.org/thread.html/abf8= 2d212eb1bb2499f31c1714bde242f818c03af010e85bdc53be17@%3Cdev.sis.apache.org%= 3E]. -- This message was sent by Atlassian JIRA (v7.6.3#76005)