Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id AF1AD2009C6 for ; Mon, 16 May 2016 20:01:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id ADD17160131; Mon, 16 May 2016 18:01:14 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id EEE10160A16 for ; Mon, 16 May 2016 20:01:13 +0200 (CEST) Received: (qmail 46544 invoked by uid 500); 16 May 2016 18:01:13 -0000 Mailing-List: contact issues-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: issues@commons.apache.org Delivered-To: mailing list issues@commons.apache.org Received: (qmail 46470 invoked by uid 99); 16 May 2016 18:01:12 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 16 May 2016 18:01:12 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id D64722C1F5D for ; Mon, 16 May 2016 18:01:12 +0000 (UTC) Date: Mon, 16 May 2016 18:01:12 +0000 (UTC) From: "Woonsan Ko (JIRA)" To: issues@commons.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (SCXML-249) Moving to Java 8 in 2.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 16 May 2016 18:01:14 -0000 Woonsan Ko created SCXML-249: -------------------------------- Summary: Moving to Java 8 in 2.0 Key: SCXML-249 URL: https://issues.apache.org/jira/browse/SCXML-249 Project: Commons SCXML Issue Type: Task Reporter: Woonsan Ko The implementation of the Javascript datamodel support based on the old/outdated Rhino Javascript engine in Java 7 and below, turned out to be quite difficult. While it turns out to be much easier and reliable, but different, with the new Nashorn Javascript engine in Java 8+. Ref: http://markmail.org/message/5i4zh4efymqlks47 -- This message was sent by Atlassian JIRA (v6.3.4#6332)