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 64A5C200BAD for ; Mon, 10 Oct 2016 16:21:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6329B160ACA; Mon, 10 Oct 2016 14:21:22 +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 D6E5D160AE1 for ; Mon, 10 Oct 2016 16:21:21 +0200 (CEST) Received: (qmail 72658 invoked by uid 500); 10 Oct 2016 14:21:20 -0000 Mailing-List: contact dev-help@syncope.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@syncope.apache.org Delivered-To: mailing list dev@syncope.apache.org Received: (qmail 72317 invoked by uid 99); 10 Oct 2016 14:21:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Oct 2016 14:21:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id BA77D2C2A67 for ; Mon, 10 Oct 2016 14:21:20 +0000 (UTC) Date: Mon, 10 Oct 2016 14:21:20 +0000 (UTC) From: =?utf-8?Q?Francesco_Chicchiricc=C3=B2_=28JIRA=29?= To: dev@syncope.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (SYNCOPE-956) Allow MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Mon, 10 Oct 2016 14:21:22 -0000 Francesco Chicchiricc=C3=B2 created SYNCOPE-956: ---------------------------------------------- Summary: Allow=20 Key: SYNCOPE-956 URL: https://issues.apache.org/jira/browse/SYNCOPE-956 Project: Syncope Issue Type: New Feature Reporter: Francesco Chicchiricc=C3=B2 Fix For: 2.1.0 The core can be customized in [several ways|http://syncope.apache.org/docs/= reference-guide.html#customization-core]; all customizations require to be = written as Java classes - which is generally good but requires redeploy to = be made effective, unless some class reloading mechanism is in place (as JR= ebel). By leveraging Java 8's [Nashorn|http://www.oracle.com/technetwork/articles/= java/jf14-nashorn-2126515.html] - which also provides interesting execution= performance, we could overcome such limitation and allow to write customiz= ations in Javascript, which can be immediately available for execution at r= untime. Once implemented in the core, such feature will require editing capabilitie= s to be added to console and IDE plugins. -- This message was sent by Atlassian JIRA (v6.3.4#6332)