Results 354 comments of Decebal Suiu

@seziCZ PF4J comes with support (see PluginManager) for load new plugin, stop, start, unload plugin on the fly. If you add a new plugin I think that it's OK. If...

@tylerhawkes > I'd like to see the annotation processor be able to treat annotations that have Extension ... Can you add more details (examples) because I don't understand.

@tylerhawkes Thanks for your explanation. I think that I understand what you try to achieve.

@jgomer2001 > I'm glad to see your project continues growing... Thanks! Now is not my project anymore, is an organisation. > I would like to have a method beforeDelete at...

@jgomer2001 Done. See #242. I published a new SNAPSHOT that contains the new method.

@WolfgangFahl ~Please create an issue. Thanks!~ I saw that you already did it (#243).

@robzienert Thanks for your feedback! > such that I can provide my own `ClassLoader` without extending `PluginClassLoader`. `PluginClassLoader` is not a class that is part of the general API. It's...

Your suggestion is OK. I see only one problems, some columns are reset (`LAST_FAILURE` and `CONSECUTIVE_FAILURES`). Can I do something to prevent this?

@jamesmmchugh See [documenttion](https://pf4j.org/doc/class-loading.html) about plugin ClassLoader. By default, PF4J uses child (plugin) first class loading strategy. I think that in your case you need to switch to parent (application) first...

Your case (error) is particular: ``` loader org.pf4j.PluginClassLoader @7d3fb0ef wants to load interface org.springframework.context.ApplicationContext. A different interface with the same name was previously loaded by 'app'. (org.springframework.context.ApplicationContext is in unnamed...