David Bosschaert

Results 9 issues of David Bosschaert

## Proposal Promtool test cases don't always provide exact values, hence expected values with an allowable delta should be supported. ## Bug Report I am using the promtool unit testing...

priority/Pmaybe
component/promtool
not-as-easy-as-it-looks

Normally in Maven, there is a pom.xml in the top directory that lists/builds all the submodules. It would be nice if bndtools could maintain this with the list of all...

Now that we have the Feature Service specification on Compendium R8, we should look at another spec to launch features.

design

OSGi Feature models inherit all requirements and capabilities from the bundles specified in them. However there are use-cases for providing additional caps/reqs over and above what the bundles provide. For...

A common operation that needs to be done with OSGi Feature Models is the operation to merge them. This became apparent in the the discussions around the Feature Launcher, where...

If I use `import:` in esmock to mock a global it messes up the coverage report. At least it does when run with `c8 mocha`. I constructed a minimal test...

We should automate the releases as published in github. As requested in #20 releases should be published in Github, but because this is a manual process it may sometimes be...

good first issue

Previously the code added all the packages, also packages which were just found as parent directories in the Jar file. As packages aren't hierarchical this isn't correct. Only packages in...

When Atomos starts up it loads all the classes by introspecting Jars. However it also loads classes from multi-release jars that are for a version that's higher than the currently...