Hi all, there appears to be some inaccuracies in the javadoc for the getConfiguration method of Settings.
From the javadoc:
* System properties are always loaded first, followed by those
* properties in an optional file (specified with the system
* property "opt.overriding.properties.filename"), followed by
* context-specific default properties files.
From what I can tell from testing and checking the code:
- System properties are not loaded at all
opt.overriding.properties.filename is not used
opt.overriding.properties.filename is mentioned in a SettingsTest test, but that test isn't run (the @Test annotation is commented out).