You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2009/11/16 08:44:52 UTC

[jira] Created: (CAMEL-2174) Remove dependency on spring core in PatternBasedPackageScanFilter

Remove dependency on spring core in PatternBasedPackageScanFilter
-----------------------------------------------------------------

                 Key: CAMEL-2174
                 URL: https://issues.apache.org/activemq/browse/CAMEL-2174
             Project: Apache Camel
          Issue Type: Improvement
          Components: camel-spring
    Affects Versions: 2.0.0
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.1.0


The dependency scan is using Springs ANT path matcher but the java code is in camel-core.
We should moved that code to camel-spring so camel does *not* have any dep on spring code at all. (except for JMX annotations, which you is optional to use at runtime)

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


[jira] Resolved: (CAMEL-2174) Remove dependency on spring core in PatternBasedPackageScanFilter

Posted by "Claus Ibsen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/CAMEL-2174?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-2174.
--------------------------------

    Resolution: Fixed

trunk: 880657.

> Remove dependency on spring core in PatternBasedPackageScanFilter
> -----------------------------------------------------------------
>
>                 Key: CAMEL-2174
>                 URL: https://issues.apache.org/activemq/browse/CAMEL-2174
>             Project: Apache Camel
>          Issue Type: Improvement
>          Components: camel-spring
>    Affects Versions: 2.0.0
>            Reporter: Claus Ibsen
>            Assignee: Claus Ibsen
>             Fix For: 2.1.0
>
>
> The dependency scan is using Springs ANT path matcher but the java code is in camel-core.
> We should moved that code to camel-spring so camel does *not* have any dep on spring code at all. (except for JMX annotations, which you is optional to use at runtime)

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