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

Robert Munteanu commented on SLING-8366:
----------------------------------------

[~radu.cotescu] - I think this form got overlooked with 
[sling-org-apache-sling-committer-cli commit 
e8e5d79|https://github.com/apache/sling-org-apache-sling-committer-cli/commit/e8e5d79]
 and it fails with the following release repository:

{noformat}orgapachesling-2065   Apache Sling Resource Resolver 1.6.12 
RC{noformat}

Would you have the time to look into this?

> Releases of the form 'Apache Sling Foo RC' are not properly parsed
> ------------------------------------------------------------------
>
>                 Key: SLING-8366
>                 URL: https://issues.apache.org/jira/browse/SLING-8366
>             Project: Sling
>          Issue Type: Bug
>          Components: Tooling
>            Reporter: Robert Munteanu
>            Priority: Major
>             Fix For: CLI 1.0.0
>
>
> The following unit test started failing after some recent refactorings
> {code:java}
>     @Test
>     @Ignore("Broken after refactoring, needs separate issue")
>     public void releaseWithRCSuffixOnly() {
>         List<Release> releases = Release.fromString("Apache Sling Resource 
> Resolver 1.6.12 RC");
>         
>         assertEquals(1, releases.size());
>         assertEquals("Apache Sling Resource Resolver 1.6.12", 
> releases.get(0).getFullName());
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to