From d962e6e233209f91389aa1e1d8bd18a3a1df46f4 Mon Sep 17 00:00:00 2001 From: Soby Chacko Date: Tue, 25 Aug 2020 14:07:06 -0400 Subject: [PATCH] Fixing missing filter processor properties in README --- applications/processor/filter-processor/README.adoc | 1 + functions/function/filter-function/pom.xml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/applications/processor/filter-processor/README.adoc b/applications/processor/filter-processor/README.adoc index a876d9c7..db61e062 100644 --- a/applications/processor/filter-processor/README.adoc +++ b/applications/processor/filter-processor/README.adoc @@ -16,6 +16,7 @@ If the incoming type is `byte[]` and the content type is set to `text/plain` or == Options //tag::configuration-properties[] +$$filter.function.expression$$:: $$A SpEL expression to apply.$$ *($$String$$, default: `$$$$`)* //end::configuration-properties[] //end::ref-doc[] diff --git a/functions/function/filter-function/pom.xml b/functions/function/filter-function/pom.xml index aa94ef67..901a61af 100644 --- a/functions/function/filter-function/pom.xml +++ b/functions/function/filter-function/pom.xml @@ -24,6 +24,11 @@ org.springframework.boot spring-boot-starter-integration + + org.springframework.boot + spring-boot-configuration-processor + provided + org.springframework.boot spring-boot-starter-test