Neil Bartlett
Neil Bartlett
This issue was raised against Felix (maven-bundle-plugin) but it needs to be addressed in bnd: https://issues.apache.org/jira/browse/FELIX-5592
In the Java API, the following code works: ```java private final Gauge fillLevelGauge = Gauge.build() .name("fill_level") .help("Fill level") .register(); // ... fillLevelGauge.set(1d); ``` ... but the following code crashes with...
1. Open: Preferences -> Bndtools -> Workspace Templates 2. Under GitHub repos, select `bndtools/workspace` and click edit (pencil button). 3. Set the branch to something non-existant. 4. Click Validate. The...
Open a bndrun file in the editor and start a resolve operation (Ctrl-R or Resolve button on the toolbar). While resolution is ongoing, close the editor. The results dialog will...
Background: There is an "Integration Testing" project with two sub bundles. Both bundles contain JUnit test cases, declared with the `Test-Cases` manifest header. Right click on the project and select...
Now that [Lets Encrypt](https://letsencrypt.org/) is in public beta, we should be able to obtain a signing certificate in order to sign our plugins and features, to get rid of the...