# Bnd/Bndtools 6.3.0 release candidate build available

**URL:** https://bnd.discourse.group/t/bnd-bndtools-6-3-0-release-candidate-build-available/239
**Category:** GENERAL
**Created:** [May 2, 2022, 11:31pm UTC](https://bnd.discourse.group/t/bnd-bndtools-6-3-0-release-candidate-build-available/239 "2022-05-02T23:31:14Z")
**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: [May 2, 2022, 11:31pm UTC](https://bnd.discourse.group/t/bnd-bndtools-6-3-0-release-candidate-build-available/239/1 "2022-05-02T23:31:14Z")

</div>

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

The 6.3.0 release is not a major release but has some bug fixes and new features. Make sure to review the release notes at [https://github.com/bndtools/bnd/wiki/Changes-in-6.3.0](https://github.com/bndtools/bnd/wiki/Changes-in-6.3.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:

```java
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.3.0](https://github.com/bndtools/bnd/wiki/Changes-in-6.3.0).

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

---

<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: [May 14, 2022, 7:53am UTC](https://bnd.discourse.group/t/bnd-bndtools-6-3-0-release-candidate-build-available/239/2 "2022-05-14T07:53:04Z")

</div>

Not sure this is a new thing but I have the following effect with 6.3.0 RC1:

I have two bundles:

- `my.api.bundle` containing interface
- `my.impl.bundle` containing impl class

When in the bnd.bnd of `my.impl.bundle` I use:

- `my.api.bundle;version=snapshot`
- or `my.api.bundle;version=latest`
- or `my.api.bundle`

then the type-hierarchy in the my.api.bundle of the Service does **not** show the implementations.

 ![image](https://global.discourse-cdn.com/free1/uploads/bnd/original/1X/456b449caf822d0c5edfce32fb0f2484108602af.png)

But when I use

- `my.api.bundle;version=project`

then the impl class shows up as expected.

 ![image](https://global.discourse-cdn.com/free1/uploads/bnd/original/1X/321e8ab91bc617888a7dab0551de11f1f4702fb8.png)

I just read in the release notes that there has been some work.  
But maybe it is also related to [Version=project vs. version=latest](https://bnd.discourse.group/t/version-project-vs-version-latest/145) and I never noticed so far.

Is this expected? Or an eclipse issue?

---

<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: [May 14, 2022, 10:53am UTC](https://bnd.discourse.group/t/bnd-bndtools-6-3-0-release-candidate-build-available/239/3 "2022-05-14T10:53:44Z")

</div>

Thanks for reporting the problem. This was also reported yesterday in [Type hierarchy not displayed · Issue #5250 · bndtools/bnd · GitHub](https://github.com/bndtools/bnd/issues/5250) which I am looking into.

---

<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: [May 19, 2022, 5:26pm UTC](https://bnd.discourse.group/t/bnd-bndtools-6-3-0-release-candidate-build-available/239/4 "2022-05-19T17:26:14Z")

</div>

A 6.3.0-RC2 build is now available which includes a fix for the above mentioned issue with the type hierarchy.

---

<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: [May 24, 2022, 12:27am UTC](https://bnd.discourse.group/t/bnd-bndtools-6-3-0-release-candidate-build-available/239/5 "2022-05-24T00:27:33Z")

</div>

A 6.3.0-RC3 build is now available with a fix for a regression in exporting executable jars.

---

<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: [May 25, 2022, 1:37pm UTC](https://bnd.discourse.group/t/bnd-bndtools-6-3-0-release-candidate-build-available/239/6 "2022-05-25T13:37:29Z")

</div>

A 6.3.0-RC4 build is now available which reverted decoration behavior for unused literals due to backwards compatibility concerns.

---

<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: [May 28, 2022, 10:54pm UTC](https://bnd.discourse.group/t/bnd-bndtools-6-3-0-release-candidate-build-available/239/7 "2022-05-28T22:54:02Z")

</div>

A 6.3.0-RC5 build is now available which includes fixes to jar signing support (`-sign`).
