This repository was archived by the owner on May 14, 2025. It is now read-only.

Description
Steps to reproduce
- Navigate to SCDF UI
- Register 2.x task apps:
task.timestamp=maven://io.spring:timestamp-task:2.0.2
task.timestamp.bootVersion=2
task.timestamp-batch=maven://io.spring:timestamp-batch-task:2.0.2
task.timestamp-batch.bootVersion=2
- Register 3.x task apps:
task.timestamp=maven://io.spring:timestamp-task:3.0.0
task.timestamp.bootVersion=3
task.timestamp-batch=maven://io.spring:timestamp-batch-task:3.0.0
task.timestamp-batch.bootVersion=3
-
Navigate to http://localhost:9393/dashboard/index.html#/apps/task/timestamp
-
Notice "Version" drop-down has 2.0.2 (DEFAULT) value.
-
Click "Version" drop-down and select 3.0.0.
💣 💣 notice the content in the "INFORMATION" panel is still for the 2.0.2 app.