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 75232200AE4 for ; Fri, 24 Jun 2016 21:40:39 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 73AEA160A2E; Fri, 24 Jun 2016 19:40:39 +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 E5038160A58 for ; Fri, 24 Jun 2016 21:40:38 +0200 (CEST) Received: (qmail 46662 invoked by uid 500); 24 Jun 2016 19:40:37 -0000 Mailing-List: contact commits-help@nifi.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@nifi.apache.org Delivered-To: mailing list commits@nifi.apache.org Received: (qmail 46313 invoked by uid 99); 24 Jun 2016 19:40:37 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2016 19:40:37 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 7CDCA2C033A for ; Fri, 24 Jun 2016 19:40:37 +0000 (UTC) Date: Fri, 24 Jun 2016 19:40:37 +0000 (UTC) From: "James Wing (JIRA)" To: commits@nifi.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (NIFI-2115) Enhanced About Box Version Information MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 24 Jun 2016 19:40:39 -0000 James Wing created NIFI-2115: -------------------------------- Summary: Enhanced About Box Version Information Key: NIFI-2115 URL: https://issues.apache.org/jira/browse/NIFI-2115 Project: Apache NiFi Issue Type: Improvement Components: Core UI, Tools and Build Affects Versions: 1.0.0 Reporter: James Wing Assignee: James Wing Priority: Minor Fix For: 1.0.0 The UI's About dialog and underlying API provide the version of NiFi, like "0.7.0-SNAPSHOT". For many bug reports and troubleshooting requests, this is not very precise, especially around rapidly changing code or platform-dependent behavior. It would help if NiFi captured and displayed additional information: * NiFi build commit hash * NiFi build branch * NiFi build date/time * Java Version * Java Vendor (Oracle, OpenJDK) * OS Then a simple copy/paste from the about box would provide very specific information about a particular NiFi installation and which code it was derived from. -- This message was sent by Atlassian JIRA (v6.3.4#6332)