mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 20:09:02 +00:00
Prior to this commit SpringProfileDocumentMatcher was returning 'found' anytime a negated profile was not found, even if there were positive profile matches required and unsatisfied. Closes gh-5747 See gh-4953