Bnd/Bndtools 5.3.0 release candidate build available

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

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

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

Bnd Gradle Plugin:

buildscript {
  repositories {
    maven {
      url 'https://bndtools.jfrog.io/bndtools/libs-snapshot'
    }
  }
  dependencies {
    classpath 'biz.aQute.bnd:biz.aQute.bnd.gradle:5.3.0-SNAPSHOT'
  }
}

Bnd Maven Plugins:

<pluginRepositories>
  <pluginRepository>
    <id>bnd-snapshots</id>
    <url>https://bndtools.jfrog.io/bndtools/libs-snapshot/</url>
    <layout>default</layout>
    <releases>
      <enabled>false</enabled>
    </releases>
  </pluginRepository>
</pluginRepositories>

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

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

1 Like

The 5.3.0.RC2 build is now available to try.

The 5.3.0.RC3 build is now available. This adds the new STATIC and INNER query types to the ${classes} macro.

I expect this is the last RC build and will plan to make the final build early next week.

1 Like