🐛 Update typed Applyconfigurations with server response#3475
Conversation
|
One question is if we should backport this, the problem with that is that it may break existing code, since the response contains a resource version, so when re-using an object to do multiple requests that would have previously worked but won't anymore after this |
|
LGTM label has been added. DetailsGit tree hash: 6568e3587eae1c7ea853eeeecea75a2f32d1d70d |
|
/hold We should discuss this a bit |
Added my take on the issue |
|
Hey @sbueringer, sorry for the ping, looks like this is the last unresolved item for v0.24.0 according to the tracking issue. Can you please review? 🙏 |
Prior to this, we would never update a typed applyconfiguration with the response from the server, this change fixes that.
|
Thank you very much! /lgtm |
|
LGTM label has been added. DetailsGit tree hash: 8512a044c4f7eed269f873973c8a829f532cbcb3 |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: alvaroaleman, dongjiang1989, sbueringer The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Prior to this, we would never update a typed applyconfiguration with the response from the server, this change fixes that.
Fixes #3474