-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.5.0
-
Component/s: None
-
Labels:None
-
Story Points:2
-
Epic Link:
A bug is observed when an app has two configs with the same config key but under different subject class since processPendingConfigs only checks the config key.
private void processPendingConfigs(ConfigFactory configFactory) { Set<ConfigKey> toBePruned = Sets.newHashSet(); configs.keySet().forEach(k -> { if (Objects.equals(k.configKey, configFactory.configKey())) {