Loïc Mathieu

Results 270 comments of Loïc Mathieu

Hi, I plan to find some time to work on it soon, but as the next Quarkus (3.13) is already forked from mainline since one week it would not be...

@brunobat I implemented the log exporter inspired by the metric one but the unit test still complain about missing OkHttp. ``` 2024-08-09 18:18:31,290 INFO [io.ope.api.GlobalOpenTelemetry] (Quarkus Main Thread) AutoConfiguredOpenTelemetrySdk found...

@brunobat I had configuration issues on the integration test that's why it didn't worked. Now, the application is started correctly but nothings is sent to the collector. I need to...

@gsmet @geoand @brunobat this PR is almost ready, it misses documentation. As 3.14 will be cut off soon and people are eager to have it in the next LTS can...

@tchiotludo > please add a unit test It's not possible to programmatively set an env variable so there is no way to add a reproducible unit test.

@tchiotludo > we can since we have this lib : https://junit-pioneer.org/docs/environment-variables/ This trick didn't work in Java 17 without adding `--add-opens java.base/java.util=$TARGET_MODULE --add-opens java.base/java.lang=$TARGET_MODULE`, as we didn't use modules these...

Shouldn't we use the new kestra.plugins.configuration property to override default values of the Schedule `recoverMissedSchedules` property?

> just to confirm, would this be then like so? Yes it will.

@brian-mulier-p just tested it and the cache is not cleaned, the cacheCleaner inside the PluginRegistry is null.

@brian-mulier-p just tested again and with the new changes it works.