spring-cloud-dataflow icon indicating copy to clipboard operation
spring-cloud-dataflow copied to clipboard

It's not possible to update a stream using "Application Properties version" with default version

Open seonWKim opened this issue 2 years ago • 0 comments

Description: image

  • 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). image

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) image
  • 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.

seonWKim avatar Sep 19 '23 07:09 seonWKim