[ https://issues.apache.org/jira/browse/KARAF-2108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on KARAF-2108 started by Freeman Fang.
> a feature depend itself will cause stackoverflow error
> ------------------------------------------------------
>
> Key: KARAF-2108
> URL: https://issues.apache.org/jira/browse/KARAF-2108
> Project: Karaf
> Issue Type: Improvement
> Reporter: Freeman Fang
> Assignee: Freeman Fang
>
> for example, features descriptor like
> {code}
> <feature name="f1">
> <feature>common</feature>
> <feature>f1</feature>
> <bundle>b2</bundle>
> </feature>
> {code}
> install feature f1 will cause stackoverflow error, though this is more usage issue, it's
better that karaf code could honor this error
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
|