mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
9d6bda2b44
This commit updates PersistenceManagedTypesBeanRegistrationAotProcessor to register reflection hints for `@EmbeddableInstantiator` annotations available as of Hibernate 6.0 when needed. Related tests will be added in https://github.com/spring-projects/spring-aot-smoke-tests. Closes gh-31534