Julieng50
Julieng50
I exactly have the same issue. Thanks for the quick-fix @ispecimen-lgiacalone !
Same for `animation: stroke .5s forwards 0s;` converted to : `animation: stroke .5s forwards 0;` This should not happened
I already tried that, but my class annotated @Controller is not working. This is not very clear on how to implement Component with PF4J, in particular for @Controller (with @RequestMapping)....
I have controller in both, but the one that does not work is in the plugin, so defined in with de plugin's application context. The thing that I'm trying to...
Ok, I finally find a way to do that : In API : ```java public interface GenericController extends ExtensionPoint { } ``` In Plugin : ```java @Extension @RestController public class...