mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
This commit adapts the auto-configuration for API versioning to apply the path segment last as this strategy is not meant to yield. It also clarifies that configuration properties should not be used if ordering of the strategies is important. Closes gh-49800