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

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Tue Apr 20 10:31:49 EDT 2010


     [ https://jira.jboss.org/jira/browse/SHRINKWRAP-132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak Knutsen resolved SHRINKWRAP-132.
--------------------------------------

    Fix Version/s: 1.0.0-alpha-8
       Resolution: Done


> 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
>            Assignee: Aslak Knutsen
>             Fix For: 1.0.0-alpha-8
>
>
> 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