This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn-server.git
commit ad1586a8da259c4a0635203d4aaa4c47bf4e6d78 Author: Alex Heneveld <[email protected]> AuthorDate: Thu Nov 18 12:31:22 2021 +0000 use spifly preferred version for fabric8 1.3.0 logs npe's during activation, 1.3.2 seems not to; not 1.2.4 may also come in via karaf (see dist) --- karaf/features/src/main/feature/feature.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/karaf/features/src/main/feature/feature.xml b/karaf/features/src/main/feature/feature.xml index e834bf4..ca33091 100644 --- a/karaf/features/src/main/feature/feature.xml +++ b/karaf/features/src/main/feature/feature.xml @@ -453,6 +453,7 @@ - pulled in by openshift-client <feature>kubernetes-client</feature> --> + <bundle>mvn:org.apache.aries.spifly/org.apache.aries.spifly.dynamic.bundle/${spifly.version}</bundle> <!-- we bump from 1.3.0 to avoid activator NPE --> <feature>openshift-client</feature>
