Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force AOT resolution of Spring Factories constructors
This commit forces the resolution of all declared constructors when registering `RuntimeHints` for Spring factories. Resolving constructors can throw additional `NoClassDefFoundError` at runtime and during native image compilation, if a type exposed by the constructor is missing from the current classloader. See gh-27955
- Loading branch information