spring-framework/spring-orm/src
Stéphane Nicoll b55a4d3908 Prevent AOT from failing with spring-orm without JPA
This commit improves PersistenceManagedTypesBeanRegistrationAotProcessor
so that it does not attempt to load JPA classes when checking for the
presence of a PersistenceManagedTypes bean. To make it more clear a
check on the presence for JPA has been added to prevent the nested
classes to be loaded regardless of the presence of the bean.

Closes gh-32155
2024-01-30 15:43:07 +01:00
..
main Prevent AOT from failing with spring-orm without JPA 2024-01-30 15:43:07 +01:00
test Allow JPA entities to be filtered 2024-01-19 15:38:53 +01:00