Decebal Suiu
Decebal Suiu
> unfortunately, there're still be 3 extensions printed after the plugin-1 is unloaded..... I am afraid that here it's necessary a context reload or something similar. > or any samples...
I don't use Spring Boot so I cannot help you with `spring-boot-maven-plugin` (I don't know how this plugin works). Maybe other users can help you.
@Cobrijani I think if you want to get help, it's OK to provide more information. A small quick start project (public on Github) increases the chances that the problem will...
Thanks for your sugestion. I think that actual approach with `PippoTest` (see http://www.pippo.ro/doc/testing.html) is more simple and intuitive. More then that, `java.net.HttpClient` is a new class that is available only...
I have the same problem in `PippoSettings`. I don't like (for example in `UndertowServer`) to use something like: ``` java if (getSettings().getWorkerThreads() > 0) { builder.setWorkerThreads(getSettings().getWorkerThreads()); } ``` I prefer...
How is packaged the application, it's a war file deployed in Tomcat or you use the Pippo launcher from a main static void method? Please give us more information.
In this case please take a look inside of your `war` file (it's a zip) to see if you find your application class in `WEB-INF/classes` directory. I suspect that your...
I will try myself to reproduce the problem and I will come back with a response asap.
Sure. The javadoc (and the unit tests) must be improved. My time (for the moment) on open source projects is a bit limited so I would be grateful if anyone...
> Apologies for being soo terse, I was in a bit of a rush but I wanted to make sure I could track the issue. No problem. I understand you....