mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
This commit introduces an alternative to load layers configuration from the classpath. This lets user package their custom layers XML at META-INF/spring/layers/<name>.xml in a plugin dependency rather than referencing a file path directly. The name of the layers configuration can then be referenced using the new `configurationName` property. Closes gh-32466