Binary defaults for conditional metadata now used Binary Type
Before they were of String type resolves #467
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"properties": [
|
||||
{
|
||||
"defaultValue": "true",
|
||||
"defaultValue": true,
|
||||
"name": "spring.cloud.task.events.enabled",
|
||||
"description": "This property is used to determine if a task app should emit task events.",
|
||||
"type": "java.lang.Boolean"
|
||||
|
||||
Reference in New Issue
Block a user