aws / aws-sdk-java-v2

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

Fix POJO class naming mapping #5315

Closed zoewangg closed 1 week ago

zoewangg commented 1 week ago

Motivation and Context

Current behavior: v1 ResultConfiguration -> v2 ResponseConfiguration v1 ResultConfigurationResult -> v2 ResponseConfigurationResponse

Expected behavior: v1 ResultConfiguration -> v2 ResultConfiguration v1 ResultConfigurationResult -> v2 ResultConfigurationResponse

Testing

Added tests

sonarcloud[bot] commented 1 week ago

Quality Gate Failed Quality Gate failed

Failed conditions
43.5% 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