mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
This commit introduces additional unit tests for CallMetaDataContext's function return parameter matching in reconcileParameters(), verifying that the declared return parameter is correctly resolved regardless of whether it is declared before or after an additional OUT parameter. See gh-37206