You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-docs/src/main/asciidoc/configuration-carvel.adoc
+1-1
Original file line number
Diff line number
Diff line change
@@ -87,7 +87,7 @@ The default _app-name_ is `scdf-${SCDF_TYPE}`.
87
87
| register-apps.sh
88
88
| <broker> [stream-application-version]
89
89
| _broker_ must be one of rabbit or kafka.
90
-
_stream-application-version_ is optional and will install the latest version. The latest version is 2021.1.2
90
+
_stream-application-version_ is optional and will install the latest version. The latest version is 2024.0.0
91
91
|===
92
92
93
93
NOTE: Take note that the registration of application in the _pro_ version can take a few minutes since it retrieves all version information and metadata upfront.
NOTE: By default, the out-of-the-box app's actuator endpoints are secured. You can disable security by deploying streams by setting the following property: `[small]#app.*.spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration#`
@@ -370,12 +370,12 @@ The following table includes the `dataflow.spring.io` links to the task applicat
For more information about the available out-of-the-box stream applications see the https://cloud.spring.io/spring-cloud-task-app-starters/[Spring Cloud Stream Applications] project page.
@@ -387,7 +387,7 @@ As an example, if you would like to register all out-of-the-box stream applicati
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-registry/src/main/java/org/springframework/cloud/dataflow/registry/service/DefaultAppRegistryService.java
+14-2
Original file line number
Diff line number
Diff line change
@@ -394,12 +394,23 @@ private AppRegistration createAppRegistrations(Map<String, AppRegistration> regi
Copy file name to clipboardExpand all lines: spring-cloud-dataflow-registry/src/main/java/org/springframework/cloud/dataflow/registry/support/AppResourceCommon.java
0 commit comments