Skip to content

Changes in 6.4.1 classic

Peter Kriens edited this page Jun 12, 2023 · 3 revisions

This is not a mainline release, no plugins! See 6.4.0 for the normal release.

This is a classic release. It only contains the Maven Central release of the workspace. There is no p2 repository for Eclipse, no Gradle plugin, and no maven plugins. The purpose of this release is to back port security and crucial features for runtime bundles that must remain on Java 1.8.

  • 10f113b67 (feature/annotations) Cleaned up bnd annotations - Component is removed now after it has been deprecated for a long time - Cardinality & Resolution have been changed to String. This will prevent warnings when the annotations are not on the buildpath - Changed the use of the older annotations inside bnd to the OSGi versions
  • 45630fe70 Backported the behavior of the launcher in 7.0.0 regarding scope of installed bundles. When default start level < 0, we use scoped management. Additionally the biz.aQute.launcher.scoped system property is set, will also use scoped even if the default level is < 0
  • 71c55c38c Removed maven & gradle plugins
Clone this wiki locally