You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Tamás Cservenák (Jira)" <ji...@apache.org> on 2022/06/08 19:54:00 UTC

[jira] [Updated] (MSHARED-1077) Common Artifact Filters pattern parsing with classifier is broken

     [ https://issues.apache.org/jira/browse/MSHARED-1077?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tamás Cservenák updated MSHARED-1077:
-------------------------------------
    Description: 
The parsing of patterns containing classifier was broken, it allowed only ANY (asterisk) for classifier, that breaks and is not in line with pattern definition. Moreover, the code was really cryptic, and low-level in way it was really hard to understand what is really happening.

Rewrite the code using high level Java, but retain (or improve) the speed gain as well, and fix the parsing of patterns having classifiers.

  was:The parsing of patterns containing classifier was broken, it allowed only ANY (asterisk) for classifier, that breaks and is not in line with pattern defintion.


> Common Artifact Filters pattern parsing with classifier is broken
> -----------------------------------------------------------------
>
>                 Key: MSHARED-1077
>                 URL: https://issues.apache.org/jira/browse/MSHARED-1077
>             Project: Maven Shared Components
>          Issue Type: Bug
>          Components: maven-common-artifact-filters
>            Reporter: Tamás Cservenák
>            Assignee: Tamás Cservenák
>            Priority: Major
>             Fix For: maven-common-artifact-filters-3.3.0
>
>
> The parsing of patterns containing classifier was broken, it allowed only ANY (asterisk) for classifier, that breaks and is not in line with pattern definition. Moreover, the code was really cryptic, and low-level in way it was really hard to understand what is really happening.
> Rewrite the code using high level Java, but retain (or improve) the speed gain as well, and fix the parsing of patterns having classifiers.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)