[jboss-jira] [JBoss JIRA] Commented: (JBCL-24) Circular and self dependencies
Thomas Diesler (JIRA)
jira-events at lists.jboss.org
Tue Aug 25 07:32:23 EDT 2009
[ https://jira.jboss.org/jira/browse/JBCL-24?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12482604#action_12482604 ]
Thomas Diesler commented on JBCL-24:
------------------------------------
I added some coverage for self dependencies
[tdiesler at tddell classloading]$ mvn -Dtest=SelfImportPackageDependencyUnitTestCase test
Running org.jboss.test.classloading.dependency.test.SelfImportPackageDependencyUnitTestCase
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.19 sec
> Circular and self dependencies
> ------------------------------
>
> Key: JBCL-24
> URL: https://jira.jboss.org/jira/browse/JBCL-24
> Project: JBoss ClassLoader
> Issue Type: Task
> Components: Dependencies
> Reporter: Adrian Brock
> Assignee: Thomas Diesler
>
> Test and add support for circular dependencies.
> This basically involves some of kind of hack to pretend the dependency is resolved
> when we spot the real blockage is a classloader either directly or indirectly depending upon itself
> with all other dependencies in the classloading space resolved.
--
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