Decebal Suiu
Decebal Suiu
I have the same problem in IntelliJ Idea 14.0.2 build 139.659 and idea-markdown 0.9.7
@Manjunath1205 Sorry, but I don't have the time to create a such demo. I think it would be a good exercise for you, it's not so hard. If you encounter...
It's a good PR but for the moment I don't know what to do. I see that the latest commit on SemverJ was on September 2020 (something in readme). I...
It's not very clear for me your question but I will try to respond you. > I have a question about the example. > What is the difference between pf4j...
Thanks for idea! Another interesting idea is to load plugins in parallel (if a plugin is not a dependency for another plugin we can load them in parallel) to decrease...
And to not forget, to use `CompetionStage` we need to migrate PF4J from Java 7 to Java 8. I think that this migration will not be a problem because Java...
@bsideup > The bigger challenge is how to keep it backward compatible. Otherwise, it has to be targeted for 3.x, I guess 3.x is perfect. For 3.x we will increase...
I am thinking if it's not possible to add new default async methods in `PluginManager` for example, methods that transform the existed sync peer methods in async methods using a...
@bsideup We started work on PF4J 3. The modifications are available on [pf4j_3](https://github.com/pf4j/pf4j/tree/pf4j_3) branch. With your help, this issue can be available in PF4J 3. It is already added for...
This feature will be removed from **PF4J 3** milestone, because the interest for this feature is low. It can delay the release of **PF4J 3** that is almost ready.