Konrad Windszus created FELIX-6607: -------------------------------------- Summary: Web Console Plugins should have a predictable order in case of label conflicts Key: FELIX-6607 URL: https://issues.apache.org/jira/browse/FELIX-6607 Project: Felix Issue Type: Improvement Components: Web Console Reporter: Konrad Windszus
In case two web console plugins register for the same label it is currently not predictable which is getting used (because the service being started later overwrites earlier ones with the same label). The regular ServiceReference.compareTo(…) semantics should be used to determine which of the conflicting plugins should win. -- This message was sent by Atlassian Jira (v8.20.10#820010)