This GitHub action is to update spring-cloud-azure-supported-spring.json for Spring Compatibility tests.
Before Spring3.0 release:
We use the version with current status in this metadata as our current version, at that time, it always will be the "2.x.x", so our action is ok.
After Spring3.0 release:
In this metadata, the current status was move to "3.x.x"
so the action will set "3.x.x" as our current version, this does not meet our requirements.
Goal
Fix the GitHub action to make it reset Spring Boot 2.x as our current version
Context
This GitHub action is to update
spring-cloud-azure-supported-spring.json
for Spring Compatibility tests.Before Spring3.0 release: We use the version with
current
status in this metadata as our current version, at that time, it always will be the "2.x.x", so our action is ok.After Spring3.0 release: In this metadata, the
current
status was move to "3.x.x"so the action will set "3.x.x" as our current version, this does not meet our requirements.
Goal
Fix the GitHub action to make it reset Spring Boot 2.x as our current version