You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GH-3415: Add Spring Framework 7.x compatibility to RetryUtils#ResponseErrorHandler
Fixes: #3415
- Remove @OverRide annotation from handleError(ClientHttpResponse) method
to support compilation against both Spring 6.2.x and 7.x
- Add delegation from new handleError(URI, HttpMethod, ClientHttpResponse)
method to maintain backward compatibility
- Preserve existing error handling logic
This change allows Spring AI to work seamlessly across Spring Framework
versions 6.x and 7.x without requiring reflection or version detection at runtime.
Signed-off-by: Soby Chacko <[email protected]>
0 commit comments