mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-26 11:39:14 +00:00
Switch `model.markAsSkipped` to `model.deepMarkAsSkipped` in `SpringProfileModelHandler`. Although the current call doesn't appear to be causing issues, it seems best to align our <springProfile> support with the way that Logback implements its own `<if>` support. Closes gh-33618