You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2010/02/25 09:26:27 UTC

[jira] Created: (FELIX-2134) Change the filter implementation

Change the filter implementation
--------------------------------

                 Key: FELIX-2134
                 URL: https://issues.apache.org/jira/browse/FELIX-2134
             Project: Felix
          Issue Type: Improvement
          Components: Bundle Repository (OBR)
            Reporter: Guillaume Nodet
             Fix For: maven-bundle-plugin-2.1.0


The current filter implementation has several drawbacks:
  * it does not validate the filter at construction time and does not always report syntax errors
  * the matching is slow

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (FELIX-2134) Change the filter implementation

Posted by "Carsten Ziegeler (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler closed FELIX-2134.
-----------------------------------


> Change the filter implementation
> --------------------------------
>
>                 Key: FELIX-2134
>                 URL: https://issues.apache.org/jira/browse/FELIX-2134
>             Project: Felix
>          Issue Type: Improvement
>          Components: Bundle Repository (OBR)
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: bundlerepository-1.6.0
>
>
> The current filter implementation has several drawbacks:
>   * it does not validate the filter at construction time and does not always report syntax errors
>   * the matching is slow

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (FELIX-2134) Change the filter implementation

Posted by "Guillaume Nodet (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/FELIX-2134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet resolved FELIX-2134.
------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: maven-bundle-plugin-2.1.0)
                   bundlerepository-1.6.0
         Assignee: Guillaume Nodet

Committing to https://svn.apache.org/repos/asf/felix/trunk ...
	M	bundlerepository/src/main/java/org/apache/felix/bundlerepository/FilterImpl.java
	M	bundlerepository/src/main/java/org/apache/felix/bundlerepository/RepositoryAdminImpl.java
	M	bundlerepository/src/main/java/org/apache/felix/bundlerepository/RequirementImpl.java
	M	bundlerepository/src/test/java/org/apache/felix/bundlerepository/FilterImplTest.java
	M	bundlerepository/src/test/java/org/apache/felix/bundlerepository/RepositoryAdminTest.java
	M	bundlerepository/src/test/java/org/apache/felix/bundlerepository/ResolverImplTest.java
	M	bundlerepository/src/test/java/org/apache/felix/bundlerepository/StaxParserTest.java
Committed r916181


> Change the filter implementation
> --------------------------------
>
>                 Key: FELIX-2134
>                 URL: https://issues.apache.org/jira/browse/FELIX-2134
>             Project: Felix
>          Issue Type: Improvement
>          Components: Bundle Repository (OBR)
>            Reporter: Guillaume Nodet
>            Assignee: Guillaume Nodet
>             Fix For: bundlerepository-1.6.0
>
>
> The current filter implementation has several drawbacks:
>   * it does not validate the filter at construction time and does not always report syntax errors
>   * the matching is slow

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.