[jboss-jira] [JBoss JIRA] Created: (JBCL-84) Extend the ClassLoadingMetaData filtered package semantics

Adrian Brock (JIRA) jira-events at lists.jboss.org
Fri Feb 6 06:27:44 EST 2009


Extend the ClassLoadingMetaData filtered package semantics
----------------------------------------------------------

                 Key: JBCL-84
                 URL: https://jira.jboss.org/jira/browse/JBCL-84
             Project: JBoss ClassLoader
          Issue Type: Feature Request
          Components: MetaData
            Reporter: Adrian Brock


Currently the ClassLoadingMetaData has some includedPackages and excludedPackages metadata.
This is just a comma seperated list of explicit package names.

This metadata should be extended to make it more flexible.

e.g. using globing

<classloader>
   <excluded type="glob">com.foo.*</included>

or explicitly naming the filter

<classloader>
    <excluded class="com.foo.MyClassFilter>...</excluded>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list