[shrinkwrap-issues] [JBoss JIRA] Created: (SHRINKWRAP-132) Filter before loading classes in URLPackageScanner

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Mon Feb 15 04:53:17 EST 2010


Filter before loading classes in URLPackageScanner
--------------------------------------------------

                 Key: SHRINKWRAP-132
                 URL: https://jira.jboss.org/jira/browse/SHRINKWRAP-132
             Project: ShrinkWrap
          Issue Type: Bug
            Reporter: Aslak Knutsen


URLPackageScanner loads the classes it finds before the the Filter kicks in. This makes Classes compiled against missing libraries at runtime impossible to filter out. 
Ttwo changes should be made:

- URLPackageScanner should return refs to ClassLoader Resources instead of classes
- The Filter should be changed to Filter<Path> instead of Filter<Class> and applied before the Class is loaded.

-- 
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 shrinkwrap-issues mailing list