4/23/2014 12:53:43 AM
plugins to read system properties.
Fix broken OSGI tests (config problems and missing import/export packages)
|
|
|
|
|
|
|
|
|
4/20/2014 6:02:32 PM
ConfigSource to plugins)
|
4/19/2014 9:30:53 PM
properly
|
|
|
4/19/2014 9:17:03 PM
their config.
The introduction of KillbillConfigSource along with the mechanism to specify a config files to load Kill Bill properties broke the plugins, which used to access directly the system properties and would be left with the file name for where properties are instead of properties themselves. With this change, KillbillConfigSource is exported and plugin just need to use the ConfigSource interface to access system properties. The drawback is that we add more package dependencies that need to be passed through import-export osgi mechanism.
|
|
|