Since #681 the default value of management.endpoint.env.post.enabled is false.
But the (additional) Spring Cloud Configuration Metadata describes the default value is true. This is confusing because so my IDEA 'tells' me the default value is true while it is actually false.
additional-spring-configuration-metadata.json:
{
"name": "management.endpoint.env.post.enabled",
"type": "java.lang.Boolean",
"description": "Enable changing the Environment through a POST to /env.",
"defaultValue": true
}