Fr Jeremy Krieg

Results 114 comments of Fr Jeremy Krieg

> > I think we should defer merging this until after 6.2.0 is released. We plan 6.2.0-RC1 for Feb 4. > > I agree. Though I was hoping at least...

> Latest push incorporates the last suggestions. > > I think this still needs some more testing before we merge though - in particular, I think there are issues with...

Thanks @juergen-albert for being brave enough to take this for a spin! I've just pushed my latest changes (which includes the change to use `waitForService()` in some places) - this...

Not for the way Bndtools debug source lookup is written. The .bndrun launch doesn't know anything about m2e's source lookup mechanism.

Thanks. I had a go but out wasn't as simple as I had thought, because the Java new project Wizard creates the project without any locking before handing off to...

As an example of a weird thing someone might fo in their workspace, i had a cxf project that was generating source using a Maven plugin. Of course ideally I'd...

Sorry, no - I intend to circle back to it at some point but at the moment I'm on other priorities. Maybe next week I will be free to have...

Yes, this seems to be an issue with Eclipse 2022-03. It looks like the PDE M2E connector has added a mapping for the bnd-maven-plugin. This is not really a Bndtools...

It is possible to register arbitrary/custom `TestListener` implementations as OSGi services. `biz.aQute.tester.junit-platform` will then invoke those callbacks while the tests are running. This is one way of doing it, but...