We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
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
timestamp
"taskOne"
Application Properties -> Version
💣 💥 In task execution view that is shown, notice the prefixes are all still BOOT3 eventhough we picked BOOT2.
THEORY: Default version is always used to pick the table prefixes. Another data point indicating the above theory is the following:
Switching version in task/stream deploy view does not update the table prefix properties (I believe this case is a symptom of the above).
"taskTwo"
💣 💥 Notice the prefixes are all still BOOT3 eventhough we picked BOOT2.
Use the "manage versions" view to pick the version that will be used. Never pick the version from the launch properties.
The text was updated successfully, but these errors were encountered:
6f6a096
corneil
No branches or pull requests
Main case
timestamp
w/ name"taskOne"
Application Properties -> Version
and select the boot2 task version💣 💥 In task execution view that is shown, notice the prefixes are all still BOOT3 eventhough we picked BOOT2.
THEORY: Default version is always used to pick the table prefixes. Another data point indicating the above theory is the following:
Symptom case
Switching version in task/stream deploy view does not update the table prefix properties (I believe this case is a symptom of the above).
timestamp
w/ name"taskTwo"
Application Properties -> Version
and select the boot3 task versionApplication Properties -> Version
and select the boot2 task version💣 💥 Notice the prefixes are all still BOOT3 eventhough we picked BOOT2.
Workaround
Use the "manage versions" view to pick the version that will be used. Never pick the version from the launch properties.
The text was updated successfully, but these errors were encountered: