Results 354 comments of Decebal Suiu

@deekumar1211 I will try to take a look but I don't have too much time. I think that you can do it yourself. Create a `Test.java` class with the code...

Make sense. Maybe class [DirectedGraph](https://github.com/decebals/pf4j/blob/master/pf4j/src/main/java/ro/fortsoft/pf4j/util/DirectedGraph.java) from PF4J helps.

I can take a look at this, in my spare time.

We can use [DependencyResolver](https://github.com/decebals/pf4j/blob/master/pf4j/src/main/java/ro/fortsoft/pf4j/DependencyResolver.java) that was improved by https://github.com/decebals/pf4j/pull/150. Just create a list with plugins descriptors and call method `resolve`. The result (`Result`) contains a lot of information related to...

> Anything new? I just got the exact problem trying to resolve a graph dependant plugins by looking at a PluginInfo We can try a PR based on https://github.com/pf4j/pf4j-update/issues/22#issuecomment-310833240. Unfortunate...

@sic-sic Interesting. I'm curious to see a PR draft.

As you see in https://github.com/pf4j/pf4j/issues/405, the problem is not solved entirely. It's a problem with JSemVer. For more details see https://github.com/pf4j/pf4j/pull/426.

@Jonatino Can you create a MR?

Thanks for reporting the issue! Can you add more details (pf4j version, pf4j-update version, operating system. ...)? If it's not difficult for you, a tiny project that replicates the problem...

@hazemkmammu Can you create a PR (pull request) please? In a PR are very clear (visible) the modifications.