bnd icon indicating copy to clipboard operation
bnd copied to clipboard

Bnd/Bndtools. Tooling to build OSGi bundles including Eclipse, Maven, and Gradle plugins.

Results 205 bnd issues
Sort by recently updated
recently updated
newest added

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...

abeyance

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?

abeyance

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...

abeyance

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...

abeyance

`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...

abeyance

@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...

abeyance

to avoid the need to enable `-runtrace` just to see the summary.

abeyance

The newly introduced message that a bndrun can't be resolved appears in to many cases, even in some bnd files. ![image](https://user-images.githubusercontent.com/8199490/134162657-7f32cabc-be50-4c06-bf65-d6c8d4a48231.png) @bjhargrave I'd like to improve this behavior before the...

abeyance

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...

stale
abeyance

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]...

stale
abeyance