bnd
bnd copied to clipboard
Bnd/Bndtools. Tooling to build OSGi bundles including Eclipse, Maven, and Gradle plugins.
This is a kind-of follow-up issue to https://github.com/bndtools/bnd/issues/5322 I am currently using a bnd 6.4.0-SNAPSHOT from the p2 update site. When I try to debug, the source lookup has become...
The cache reduces the need to create new Resource objects, including SHA-256 computation, for unchanged files. Fixes https://github.com/bndtools/bnd/issues/5367
In its current form, I can define a version in my `-generate` instruction. As far as I understand the code, this is only taken into account for generators, where a...
The (bnd) Jar has several methods to modify the jar - getResource - putResource - remove all these methods perform two checks 1. that the jar is open 2. that...
It seems when I have a dependency on a bundle that contains native libraries, the `bnd-resolver-maven-plugin` (and also the resolver in the bnd runfile editor in Eclipse) seem to have...
Working on a feature I noticed that we skip duplicate Require-Capability and Provide-Capability clauses. Looking into the code I could not but observe that we handle the merging purely string...
This adds methods to the Jar class to read versioned content of a multi-release jar for the following cases: - get a resource or a map of resources for a...
This is based on: - https://github.com/bndtools/bnd/pull/5357 so to see the actual changes from this PR simply select the last commit on the review tab. an allows to specify `Multi-Release: true`...
As described here: - https://github.com/bndtools/bnd/issues/5327 currently the JPMS Plugin incorrectly calculates the module name of dependencies that are multi-release jars if they are java 8 and java9+ as in this...
Ok, so it is a bit complex and I don't have a project to reproduce this... bug here is what happens and my theory: We have a reactor like ```...