mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-23 09:49:01 +00:00
Provide a workaround for spring-projects/spring-framework#29361 so that multiple `@ImportRuntimeHints` can be used in a type hierarchy. The commit should cover Actuator web endpoint use cases with the exception of Cloud Foundry endpoints which are not possible due to package access issues. See gh-29361