From 0a342e32ba6910e5aa314eb00f20fb4fa0a56641 Mon Sep 17 00:00:00 2001 From: Peter Kriens Date: Fri, 6 Oct 2023 15:41:17 +0200 Subject: [PATCH] Update installation.md for release 7.0.0 --- installation.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/installation.md b/installation.md index efa74bc..030f18e 100644 --- a/installation.md +++ b/installation.md @@ -2,7 +2,7 @@ --- -# Install Bndtools +# Install Bndtools 7.0.0 You can install Bndtools via the [Marketplace](#marketplace) or directly install from the [Update Site](#update-site) @@ -12,14 +12,18 @@ To get then started with the [bndtools Workspace model](workspace.html), you can ## Enhancements -* Bndtools is built to run on Eclipse 2020-06 or later. So Bndtools 6.0 may not run on older versions of Eclipse. +* Bndtools is built to run on Eclipse 2020-06 or later. So Bndtools 7.0.0 may not run on older versions of Eclipse. For more complete information on the changes in the Bndtools release, see . ## Known Issues -* None at this time. - +* This release is based on Java 17. This tends to be not noticed for developmet but there are a number of runtime bundles in the distribution that now also have become Java 17 code. This could generate the error during a bndrun launch or with bnd/OSGi testing when the Execution Environment is set to < 17. The easy fix is to set this to 17. If this is impossible, the previous launchers than run on 1.8 can then be used (if they are available in the repositories). Add +``` +-runpath \ + biz.aQute.launcher;version="[6.4.0,7)", \ + biz.aQute.tester.junit-platform;version="[6.4.0,7)" +``` ## Marketplace The recommended way to install Bndtools via the [Eclipse Marketplace](https://marketplace.eclipse.org/content/bndtools).