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/03/03 18:43: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=17050474#comment-17050474 ] 

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

Commit a61f9518f3497afafaf0d89144fe85f4baa91318 in geode's branch refs/heads/develop from Joris Melchior
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=a61f951 ]

GEODE-7421: deployment should use PUT instead of POST in REST request

Co-authored-by: Joris Melchior <jo...@gmail.com>
Co-authored-by: Jinmei Liao <jl...@pivotal.io>

> 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: 4h 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)