mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Rework profile name validation logic so that `.` and `+` and `@` can be used in the names. Also provide an opt-out property that can be set to restore earlier Spring Boot behavior. The commit also include an update to the reference documentation. Fixes gh-45947