You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@karaf.apache.org by Richard Hierlmeier <rh...@googlemail.com> on 2018/07/23 14:11:24 UTC

Preferred way to upgrade aries blueprint in Karaf 3

We are using Karaf 3.0.9 and stumbled over issue
https://jira.apache.org/jira/browse/KARAF-4608.
It is fixed for Karaf 4.

For the fix we have to upgrade

mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.cm from 1.0.8 to
1.0.9
mvn:org.apache.aries.blueprint/org.apache.aries.blueprint.core from 1.6.1
to 1.6.2

What is the preferred way to get this fix into Karaf 3.0.9.

Can I fix it with in a custom distribution and the karaf-maven-plugin?