aws / aws-sdk-java-v2

The official AWS SDK for Java - Version 2
Apache License 2.0
2.2k stars 853 forks source link

Set SDK version to the previous released version automatically for mi… #5561

Closed zoewangg closed 1 month ago

zoewangg commented 2 months ago

…gration tool

Motivation and Context

Currently, the v2 version used in migration tool is hard coded to 2.27.0. This change sets SDK version to the previous released version automatically for migration tool. upgrade-sdk-dependencies.yml is updated as part of the release process.

Testing

Updated existing tests to bypass tests if the previous released version is not available in maven because it'll cause tests to fail.

Screenshots (if appropriate)

Types of changes

Checklist

License

sonarcloud[bot] commented 1 month ago

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
C Reliability Rating on New Code (required ≥ A)

See analysis details on SonarCloud

Catch issues before they fail your Quality Gate with our IDE extension SonarLint