From bc756a34b060a7f211e246f3dd5ba91eaa486dde Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Tue, 13 Jun 2023 00:35:10 -0400 Subject: [PATCH] GH-475: Add some missed nested props for apps (#476) Fixes https://github.com/spring-cloud/stream-applications/issues/475 * Fix JDBC props for limited listed number of them --- function/tasklauncher-function/README.adoc | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 function/tasklauncher-function/README.adoc diff --git a/function/tasklauncher-function/README.adoc b/function/tasklauncher-function/README.adoc deleted file mode 100644 index c3d2685b..00000000 --- a/function/tasklauncher-function/README.adoc +++ /dev/null @@ -1,5 +0,0 @@ -# TaskLauncher Function - -[NOTE] -This module has been relocated to the https://github.com/spring-cloud/spring-cloud-dataflow/tree/main/spring-cloud-dataflow-tasklauncher/spring-cloud-dataflow-tasklauncher-function[spring-cloud-data-flow repository]. -As of SCDF 2.9.x, this function is included in the SCDF build to ensure version compatibility with the SCDF server going forward.