From 481c0180b6e301f2b88392911472a895ba7abb24 Mon Sep 17 00:00:00 2001 From: Glenn Renfro Date: Wed, 13 Sep 2023 11:37:43 -0400 Subject: [PATCH] Spring Boot 3.x support doc needs section on CTR (#5462) Added docs on CTR not requiring any special instructions for launching. A note was added to remind users to select the appropriate boot version during app registration --- .../src/main/asciidoc/spring-boot-3x.adoc | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-cloud-dataflow-docs/src/main/asciidoc/spring-boot-3x.adoc b/spring-cloud-dataflow-docs/src/main/asciidoc/spring-boot-3x.adoc index adc739d30a..d7138b982b 100644 --- a/spring-cloud-dataflow-docs/src/main/asciidoc/spring-boot-3x.adoc +++ b/spring-cloud-dataflow-docs/src/main/asciidoc/spring-boot-3x.adoc @@ -96,3 +96,9 @@ task.timestamp-batch.bootVersion=3 [.small] TIP: The properties can be used when registering an app in the Dataflow UI or the Dataflow shell CLI. + +==== Composed Task Runner + +Composed Task Runner for Spring Cloud Data Flow 2.11.x supports the launching of both Spring Boot `3.x`/`2.x`, Spring Cloud Task `3.x`/`2.x`, and Spring Batch `5.x`/`4.x` applications. + +NOTE: When registering Task applications verify that the correct `Spring Boot Version` is selected.