Closed scottslewis closed 6 years ago
Agreed.
This property is set in pelix/framework.py, line 634.
As this is a read-only property, there are no problem storing the framework_uid
variable with the new name, alongside the old one.
Hi Thomas. Ok, I'll produce a pull request.
Here is the pull request
Thanks for the pull request :)
The framework uuid in ipopo is set to the property named 'framework.uid' in the Framework constructor. RSA requires access to the framework uuid and the spec indicates that the uuid has name: 'org.osgi.framework.uuid'. It would be helpful if the same uuid was set by the framework to both 'framework.uid' and 'org.osgi.framework.uuid'.