Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Runtime property resolution is now possible for OLE FS!
  2. This means the exact same war file can be deployed on multiple servers without altering the binary
  3. This also allows users to specify a single property as the base directory for OLE FS to use
    1. Properties pointing to other machine specific directories are then automatically derived at runtime
  4. Automatically loaded external configuration files are used to reconfigure the binary with machine specific configuration
  5. The following external locations are automatically checked and loaded, in this order, if they exist
    1. No Format
      ~/.kuali/ole/fs/configuration.properties
    2. If the system property olefs.configuration is set, the properties file it points to is automatically loaded
  6. If the property ole.fs.runtime.property.expansion=true the following actions are also taken
    1. After loading classpath:configuration.properties load classpath:olefs-default.properties
    2. Expand any properties containing placeholders into their fully resolved equivalents

...