From issues-return-55384-archive-asf-public=cust-asf.ponee.io@geode.apache.org Thu Nov 7 23:11:08 2019 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [207.244.88.153]) by mx-eu-01.ponee.io (Postfix) with SMTP id 82987180630 for ; Fri, 8 Nov 2019 00:11:08 +0100 (CET) Received: (qmail 60664 invoked by uid 500); 7 Nov 2019 23:11:03 -0000 Mailing-List: contact issues-help@geode.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@geode.apache.org Delivered-To: mailing list issues@geode.apache.org Received: (qmail 60372 invoked by uid 99); 7 Nov 2019 23:11:02 -0000 Received: from mailrelay1-us-west.apache.org (HELO mailrelay1-us-west.apache.org) (209.188.14.139) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Nov 2019 23:11:02 +0000 Received: from jira-he-de.apache.org (static.172.67.40.188.clients.your-server.de [188.40.67.172]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id 33070E300D for ; Thu, 7 Nov 2019 23:11:02 +0000 (UTC) Received: from jira-he-de.apache.org (localhost.localdomain [127.0.0.1]) by jira-he-de.apache.org (ASF Mail Server at jira-he-de.apache.org) with ESMTP id 8F27A7806B8 for ; Thu, 7 Nov 2019 23:11:00 +0000 (UTC) Date: Thu, 7 Nov 2019 23:11:00 +0000 (UTC) From: "Gang Yan (Jira)" To: issues@geode.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (GEODE-7421) Ability: can deploy jar by REST API for Management MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Gang Yan created GEODE-7421: ------------------------------- Summary: Ability: can deploy jar by REST API for Management Key: GEODE-7421 URL: https://issues.apache.org/jira/browse/GEODE-7421 Project: Geode Issue Type: New Feature Components: management, rest (admin) Reporter: Gang Yan # WHAT 1. can deploy jar file by REST API 2. from feature point , it will cover current 'gfsh deploy' 3. if two files have same file name, the later wins 4. can recognize version pattern. "filename-version[-label].jar" . filename=[a-zA-Z/-]+, not single "-", not end with "-" version=[0-9/.]*, not single ".", not end with "." label=[a-zA-Z0-9]* such as: - is a later version of , will deploy. - is a same version of , the later wins - is a same version of , the later wins - is an earlier version of , will block it. 5. if there is a version part in the file name, we will deploy them without append "#1" part to the file name 6. can accept "group" -- This message was sent by Atlassian Jira (v8.3.4#803005)