spring-framework/spring-orm
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
..
src Prevent AOT from failing with spring-orm without JPA 2024-01-30 15:43:07 +01:00
spring-orm.gradle Revert ValidationMode.CALLBACK on JPA bootstrap 2023-12-06 18:34:42 +01:00