Is there already a way to use the [JUnit extension auto-registration](https://junit.org/junit5/docs/5.5.0-RC1/user-guide/index.html#extensions-registration-automatic) with the bnd test runner? Simply adding a `runroperties` in the `*.bndrun` file does not seem to do the trick: ``` -runproperties: \ junit.jupiter.extensions.autodetection.enabled=true,\ ```