]
Ales Justin resolved JBCL-84.
-----------------------------
Fix Version/s: JBossCL.2.2.1.GA
Resolution: Done
Extend the ClassLoadingMetaData filtered package semantics
----------------------------------------------------------
Key: JBCL-84
URL:
https://issues.jboss.org/browse/JBCL-84
Project: JBoss ClassLoader
Issue Type: Feature Request
Components: MetaData
Reporter: Adrian Brock
Assignee: Ales Justin
Fix For: JBossCL.2.2.1.GA
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.
For more information on JIRA, see: