Property binding performed in the child management context, for example through @EnableConfigurationProperties
on a @ManagementContextConfiguration(ManagementContextType.CHILD)
class, ignores the parent's environment prefix. It appears to be lost in ManagementContextFactory
when creating the environment for the child context.