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 A843E200B62 for ; Fri, 8 Jul 2016 01:10:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id A6F1B160A68; Thu, 7 Jul 2016 23:10:12 +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 22EA9160A72 for ; Fri, 8 Jul 2016 01:10:11 +0200 (CEST) Received: (qmail 78870 invoked by uid 500); 7 Jul 2016 23:10:11 -0000 Mailing-List: contact notifications-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jira@apache.org Delivered-To: mailing list notifications@accumulo.apache.org Received: (qmail 78832 invoked by uid 99); 7 Jul 2016 23:10:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Jul 2016 23:10:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 0BE6D2C02A3 for ; Thu, 7 Jul 2016 23:10:11 +0000 (UTC) Date: Thu, 7 Jul 2016 23:10:11 +0000 (UTC) From: "Christopher Tubbs (JIRA)" To: notifications@accumulo.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (ACCUMULO-2983) Separate javascript resources (jquery, flot) from monitor MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Thu, 07 Jul 2016 23:10:12 -0000 [ https://issues.apache.org/jira/browse/ACCUMULO-2983?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Christopher Tubbs updated ACCUMULO-2983: ---------------------------------------- Fix Version/s: (was: 1.9.0) 2.0.0 > Separate javascript resources (jquery, flot) from monitor > --------------------------------------------------------- > > Key: ACCUMULO-2983 > URL: https://issues.apache.org/jira/browse/ACCUMULO-2983 > Project: Accumulo > Issue Type: Improvement > Components: monitor > Reporter: Christopher Tubbs > Fix For: 2.0.0 > > > The javascript resources (namely jquery, and flot) are included directly in the monitor jar, for inclusion on the classpath. The monitor then loads these resources, as needed, from the classpath. > Since these are third-party libraries, it may be better to include them as a dependency, and put them in the lib directory. > At the very least, this would help with downstream packaging, especially in situations where third-party libraries cannot be included in a package, but it may help in other situations, if we need to swap out a different version of jquery/flot dependencies. -- This message was sent by Atlassian JIRA (v6.3.4#6332)