François Delbrayelle
François Delbrayelle
@pascalgrimaud I don't understand with the code coverage could be the cause because the code was passing all the controls before merging?
Fixed on your project with as you said @pascalgrimaud : ``` protected static AtomicBoolean kafkaContainerStarted = new AtomicBoolean(false); ```
@pascalgrimaud @DamnClin Could you review it please? :pray:
> I don't think this is a good time to do this since some module migration are in progress, it will mean regressions (iit a breaking change). I think we...
More updated: https://github.com/jhipster/jhipster-lite/pull/3539
Same idea for `createFiles` and `doNotCreateFiles`.
Hi @HugoGresse, I'll check this point with my wife who is personal data protection expert and I'll tell you. Is there any personal data collected? Like IP address of voting...
@EmmanuelDemey For your information :arrow_up:
Is it in accordance with your use cases @pascalgrimaud?
I think we should follow what it's done on the main generator for entities deletion. In my opinion, we just have to manage an event on CRUD operations, not operations...