Open
Description
Feature description
As the title suggest I would like to suggest that support for resolving random properties is added to property placeholder expression resolving.
Currently it looks like this is only resolved at the time of processing a propertysource that's been added.
As such it's not currently available to use within either @Value(${random.uuid})
or @Bindable(
defaultValue = "${random.uuid}")`.
Having the above support would benefit immutable configuration classes, as you then can use a random value as fallback instead of acutally having to specify it in the cnfiguration.