Skip to content

Releases: bischoffdev/property-aggregator

1.5.0 - Log option

30 Nov 15:27
898760b
Compare
Choose a tag to compare

Added

  • Builder parameter to enable or disable logging

Version 1.4.0

21 Mar 17:03
Compare
Choose a tag to compare

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

15 Mar 11:14
Compare
Choose a tag to compare

Changed

  • Use commons logging for compatibility
  • Changed internal property storage to String map

Version 1.2.1

14 Mar 18:15
Compare
Choose a tag to compare

Fixed

  • Setting default without a filter removed all properties with default values

Changed

  • Default values are set regardless of filters.

Version 1.2.0

14 Mar 17:06
Compare
Choose a tag to compare

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

11 Mar 22:00
Compare
Choose a tag to compare

Added

  • withFilter method to filter the list of final properties
  • withDefaults method to set defaults for unspecified properties
  • propertiesCount method to get the size of properties including defaults