From b6456d2b7d40009b49a9163d2bb8a3a1ff6bd9b7 Mon Sep 17 00:00:00 2001 From: Christian Tzolov Date: Mon, 31 Aug 2020 09:45:32 +0200 Subject: [PATCH] Configure a default base container image Resolves #112 --- applications/processor/filter-processor/README.adoc | 2 +- applications/stream-applications-core/pom.xml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/applications/processor/filter-processor/README.adoc b/applications/processor/filter-processor/README.adoc index f29bee77..de47f738 100644 --- a/applications/processor/filter-processor/README.adoc +++ b/applications/processor/filter-processor/README.adoc @@ -16,7 +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$$:: $$Boolean SpEL expression to apply against request message to filter.$$ *($$String$$, default: `$$true$$`)* +$$filter.function.expression$$:: $$Boolean SpEL expression to apply against request message to filter.$$ *($$Expression$$, default: `$$$$`)* //end::configuration-properties[] //end::ref-doc[] diff --git a/applications/stream-applications-core/pom.xml b/applications/stream-applications-core/pom.xml index 350924a4..3659b3fd 100644 --- a/applications/stream-applications-core/pom.xml +++ b/applications/stream-applications-core/pom.xml @@ -17,6 +17,7 @@ + springcloud/openjdk 1.8 2.3.2.RELEASE ${project.version} @@ -309,6 +310,7 @@ ${spring-boot.version} + ${apps.base-image} true