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
{{ message }}
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
Describe the bug
When using multiple active profiles with spring cloud Hoxton SR10 and boot 2.3.9 we have noticed that property order seems to have changed, for example if we have two properties set E.g.
the value resolved will be abc-123 instead of efd-213
I looked through the commit history for AwsParamStorePropertySourceLocator and the issue seems to have been introduced in 582fdc6 where the Collections.reverse has been removed due to switching to using a LinkedHashSet
This looks like an accidental bug to me and the same bug exists in master and the 2.3.x branch