You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@geode.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/02/27 05:10:00 UTC

[jira] [Commented] (GEODE-7421) Ability: can deploy jar by REST API for Management

    [ https://issues.apache.org/jira/browse/GEODE-7421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17046167#comment-17046167 ] 

ASF subversion and git services commented on GEODE-7421:
--------------------------------------------------------

Commit ddfee1c502b26945829fdb13b43829aa85be4002 in geode's branch refs/heads/develop from Jinmei Liao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=ddfee1c ]

GEODE-7421:  deploy jar by REST API/JAVA API for Management

Co-authored-by: Joris Melchior <jo...@gmail.com>

> 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
>            Priority: Major
>          Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> # 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:
>      - <commons-beanutils-1.9.3.jar>   is a later version of <commons-beanutils-1.9.2.jar>, will deploy.
>       - <commons-beanutils-1.9.3.jar>   is a same version of <commons-beanutils-1.9.3-SNAPSHOT.jar>,  the later wins
>      - <commons-beanutils-1.9.3-RELEASE.jar>   is a same version of <commons-beanutils-1.9.3-SNAPSHOT.jar>,  the later wins
>      - <commons-beanutils-1.9.1.jar>   is an earlier version of <commons-beanutils-1.9.2.jar>, 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)