mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-24 18:29:03 +00:00
Prior to this commit, the Spring Boot team contributed reflection hints for the default Logback converters for native image compilation. Now that some of those hints were contributed to the GraalVM reachability metadata repository, we can safely remove the duplicates. Closes gh-31959