mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
bb952cb95e
Prior to this commit, native images would dynamically check for the presence of `jakarta.inject.*` annotations and might fail at runtime or miss them entirely. This change ensures that if such classes are present during the AOT build, relevant runtime hints are registered so that these annotations can be read at runtime. Closes gh-28614