mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Prior to this commit, the `DefaultApiVersionStrategy` reactive variant would attempt to resolve the API version with the first resolver that replies with a version. This contradicts the API that registers resolvers in order. This commit ensures that each resolver is called in order. Signed-off-by: Gimin Kim <138752849+Gimini-3@users.noreply.github.com>