Skip to content
BJ Hargrave edited this page Nov 5, 2021 · 10 revisions

Bnd/Bndtools 6.1.0

See the Release section of the README for where to find Bnd/Bndtools.

Bndtools

  • Fixed undo functionality for Bnd and Bndrun text editor views.

Bndtools m2e

  • Fixed context launching regression in 6.0.0 (In versions prior to 6.0.0, you could launch a test/run configured using the bnd maven plugins by right-clicking anywhere on the project. In 6.0.0 there was a regression and this functionality was lost - you have to right-click on the .bndrun file itself to get the Bnd launcher menu items.)

Bnd

  • New vcompare, vmax, and vmin macros for version comparison.
  • The biz.aQute.bndlib, biz.aQute.repository, and biz.aQute.resolve artifacts were changed to no longer include OSGi API packages. Their poms have the proper dependencies so that these jar work properly in maven and gradle builds where transitive dependencies in poms are followed. But if you use these jars in a Bnd Workspace build, you may need to update your -buildpath to include these dependencies to build properly.
  • The ProjectLauncher executable() method now properly handles merged -includeresource instructions which means that exports will include resources from the merged -includeresource instructions.
  • -includeresource now supports flatten and rename directives when unrolling a jar.

Bnd Command Line

  • TBD.

Documentation

  • -resolvedebug instruction now has a doc page.
  • Minor documentation improvements and bug fixes.

Bnd Maven Plugins

  • The bnd-process-tests goal is now disabled when the system property maven.test.skip is set to true.

Bnd Gradle Plugins

  • The tasks for the biz.aQute.bnd.builder plugin for non-Bnd Workspace builds can now be configured via the new properties property to work with Gradle's Configuration Cache.

Backward compatibility

  • Bndtools is built to run on Eclipse 2020-06 (4.16) or later. So Bndtools may not run on older versions of Eclipse.
  • Bndtools m2e is built to run on Eclipse m2e 1.16.0 or later. So Bndtools m2e may not run on older versions of Eclipse m2e.
  • The Bnd Maven plugins require a minimum of Maven 3.3.9.
  • The Bnd Gradle plugins require a minimum of Gradle 6.7 for Java 8 to Java 15, Gradle 7.0 for Java 16, and Gradle 7.3 for Java 17.
  • The Bnd Gradle plugins and tasks underwent a large update in 6.0 to modernize their implementations and prepare for Gradle 7 and newer Gradle idioms. All Bnd Gradle task properties are now Gradle Properties and should generally be set using an assignment in your build script. A number of previously deprecated task properties have been removed. The conventions are now deprecated and replaced by extensions. See above for more details.

Known Issues

Clone this wiki locally