spring-cloud-dataflow
spring-cloud-dataflow copied to clipboard
It's not possible to update a stream using "Application Properties version" with default version
Description:
- It's not possible to select "Default versions" when updating a stream if it was deployed with default version(even though the default version of the Application has been updated).
Release versions: 2.11.0-SNAPSHOT
Steps to reproduce:
- Deploy a stream with default version (e.g. v1.0.0)
- Update the Application version using "Manage versions" (e.g. v1.0.0 to v1.1.0)
- Update the same stream by selecting default version (e.g. v1.1.0)
- Stream update fails with message "Package to update has no difference ..."
Screenshots: Refer to "Description" and "Steps to reproduce"
Additional context: Because I can't update a stream by selecting "Default version", I have to always look for the version(which is current default) in the combobox to update a stream.