mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 12:19:16 +00:00
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