Nathan Kooij
Nathan Kooij
We were wondering what your policy regarding AssertJ upgrades is as the current version is (indirectly) blocking us from upgrading AssertJ in our internal projects. To give some more background,...
In https://github.com/reactor/reactor-core/issues/3642 an issue was reported & solved where pending tasks get stopped whenever the task's scheduling gets rejected. In addition to that we noticed that in one of our...
Current module is not sufficient for Reactor because it does not provide support for decorating `Callable`s which are used by Reactor's schedulers. Moreover, we can leverage Reactor's subscriber context mechanism...
I wish to expand the test suite further, but it should already give a good indication of what is possible with this check. A few things: - I am not...
Given a YAML file like: ```yaml --- config: | api_keys: - key: "54aa556bacccda85b2cdd21bfd2369fed4c6f451e4af938adf0deb0d2b6a01a3" - key: 17ff70a5f4cb42cca7854f0abcd18354f647cfcd636d58ca285080b170f1c5ca other_key: "f788a426e555dd10f03cfabc281f0bf910f5229f5b68e895f2bc1fa955115173" ``` `detect-secrets -v scan --all-files` will find the 3rd secret, but not...