Re: Modularizing our code => How to debug cyclic dependencies on the features

2017-04-25 Thread Nicolas Brasey
Hi Guillaume, Here it is: https://issues.apache.org/jira/browse/KARAF-5106 In the mean time, any advice on how to debug this ? Thanks! Nicolas On Tue, Apr 25, 2017 at 11:08 AM, Guillaume Nodet wrote: > Please raise a JIRA issue. > I think there is definitely a problem loading repositories

Re: Modularizing our code => How to debug cyclic dependencies on the features

2017-04-25 Thread Guillaume Nodet
Please raise a JIRA issue. I think there is definitely a problem loading repositories with cycles, but it should be quite easy to support that I think. 2017-04-25 11:03 GMT+02:00 Nicolas Brasey : > Hi guys, > > I would need your help regarding the best practices to modularize the code > into "bui

Modularizing our code => How to debug cyclic dependencies on the features

2017-04-25 Thread Nicolas Brasey
Hi guys, I would need your help regarding the best practices to modularize the code into "building blocks". I'm working on breaking a monolith into smaller chunck but I'm faceing some issues having apparently cyclic dependencies in my different features definitions. The problem is that I can't fig