mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 20:19:06 +00:00
Update `MainMethod` discovery so that launcher classes from the `org.springframework.boot.loader` code are not considered. This restores the behavior of Spring Boot 2.7.11 and allows remote restart of uber jars without pulling the loader classes into the `RestartClassLoader`. Fixes gh-39733