diff --git a/spring-cloud-task-batch/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-cloud-task-batch/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 208403cc..cca0a097 100644 --- a/spring-cloud-task-batch/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-cloud-task-batch/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -1,61 +1,61 @@ { "properties": [ { - "defaultValue": "true", + "defaultValue": true, "name": "spring.cloud.task.batch.listener.enabled", "description": "This property is used to determine if a task will be linked to the batch jobs that are run.", "type": "java.lang.Boolean" }, { - "defaultValue": "false", + "defaultValue": false, "name": "spring.cloud.task.batch.fail-on-job-failure", "description": "This property is used to determine if a task app should return with a non zero exit code if a batch job fails.", "type": "java.lang.Boolean" }, { - "defaultValue": "true", + "defaultValue": true, "name": "spring.cloud.task.batch.events.enabled", "description": "This property is used to determine if a task should listen for batch events.", "type": "java.lang.Boolean" }, { - "defaultValue": "true", + "defaultValue": true, "name": "spring.cloud.task.batch.events.chunk.enabled", "description": "This property is used to determine if a task should listen for batch chunk events.", "type": "java.lang.Boolean" }, { - "defaultValue": "true", + "defaultValue": true, "name": "spring.cloud.task.batch.events.item-process.enabled", "description": "This property is used to determine if a task should listen for batch item processed events.", "type": "java.lang.Boolean" }, { - "defaultValue": "true", + "defaultValue": true, "name": "spring.cloud.task.batch.events.item-read.enabled", "description": "This property is used to determine if a task should listen for batch item read events.", "type": "java.lang.Boolean" }, { - "defaultValue": "true", + "defaultValue": true, "name": "spring.cloud.task.batch.events.item-write.enabled", "description": "This property is used to determine if a task should listen for batch item write events.", "type": "java.lang.Boolean" }, { - "defaultValue": "true", + "defaultValue": true, "name": "spring.cloud.task.batch.events.job-execution.enabled", "description": "This property is used to determine if a task should listen for batch job execution events.", "type": "java.lang.Boolean" }, { - "defaultValue": "true", + "defaultValue": true, "name": "spring.cloud.task.batch.events.skip.enabled", "description": "This property is used to determine if a task should listen for batch skip events.", "type": "java.lang.Boolean" }, { - "defaultValue": "true", + "defaultValue": true, "name": "spring.cloud.task.batch.events.step-execution.enabled", "description": "This property is used to determine if a task should listen for batch step execution events.", "type": "java.lang.Boolean" diff --git a/spring-cloud-task-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-cloud-task-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json index 06e4232c..72459a6b 100644 --- a/spring-cloud-task-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-cloud-task-core/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -1,7 +1,7 @@ { "properties": [ { - "defaultValue": "false", + "defaultValue": false, "name": "spring.cloud.task.single-instance-enabled", "description": "This property is used to determine if a task will execute if another task with the same app name is running.", "type": "java.lang.Boolean" diff --git a/spring-cloud-task-stream/src/main/resources/META-INF/additional-spring-configuration-metadata.json b/spring-cloud-task-stream/src/main/resources/META-INF/additional-spring-configuration-metadata.json index ae93db75..312e0e7a 100644 --- a/spring-cloud-task-stream/src/main/resources/META-INF/additional-spring-configuration-metadata.json +++ b/spring-cloud-task-stream/src/main/resources/META-INF/additional-spring-configuration-metadata.json @@ -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"