cmacq2
cmacq2
Resilience4j version: 1.7.1 While working on the scaffolding of a project using resilience4j, I noticed that there is a BOM for 1.7.0, but not for 1.7.1 in Maven central despite...
## Description Gets rid of segfaults and leaked child processes when running in streaming mode. Previously the OpenFAAS watchdog implemented custom logic based on a timer to kill function processes...
## Expected Behaviour I'd expect the OpenFAAS watchdog to be able to kill the function process reliably, and not attempt to kill processes which have terminated already. ## Current Behaviour...
While running PIT in a JDK 21 project the following stack trace is generated (which asks me to report it, so here goes): ``` 1:27:47 PM PIT >> WARNING :...
### Describe the bug It appears equals verifier also attempts to reflect on `static final` class fields. This causes confusing/unexpected behaviour when those fields are not accessible (Java module system)....