[jira] [Commented] (GEODE-7436) Ability: can recognize version part when deploy function jar in GFSH

2019-11-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-7436:


Commit 3b85e5cb88ff62b0e0a3ac3c35c70e15fad292a2 in geode's branch 
refs/heads/feature/GEODE-7507 from Jinmei Liao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3b85e5c ]

GEODE-7436: Deploy jar using semantic versioning scheme  (#4382)

Co-authored-by: Dale Emery 
Co-authored-by: Jinmei Liao 
Co-authored-by: Darrel Schneider 
Co-authored-by: Joris Melchior 

* Deploy jar using semantic versioning scheme
* always add sequence number at the end of the filename no matter what version 
scheme the deployed file uses.

* fix window's tests


> Ability: can recognize version part when deploy function jar in GFSH
> 
>
> Key: GEODE-7436
> URL: https://issues.apache.org/jira/browse/GEODE-7436
> Project: Geode
>  Issue Type: Improvement
>  Components: gfsh, management
>Reporter: Gang Yan
>Priority: Major
>  Time Spent: 4h 40m
>  Remaining Estimate: 0h
>
> # WHAT
>  1. recognize version part of file name,  for the file to be deployed
>  1. 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=[-/.]{1}[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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-7436) Ability: can recognize version part when deploy function jar in GFSH

2019-11-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-7436:


Commit 3b85e5cb88ff62b0e0a3ac3c35c70e15fad292a2 in geode's branch 
refs/heads/feature/GEODE-7507 from Jinmei Liao
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=3b85e5c ]

GEODE-7436: Deploy jar using semantic versioning scheme  (#4382)

Co-authored-by: Dale Emery 
Co-authored-by: Jinmei Liao 
Co-authored-by: Darrel Schneider 
Co-authored-by: Joris Melchior 

* Deploy jar using semantic versioning scheme
* always add sequence number at the end of the filename no matter what version 
scheme the deployed file uses.

* fix window's tests


> Ability: can recognize version part when deploy function jar in GFSH
> 
>
> Key: GEODE-7436
> URL: https://issues.apache.org/jira/browse/GEODE-7436
> Project: Geode
>  Issue Type: Improvement
>  Components: gfsh, management
>Reporter: Gang Yan
>Priority: Major
>  Time Spent: 4h 40m
>  Remaining Estimate: 0h
>
> # WHAT
>  1. recognize version part of file name,  for the file to be deployed
>  1. 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=[-/.]{1}[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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-7436) Ability: can recognize version part when deploy function jar in GFSH

2019-11-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-7436:


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

GEODE-7436: Deploy jar using semantic versioning scheme  (#4382)

Co-authored-by: Dale Emery 
Co-authored-by: Jinmei Liao 
Co-authored-by: Darrel Schneider 
Co-authored-by: Joris Melchior 

* Deploy jar using semantic versioning scheme
* always add sequence number at the end of the filename no matter what version 
scheme the deployed file uses.

* fix window's tests


> Ability: can recognize version part when deploy function jar in GFSH
> 
>
> Key: GEODE-7436
> URL: https://issues.apache.org/jira/browse/GEODE-7436
> Project: Geode
>  Issue Type: Improvement
>  Components: gfsh, management
>Reporter: Gang Yan
>Priority: Major
>  Time Spent: 4h 40m
>  Remaining Estimate: 0h
>
> # WHAT
>  1. recognize version part of file name,  for the file to be deployed
>  1. 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=[-/.]{1}[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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-7436) Ability: can recognize version part when deploy function jar in GFSH

2019-11-27 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-7436:


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

Revert "GEODE-7436: Deploy jar using semantic versioning scheme (#4343)" (#4380)

This reverts commit 0d4c1912



> Ability: can recognize version part when deploy function jar in GFSH
> 
>
> Key: GEODE-7436
> URL: https://issues.apache.org/jira/browse/GEODE-7436
> Project: Geode
>  Issue Type: Improvement
>  Components: gfsh, management
>Reporter: Gang Yan
>Priority: Major
>  Time Spent: 4h
>  Remaining Estimate: 0h
>
> # WHAT
>  1. recognize version part of file name,  for the file to be deployed
>  1. 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=[-/.]{1}[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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Commented] (GEODE-7436) Ability: can recognize version part when deploy function jar in GFSH

2019-11-25 Thread ASF subversion and git services (Jira)


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

ASF subversion and git services commented on GEODE-7436:


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

GEODE-7436: Deploy jar using semantic versioning scheme (#4343)

Co-authored-by: Dale Emery 
Co-authored-by: Jinmei Liao 
Co-authored-by: Darrel Schneider 
Co-authored-by: Joris Melchior 

* Deploy jar using semantic versioning scheme
* always add sequence number at the end of the filename no matter what version 
scheme the deployed file uses.


> Ability: can recognize version part when deploy function jar in GFSH
> 
>
> Key: GEODE-7436
> URL: https://issues.apache.org/jira/browse/GEODE-7436
> Project: Geode
>  Issue Type: Improvement
>  Components: gfsh, management
>Reporter: Gang Yan
>Priority: Major
>  Time Spent: 3h 40m
>  Remaining Estimate: 0h
>
> # WHAT
>  1. recognize version part of file name,  for the file to be deployed
>  1. 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=[-/.]{1}[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



--
This message was sent by Atlassian Jira
(v8.3.4#803005)