Releases: bischoffdev/property-aggregator
Releases · bischoffdev/property-aggregator
1.5.0 - Log option
Added
- Builder parameter to enable or disable logging
Version 1.4.0
Added
- New
withPredicate
method to specify a custom filter that is processed on
the properties during the final list processing
Changed
- More resilient handling of missing properties files in the classpath.
Full Changelog: v1.3.0...v1.4.0
Version 1.3.0
Changed
- Use commons logging for compatibility
- Changed internal property storage to String map
Version 1.2.1
Fixed
- Setting default without a filter removed all properties with default values
Changed
- Default values are set regardless of filters.
Version 1.2.0
Added
getPropertiesWithCustomPredicate
method that returns a subset of
properties based on a provided predicate- Added
withPropertiesFileInClassPath
method to set a property file from
within the application classpath
Version 1.1.0
Added
withFilter
method to filter the list of final propertieswithDefaults
method to set defaults for unspecified propertiespropertiesCount
method to get the size of properties including defaults