Vikcen

Results 6 comments of Vikcen

Hello, thanks for answering. I mean an example of use of this structure _**public class HelloPlugin extends SpringPlugin**_ written in your example. How/where i should obtain/instantiate the **_SpringPlugin_** in the...

So, if i do something like this, i will obtain that *_HelloPlugin_* implementation? ``` PluginManager pluginManager = new SpringPluginManager(); List helloplugins = pluginManager.getPlugins(); ``` Or how can i access to...

> > So, if i do something like this, i will obtain that HelloPlugin implementation? > > ```java > SpringPlugin plugin = (SpringPlugin) pluginManager.whichPlugin(MyService.class); > ``` > > where `MyService`...

I have the project in GitLab, could i share with you? and then you can test it and see what things are wrong or not compatible? the main app is...

Could you give me permissions to push a new branch (_issue/37_) , i have cloned this: https://github.com/pf4j/pf4j-spring.git

I did a push to master. For running the test: - For building project **pf4j-spring-boot-demo**: - 1) mvn clean install -Pmain-build - 2) mvn clean install -Pjar-client-build Then build project...