Github user neykov commented on the issue:
https://github.com/apache/brooklyn-server/pull/492
Some thoughts:
* Classic doesn't have `etc` folder
* The `file:etc/...` location is a hack which I don't like (but have
used). It relies on the process working dir being KARAF_HOME.
* I believe we can get hold of config admin even in static context - as
long as the class is loaded inside the OSGi runtime
* this files is actually **not** a properties file! It's a colon
delimited key value list. Nothing stopping us from using properties notation
(`=` delimiter)
* Would make more sense if the author of java entities is able to package
the renames in the new version of the bundle. Can we achieve this? May be
listen for bundle loads and collect the renames once a bundle becomes loaded?
* It certainly makes sense to have a run time way to add to the list of
renames for some last minute on-site fixes.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---