You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by GitBox <gi...@apache.org> on 2022/02/09 12:03:33 UTC

[GitHub] [karaf] jbonofre commented on a change in pull request #1489: [KARAF-7389] Prevent two threads (feature installer, CM Event Dispatc…

jbonofre commented on a change in pull request #1489:
URL: https://github.com/apache/karaf/pull/1489#discussion_r802589768



##########
File path: features/core/src/main/java/org/apache/karaf/features/internal/service/FeatureConfigInstaller.java
##########
@@ -137,10 +137,10 @@ public void installFeatureConfigs(Feature feature) throws IOException, InvalidSy
                     cfg = createConfiguration(configAdmin, cid);
                     cfgProps.put(CONFIG_KEY, cid.pid);
                     properties.put(CONFIG_KEY, cid.pid);
+                    cfg.update(cfgProps);

Review comment:
       Don't we want to keep the update there ?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@karaf.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org