François Rosière

Results 19 comments of François Rosière

Using retried helped to "fixed"/mask the real issue. Regarding a use case to reproduce, I would suggest to run the plugin in parallel on the same image with a custom...

Hello, any news on this issue? We are facing the same issue. Any solution or workaround is more than welcome. Thanks.

> Just FYI: we don't consider the auto-configurations public API (only their names), so something like this: > > ```java > return new TaskExecutionAutoConfiguration().taskExecutorBuilder( > ``` > > is absolutely...

Thank you for your reply. I checked the other issues, the use case seems similar but not identical, and these issues are also quite old. It seems difficult to have...

Hello, Same issue to me with the last version of Angular & Angular Cli. Could you just tell us if you schedule to provide a new release or a fix/workaround...

Any roadmap/document about the official support of Java17 in CP?

Would be great to have such kind of support. Mapping and method resolutions are a bit intrusive compared to a single annotation. Any plans to have it in a coming...

Thanks for the reply. According to my understanding, the event type is propagated through the __TypeId__. This type is then used to allow deserializing a Kafka event using Jackson. As...

Unfortunately, the proposal I did is not applicable for producers and consumers as the constructor accepting a producer/consumer config is not public (default modifier). Issue has been created on the...