[
https://issues.apache.org/jira/browse/KARAF-4272?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15653942#comment-15653942
]
ASF subversion and git services commented on KARAF-4272:
--------------------------------------------------------
Commit d6c3fcf31142b6e0e85409dca96f4b787b4e83f9 in karaf's branch
refs/heads/master from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=d6c3fcf ]
[KARAF-4271][KARAF-4272] Fix repository loading to avoid endless loops in some
cases
> Karaf freezes when a circular dependency is introduced where a feature
> references itself over a chain of other features
> -----------------------------------------------------------------------------------------------------------------------
>
> Key: KARAF-4272
> URL: https://issues.apache.org/jira/browse/KARAF-4272
> Project: Karaf
> Issue Type: Bug
> Components: karaf-feature
> Affects Versions: 4.0.4
> Reporter: Roland Hauser
> Assignee: Guillaume Nodet
> Fix For: 4.1.0
>
>
> Karaf freezes when a circular dependency is introduced where a features
> references itself over a chain of other features
> I did some experiments with circular dependencies where a feature references
> itself indirectly over some other features. In this case it does not matter
> if attribute {{prerequisite}} is set or not. After command {{feature:install
> c-references-a}} Karaf freezes and must be restarted.
>
> I would expect, that the feature:install command fails with an error message
> like this:
> "Feature com.foo.bar could not be installed because a circular reference:
> a-references-b
> b-references-c
> c-references-a"
> You can checkout a project which helps to reproduce the case from
> [https://github.com/SourcePond/reproduce-feature-circular-dependency.git]
> (Maven-Modules c-references-a and c-references-a-prerequisite-true). Simply
> install the root-project to have all necessary Maven dependencies.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)