# Bnd/Bndtools 6.0.0 release candidate build available

**URL:** https://bnd.discourse.group/t/bnd-bndtools-6-0-0-release-candidate-build-available/155
**Category:** GENERAL
**Created:** [September 16, 2021, 7:48pm UTC](https://bnd.discourse.group/t/bnd-bndtools-6-0-0-release-candidate-build-available/155 "2021-09-16T19:48:33Z")
**Posts on this page:** 7
**Page:** 1

<div class="post-metadata">

### Author: ![bjhargrave](https://yyz2.discourse-cdn.com/free1/user_avatar/bnd.discourse.group/bjhargrave/32/10_2.png) [@bjhargrave](https://bnd.discourse.group/u/bjhargrave)
#### Post date: [September 16, 2021, 7:48pm UTC](https://bnd.discourse.group/t/bnd-bndtools-6-0-0-release-candidate-build-available/155/1 "2021-09-16T19:48:34Z")

</div>

We now have a 6.0.0-RC1 build available for your evaluation and feedback.

The 6.0.0 release has a lot of changes in it. Make sure to review the release notes at [https://github.com/bndtools/bnd/wiki/Changes-in-6.0.0](https://github.com/bndtools/bnd/wiki/Changes-in-6.0.0).

Bnd (maven repo):  
[https://bndtools.jfrog.io/bndtools/libs-release](https://bndtools.jfrog.io/bndtools/libs-release)

Bndtools (p2 update site):  
[https://bndtools.jfrog.io/bndtools/update-rc/](https://bndtools.jfrog.io/bndtools/update-rc/)

Bnd Gradle Plugin:

```auto
pluginManagement {
  repositories {
    maven {
      url = uri("https://bndtools.jfrog.io/bndtools/libs-release")
    }
  }
}

```

Bnd Maven Plugins:

```xml
<pluginRepositories>
  <pluginRepository>
    <id>bnd-release</id>
    <url>https://bndtools.jfrog.io/bndtools/libs-release/</url>
    <layout>default</layout>
  </pluginRepository>
</pluginRepositories>

```

Release notes are at [https://github.com/bndtools/bnd/wiki/Changes-in-6.0.0](https://github.com/bndtools/bnd/wiki/Changes-in-6.0.0).

Please try this out and report any issues. We hope to complete the 6.0.0 release in a couple of weeks.

---

<div class="post-metadata">

### Author: ![bjhargrave](https://yyz2.discourse-cdn.com/free1/user_avatar/bnd.discourse.group/bjhargrave/32/10_2.png) [@bjhargrave](https://bnd.discourse.group/u/bjhargrave)
#### Post date: [September 20, 2021, 5:51pm UTC](https://bnd.discourse.group/t/bnd-bndtools-6-0-0-release-candidate-build-available/155/2 "2021-09-20T17:51:21Z")

</div>

Just released a 6.0.0-RC2 build which adds a few fixes to RC1.

---

<div class="post-metadata">

### Author: ![bjhargrave](https://yyz2.discourse-cdn.com/free1/user_avatar/bnd.discourse.group/bjhargrave/32/10_2.png) [@bjhargrave](https://bnd.discourse.group/u/bjhargrave)
#### Post date: [September 29, 2021, 3:37pm UTC](https://bnd.discourse.group/t/bnd-bndtools-6-0-0-release-candidate-build-available/155/3 "2021-09-29T15:37:47Z")

</div>

A 6.0.0-RC3 build is now available. This includes fixes to a number of Bndtools issues including a performance regression, a JVM crash (at least on macOS) when using Bndtools Explorer view, and Bnd Native Launcher not working.

---

<div class="post-metadata">

### Author: ![chrisrueger](https://yyz2.discourse-cdn.com/free1/user_avatar/bnd.discourse.group/chrisrueger/32/18_2.png) [@chrisrueger](https://bnd.discourse.group/u/chrisrueger)
#### Post date: [September 30, 2021, 8:25pm UTC](https://bnd.discourse.group/t/bnd-bndtools-6-0-0-release-candidate-build-available/155/4 "2021-09-30T20:25:22Z")

</div>

> [@bjhargrave](#):
>
> performance

Yeah 🙂

Just trying it out. Just one quick thing maybe worth mentioning

When I restarted Eclipse after RC3 Update (via Help / Install new software / Update Site), I saw the Eclipse Splash Screen for about 4 minutes. **CPU was spiking to 1000%** in Activity view. At first I thought it crashed, but then Eclipse opened. After that 4 minutes of nothing but high CPU, everything seems to run smooth. Even after nexxt restart (was about 10s as usual again) everything is fine.  
Bnd Workspace with 54 projects, Macbook Pro 16", 8 Cores, 32GB RAM, MacOS 11.6

Maybe there is some kind of initial heavy convertion of pre 6.x to 6.x going on in the background. If this is the case, maybe you could mention it in the Release notes.

---

<div class="post-metadata">

### Author: ![bjhargrave](https://yyz2.discourse-cdn.com/free1/user_avatar/bnd.discourse.group/bjhargrave/32/10_2.png) [@bjhargrave](https://bnd.discourse.group/u/bjhargrave)
#### Post date: [September 30, 2021, 8:38pm UTC](https://bnd.discourse.group/t/bnd-bndtools-6-0-0-release-candidate-build-available/155/5 "2021-09-30T20:38:15Z")

</div>

I have no idea what was happening there. Bndtools does not have any “conversion” logic to run. Normally the plugins don’t start operating until after the splash screen is closed, so I don’t think that would have been Bndtools.

---

<div class="post-metadata">

### Author: ![chrisrueger](https://yyz2.discourse-cdn.com/free1/user_avatar/bnd.discourse.group/chrisrueger/32/18_2.png) [@chrisrueger](https://bnd.discourse.group/u/chrisrueger)
#### Post date: [September 30, 2021, 9:16pm UTC](https://bnd.discourse.group/t/bnd-bndtools-6-0-0-release-candidate-build-available/155/6 "2021-09-30T21:16:00Z")

</div>

Hmm ok, then never mind. It was a one time thing right after pressing the “Restart Eclipse” Button in the dialog popup which appears after bndtools installation finished.

---

<div class="post-metadata">

### Author: ![chrisrueger](https://yyz2.discourse-cdn.com/free1/user_avatar/bnd.discourse.group/chrisrueger/32/18_2.png) [@chrisrueger](https://bnd.discourse.group/u/chrisrueger)
#### Post date: [September 28, 2023, 7:37pm UTC](https://bnd.discourse.group/t/bnd-bndtools-6-0-0-release-candidate-build-available/155/7 "2023-09-28T19:37:30Z")

</div>

> [@bjhargrave](#):
>
> I have no idea what was happening there. Bndtools does not have any “conversion” logic to run. Normally the plugins don’t start operating until after the splash screen is closed, so I don’t think that would have been Bndtools.

This here looks like it describes a similar effect: [biz.aQute.bndlib dependency from PDE may conflict with future BND tools releases · eclipse-pde/eclipse.pde · Discussion #774 · GitHub](https://github.com/eclipse-pde/eclipse.pde/discussions/774)
