[Refactoring] Introduce RequestContext to easily pass new parameters to downstream methods#2408
[Refactoring] Introduce RequestContext to easily pass new parameters to downstream methods#2408opeco17 wants to merge 2 commits intospring-cloud:mainfrom
Conversation
|
Could you please review this PR? |
|
I think this is the right idea for where we want to go. The issue is as is it could only go in a major release because of the breaking API changes. That is fine but after talking about it some more with the team we should really be deprecating the existing public APIs in the 2024 release (which will be a minor) and then remove them in 2025 release (which will likely be our next major). Its more of a process thing than anything else, but this way we could also get #2402 in the 2024 release as well. |
|
Thank you for sharing. May I know the next action that I should take? |
|
Yes we would need to keep the existing public APIs intact and unchanged and mark them all as |
Fixes #2407