[Gogo] Should avoid using System.getProperty() to get configuration properties
------------------------------------------------------------------------------
Key: FELIX-2543
URL: https://issues.apache.org/jira/browse/FELIX-2543
Project: Felix
Issue Type: Improvement
Components: Gogo Shell
Affects Versions: gogo-0.6.0
Reporter: Richard S. Hall
Priority: Minor
Fix For: gogo-0.8.0
Gogo Shell uses System.getProperty() to find configuration properties, but this
isn't a good thing since it makes it difficult to run multiple instances of the
framework in a single VM each with their own shells. It should use
BundleContext.getProperty() which falls back to system properties if there are
no local configuration properties specified for the framework.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.