ejjcase
ejjcase
Bnd version: 7.2.0-RC1 Gradle version: 9.2.1 JDK version: 17 (Windows) My project: applies `biz.aQute.bnd.workspace` I tried enabling the configuration cache (hadn't tried it before) and then running a `Bndrun` task....
For https://github.com/bndtools/bnd/issues/6970. `BndPlugin` itself can now be serialized, which is a start. Unfortunately this isn't enough, because it adds actions to various tasks (using `doFirst()` or `doLast()`) which necessarily use...
For https://github.com/bndtools/bnd/issues/6960. I've written it so that if you set `tester.customservice`, you get a service with `junit.tester=true`. Also, if you set `tester.customservice` you don't need to also set `launch.services`. Test...
In `biz.aQute.tester.junit-platform` I can choose to run the tests on their own thread (the default behaviour) or register them as a service. If they are registered as a service, the...
This is what I meant in https://github.com/bndtools/bnd/issues/6896#issuecomment-3532261102. Unfortunately it makes some tests fail. I'll try to investigate later. Obviously not ready for merge yet, commit not signed off, etc.
This is a very odd one where I can see the symptoms but can't reproduce it consistently (thank goodness). I thought about reporting it earlier but decided to try investigating...