Results 354 comments of Decebal Suiu

@hazemkmammu Maybe is something related with https://github.com/pf4j/pf4j/issues/217? The error message looks the same. > I believe I have isolated the cause of the issue. You help a lot with your...

@DRSchlaubi Sorry for delay and thank you for contribution. The idea is good, the implementation is OK. What I don't like is the part with add `dependencies` in `PluginInfo` (and...

> > It's hard to maintain (edit by hand) the dependencies available in plugins.json. > > I just wrote a Gradle plugin generating the complete plugins.json, so I guess I...

I don't understand what is "system A". We use APD notation: A - application, P - plugin, D - plugin dependencies. Please take a look on: - https://pf4j.org/doc/class-loading.html - https://github.com/pf4j/pf4j/blob/master/pf4j/src/main/java/org/pf4j/ClassLoadingStrategy.java...

I don't understand your question. I think that it's very clear from readme/documentation what problem PF4J is trying to solve.

I know about this behavior. As far as I can tell, it only happens on Windows OS an it's normal somehow (it's not related PF4J or Spring). PF4J delegates to...

It's hard for me to follow you. I'm trying to somehow isolate the problem from Spring, maybe we can see a possible issue in PF4J. Spring is a huge ecosystem...

As I said in my previous comment please create a quickstart application or better yet a unit test that reproduces the problem. Try to formulate a problem related only to...

Can you add more details please? Yes, it's a possibility that the same class to be loaded multiple times by different PluginClassLoader if this class is present in two ore...

Pebble is used in [Pippo](https://github.com/decebals/pippo). I and [James](https://github.com/gitblit) use Pebble as main template engine in our projects. Nice library, thanks!