>>>>> Steinar Bang <s...@dod.no>: > I think this may be (as JB hinted at), a problem with my features, > rather than a bug in karaf.
> I think the problem is with this feature: > > https://github.com/steinarb/oldalbum/blob/master/oldalbum.roleadder.test/src/main/feature/feature.xml#L3 > created in this commit: > > https://github.com/steinarb/oldalbum/commit/d05e79fe598091781e760f1b74eb0b53b7df0e32 > (this is the feature the resolver infloops on) Nope! That wasn't it. > I will post the conclusions of my debugging on this thread, but other > than that I'll go quiet until I've figured this out. Turns out the reason was rather trivial and silly: one leftover dependency during the last big upgrade: https://github.com/steinarb/sampleapp/commit/18b6eeb048cc06adbad5427bdcefb361e18ed6e0 The resulting runtime feature tried to resolve version 1.8.4 of some of these: https://github.com/steinarb/jersey-karaf-feature when 1.8.5 of the feature already had been installed. And that resolution inflooped.