mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 08:24:13 +00:00
Following gh-26004, the registration order of active profiles in @ActiveProfiles is preserved; however, the Javadoc in MergedContextConfiguration and WebMergedContextConfiguration still described the old sorting behavior, which is misleading since profile order is part of the context cache key (equals/hashCode). This commit updates the Javadoc to document the status quo. Closes gh-36950 Signed-off-by: Alexis SEGURA <alex.segura06@gmail.com>