Loïc Mathieu
Loïc Mathieu
### Explain the bug When you have a flowable that generates multiple tasks, if a worker is restarted while it handles a task, the flowable will be restarted, if not...
### Explain the bug When editing a flow, there is too much call to the validation endpoint. When adding a simple task like the following, using autocompletion, 6 failed validation...
### Feature description Provides a `kubernetes` script runner for task running inside Kubernetes. This would avoid using the Kestra pod memory and allow easier task container scheduling on Kuibernetes (at...
### Issue description We create a lot of indices on the PostgreSQL queues table. This table is the most queried one and the most updated. It has several indices, we...
Provides Firebase Admin services
Provides dev services support for Google Cloud Spanner
### Expected Behavior We ca upload files of anysize when using [MultipartBody](https://docs.micronaut.io/4.3.12/api/io/micronaut/http/server/multipart/MultipartBody.html) ### Actual Behaviour I have an endpoint that can handle multipart request with multiple parts of unknown names,...
### Expected Behavior No memory leak. ### Actual Behaviour Heap histograms show a potential memory leak. The following part of the heap histograms are relevant: ``` 1: 57108507 1370604168 io.micronaut.core.execution.DelayedExecutionFlowImpl$Map...
### Expected Behavior Temporary files created by file upload should be deleted on Windows ### Actual Behaviour On Windows 10 (it works fine on Linux), the temporary file created by...
### Expected Behavior No warning is displayed ### Actual Behaviour There is a warning `Can't create array of wildcard` with a big stacktrace when compiling a Micronaut application. ``` warning:...