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.