Skip to content
BJ Hargrave edited this page Sep 1, 2017 · 5 revisions

Bnd 3.5.0

For Bndtools 3.5.0 changes, see https://github.com/bndtools/bndtools/wiki/Changes-in-3.5.0.

Backwards compatibility

  • Bnd 4.0 will move to Java 8 as the base runtime.
  • The Bnd DS, metatype and versioning annotations are deprecated and support for them will be removed in Bnd 4.0. Please make plans to migrate to the OSGi Release 6 specified annotations which now offer more features than the bnd annotations.
  • The JPMRepository is deprecated and will place a warning on the workspace if used. Please make plans to move to another repository type. The jpm4j.org server has been decommissioned.
  • The OSGiRepository replaces the aQute.bnd.deployer.repository.FixedIndexRepo repository plugin which will be deprecated in the future. Please migrate to the OSGiRepository repository plugin.
  • The MavenBndRepository replaces the aQute.bnd.deployer.repository.aether.AetherRepository repository plugin which is now deprecated. Please migrate to the MavenBndRepository repository plugin.
  • All artifacts now use Java 7 as the compile target. In the prior release, some artifacts had used Java 6 as the compile target.

Known Issues

  • None at this time.
Clone this wiki locally