eclipse-xpanse / xpanse

xpanse is here to make native managed cloud services configurable and portable.
https://eclipse.dev/xpanse/
Apache License 2.0
23 stars 17 forks source link

getPendingConfigurationChangeRequest returns HTTP 204 with wrong response body #1968

Closed swaroopar closed 4 days ago

swaroopar commented 4 days ago

When getPendingConfigurationChangeRequest returns 204, it must not return any response body.

20240925 12:22:35.713 [http-nio-8080-exec-6] INFO o.e.x.m.logging.CustomHttpLogWriter [e09c3a0b-112d-4d06-ba41-58caf16a0c7c] [] []- Response: 204 No Content Duration: 3ms {"orderId":null,"configParameters":null,"ansibleScriptConfig":null,"ansibleInventory":null}

WangLiNaruto commented 4 days ago

let me do it