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 F0DC2200C34 for ; Tue, 7 Feb 2017 01:15:48 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id EF542160B56; Tue, 7 Feb 2017 00:15:48 +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 491EC160B62 for ; Tue, 7 Feb 2017 01:15:48 +0100 (CET) Received: (qmail 41631 invoked by uid 500); 7 Feb 2017 00:15:47 -0000 Mailing-List: contact dev-help@apex.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apex.apache.org Delivered-To: mailing list dev@apex.apache.org Received: (qmail 41602 invoked by uid 99); 7 Feb 2017 00:15:46 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Feb 2017 00:15:46 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 557D0C024C for ; Tue, 7 Feb 2017 00:15:46 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -1.199 X-Spam-Level: X-Spam-Status: No, score=-1.199 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RP_MATCHES_RCVD=-2.999] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id SObErqVJgnnI for ; Tue, 7 Feb 2017 00:15:45 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id 35FE85FAF3 for ; Tue, 7 Feb 2017 00:15:45 +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 F06F4E05E9 for ; Tue, 7 Feb 2017 00:15:42 +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 4954725298 for ; Tue, 7 Feb 2017 00:15:42 +0000 (UTC) Date: Tue, 7 Feb 2017 00:15:42 +0000 (UTC) From: "Sandesh (JIRA)" To: dev@apex.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Comment Edited] (APEXCORE-592) Returning description field in defaultProperties during apex cli call get-app-package-info MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 07 Feb 2017 00:15:49 -0000 [ https://issues.apache.org/jira/browse/APEXCORE-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15855014#comment-15855014 ] Sandesh edited comment on APEXCORE-592 at 2/7/17 12:15 AM: ----------------------------------------------------------- Have you looked at get-jar-operator-properties & get-jar-operator-classes commands in the CLI? They use OperatorDiscoverer (TypeGraph), which reads from the JavaDoc. It is better to explore that option. was (Author: sandesh): Have you looked at get-jar-operator-properties & get-jar-operator-classes commands in the CLI? They use OperatorDiscoverer and internally TypeGraph, which reads from the JavaDoc. > Returning description field in defaultProperties during apex cli call get-app-package-info > ------------------------------------------------------------------------------------------ > > Key: APEXCORE-592 > URL: https://issues.apache.org/jira/browse/APEXCORE-592 > Project: Apache Apex Core > Issue Type: Improvement > Reporter: Ajay Gupta > Assignee: Ajay Gupta > Priority: Minor > Original Estimate: 24h > Remaining Estimate: 24h > > Currently for an operator property, only the value field is returned. The operator property can have a description describing the property. This task is created to return this filed for that operator property. -- This message was sent by Atlassian JIRA (v6.3.15#6346)