Bnd/Bndtools 6.2.0 release candidate build available

We now have a 6.2.0-RC1 build available for your evaluation and feedback.

The 6.2.0 release is not a major release but has some important bug fixes. This release includes new support in bnd-maven-plugin to support jar packaging directly. See https://github.com/bndtools/bnd/tree/master/maven/bnd-maven-plugin#jar-goal. Make sure to review the release notes at https://github.com/bndtools/bnd/wiki/Changes-in-6.2.0.

Bnd (maven repo):
https://bndtools.jfrog.io/bndtools/libs-release

Bndtools (p2 update site):
https://bndtools.jfrog.io/bndtools/update-rc/

Bnd Gradle Plugin:

pluginManagement {
  repositories {
    maven {
      url = uri("https://bndtools.jfrog.io/bndtools/libs-release")
    }
  }
}

Bnd Maven Plugins:

<pluginRepositories>
  <pluginRepository>
    <id>bnd-release</id>
    <url>https://bndtools.jfrog.io/bndtools/libs-release/</url>
    <layout>default</layout>
  </pluginRepository>
</pluginRepositories>

Release notes are at https://github.com/bndtools/bnd/wiki/Changes-in-6.2.0.

Please try this out and report any issues. We hope to complete the 6.2.0 release in a couple of weeks.

1 Like

A 6.2.0-RC3 build is now available. It includes some important fixes to the jar packaging goals of the bnd-maven-plugin.

Hello everyone,

A word on the release process. We’ve had a few hiccups due largely to a change in JFrog which is preventing some of the traditional conveniences that were in place (we’re unclear if this is a bug or a feature.)

For example, you used to have the option in the bndtools RC update site to view a list of all the RCs. However, we can’t seem to be able to achieve this anymore.

As an intermediate solution we’ve been forced to only provide the latest RC (currently RC3.)

Thanks for your understanding while we try to figure this out.

A 6.2.0-RC4 build is now available. It includes some important stability and deadlock fixes for issues found late in the release candidate cycle.