Skip to content

Latest commit

 

History

History
18 lines (8 loc) · 681 Bytes

File metadata and controls

18 lines (8 loc) · 681 Bytes

Release notes for 0.12.0.0

A complete re-write using v2 of Apache Commons Configuration in order to allow DefaultApplicationConfiguration to be Serializable.

Uses a load on demand model (if the getPropertyValue()) methods are called, otherwise checkLoaded() must be invoked by the caller to ensure properties have been loaded from source.

The following have been removed from the API

void addConfiguration(AbstractConfiguration config);

int getNumberOfConfigurations();

SubnodeConfiguration getSection(String configSectionName);

All can be accessed via [combinedConfiguration]