mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-02 19:30:23 +01:00
26dc14031e
Update `LoadedPemSslStore` so that it loads content lazily. This restores the behavior of Spring Boot 3.1 and allows bundles to be defined with files that don't exist as long as they are never accessed. Fixes gh-38659