From 274bb6751b01e2a697a33443c6061af5ef143647 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 27 Jan 2022 17:33:34 -0500 Subject: [PATCH] Add requiresUnpack for script-processor The `Jython` doesn't work in the uber jar as a nested one. The Spring Boot provides a trick via unpacking requested nested jars. * Use the latest `spring-cloud-dataflow-apps-generator-plugin` which allows now to propagate a custom configuration for `spring-boot-maven-plugin` * Add `requiresUnpack` for `jython-standalone` into the `script-processor` **Cherry-pick to 2021.1.x** --- applications/processor/script-processor/pom.xml | 12 ++++++++++++ applications/stream-applications-core/pom.xml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/applications/processor/script-processor/pom.xml b/applications/processor/script-processor/pom.xml index d6162118..705eddfa 100644 --- a/applications/processor/script-processor/pom.xml +++ b/applications/processor/script-processor/pom.xml @@ -121,6 +121,18 @@ + + + + + org.python + jython-standalone + + + ]]> + + diff --git a/applications/stream-applications-core/pom.xml b/applications/stream-applications-core/pom.xml index 11c21036..a294dafd 100644 --- a/applications/stream-applications-core/pom.xml +++ b/applications/stream-applications-core/pom.xml @@ -23,7 +23,7 @@ 5.10 3.2.1 3.2.1 - 1.0.5 + 1.0.6-SNAPSHOT 1.0.5 1.0.5 2.1.2.RELEASE