spring-cloud-dataflow
spring-cloud-dataflow copied to clipboard
A microservices-based Streaming and Batch data processing in Cloud Foundry and Kubernetes
When trying to bring the docker image for springcloud/spring-cloud-dataflow-server:2.9.2 into our firm a scan is performed. It detected the following vulnerabilities in the image. https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-23221 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-21724 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-23463 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42392 https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-37714 [SCDF_SCAN.txt](https://github.com/spring-cloud/spring-cloud-dataflow/files/8155156/SCDF_SCAN.txt)
Port [this change](https://github.com/spring-cloud/spring-cloud-dataflow/commit/502fc5159e746b1a4b881b336d2714a8815184c6) from `2.9.x` to `main`.
We recently encountered issue where encoding was not set on container which Javascript scripts processor does not handle well. See https://github.com/spring-cloud/stream-applications/issues/312. > We do not set the locale on the...
**Problem description:** In the dashboard, when I view stream definition, I see additional properties getting added for metrics and wavefront which adds difficulty in getting stream definition. How to disable...
We tried to change the database schema of Data Flow Server (2.8.2). With the configuration below, the tables are created to a database schema called "scdf_dataflow" as expected. ``` spring:...
Temporary files containing skipper package metadata should be cleaned up after deployment e.g. ``` 8.0K tmp/streampackages9162299677790935257 4.0K tmp/streampackages1007424933889654655 4.0K tmp/streampackages3613564728514687451 8.0K tmp/streampackages5352378485999921593 8.0K tmp/streampackages1319042573028839470 8.0K tmp/streampackages7248908537943486036 4.0K tmp/streampackages5429856046145102856 8.0K tmp/streampackages2686614591391408289...
Applies to TaskDefinitionController and TaskExecutionController. Motivated by https://stackoverflow.com/questions/71020365/spring-cloud-data-flow-task-properties. Best practice would be to use config server for this, but for a single task, it is overkill. These properties can be...
**Description:** SCDF fail to download application starters behind a corporate proxy ( no proxy authentication ) **Release versions:** SCDF 2.9.2 **Steps to reproduce:** Add Applications > Stream application starters for...
Hi, Im using scdf version 2.9.2 and I tested it both locally and on kubernetes(also scheduling). What I found out that scdf server pass information about datasource and another properties...