Results 354 comments of Decebal Suiu

> I am wondering, can there be more than once instance of a plugin in PF4J or are they unique, a bit like a singleton would be? It's one instance...

> Do you have any suggestion better than my fake singleton? Maybe to put all stuff about scheduling in a `SchedulerService`, put this scheduler service in PluginManager and inject the...

I don't use Gradle in my project and from this reason it's hard for me to maintain it (I admit that I don't know to much about Gradle).

@acesar Thanks for your contribution! I don't realize yet if it's better to move the gradle scripts in `demo` directory and to remove `demo_gradle`.

Hi @rmrodrigues Now, the PF4J ecosystem is big enough. I see a lot of applications that use PF4J with success together with Vert.x, Spring Boot or other frameworks. I think...

@fendo8888 What is wrong with [demo](https://github.com/pf4j/pf4j/tree/master/demo) (https://pf4j.org/doc/demo.html)?

@fendo8888 Nothing concrete until now, I cannot give you an estimation. It's a community driven project so the roadmap is entirely dictated my community. As I have not seen a...

> @decebals I would like to have more fine-grained controll on PluginClassLoader. In my project [sbp](https://github.com/hank-cp/sbp), I have to do some hack to achieve my purpose. For example, I need...

> @decebals I would prefer to keep the Java 8 compatibility. A lot of users are still on the openJDK 8 which is still supported for a while (e.g. Azul...

Avoid passing entirely `PluginManager` to `PluginWrapper` and use a new `PluginContext` component as bridge between plugin and the plugin manager. For more details https://github.com/pf4j/pf4j/pull/450#issuecomment-859277855.