...
- Runtime property resolution is now possible for OLE FS!
- This means the exact same war file can be deployed on multiple servers without altering the binary
- External Automatically loaded external configuration files are automatically used to reconfigure the binary with machine specific configuration
- The following external locations are automatically checked and loaded, in this order, if they exist
No Format ~/.kuali/ole/fs/configuration.properties
- If the system property
olefs.configuration
is set, the properties file it points to is automatically loaded
- If the property
ole.fs.runtime.property.expansion
is set to the value true it also takes the following actions- After loading
classpath:configuration.properties
loadclasspath:olefs-default.properties
- Expand any properties containing placeholders into their fully resolved equivalents
- After loading
...