bnd
bnd copied to clipboard
Bnd/Bndtools. Tooling to build OSGi bundles including Eclipse, Maven, and Gradle plugins.
Took me some time to figure out what bnd was trying to tell mw with the message ``` error: my-project: No metadata for revision my.group:my.artifact:1.0.0-SNAPSHOT ``` Traced it down to...
It would seem that if a package is exported with a `mandatory:` directive, it's substitutability would be in question. So when adding `mandatory:` perhaps `-noimport:=true` should be implied?
Eclipse has support for re-running the test suite (or one of the nodes in the hierarchy of tests) from the GUI. The current Bndtools tester implementations (both the legacy and...
Some bundles embed/include the contents of other bundles. That also includes the OSGi contracts which would need to be repeated on the embedding bundle's manifest. Still depending on the to...
`P2Repository` and `MavenBndRepository` have a ~hack~feature where if you attempt to look for a bundle with a BSN name of the form `my.fq.bsn.source`, it will treat it as an attempt...
@juergen-albert added the useful feature as part of #4155, that if you cancel the resolution while it is in progress it will store the log somewhere where you can open...
to avoid the need to enable `-runtrace` just to see the summary.
The newly introduced message that a bndrun can't be resolved appears in to many cases, even in some bnd files.  @bjhargrave I'd like to improve this behavior before the...
I had an idea that I wanted to float here for discussion. I had a use case where I wanted to generate sources, however I needed access to some of...
The dependencies in the reporter seem to need updating to versions which don't exhibit reflective errors on Java 16. ```script [INFO] [INFO] --- bnd-reporter-maven-plugin:5.4.0-SNAPSHOT:readme (default-cli) @ reporter-test --- [INFO] [INFO]...