Sylvain Vieujot

Results 6 comments of Sylvain Vieujot

I had the same issue. You probably missed the `initialize` in the plugin declaration as it doesn't seemed necessary in earlier versions. My new declaration: ``` io.github.git-commit-id git-commit-id-maven-plugin get-the-git-infos revision...

Thank you for your suggestion. Since it is difficult to guarantee that in a large application to guarantee that such cases do no repeat (and actually we already spent a...

For some context, in our case, we have a lot of signals that are updated by a websocket (and not by the user). So the structure of our application has...

Thank you very much for the solution. Would it be possible to detect such nested `update()` and switch to batching automatically ?

Yes such a flag would be really useful. I think a feature would be better than a debug-mode-only flag as in our case we have to run the application in...