There are several new API methods in the upcoming JPA 3.2 (Jakarta EE 11) that might be interesting to support in Spring's JPA container arrangement, e.g. Query.getSingleResultOrNull and EntityManagerFactory.run/callInTransaction:
https://deploy-preview-652--jakartaee-specifications.netlify.app/specifications/persistence/3.2/
There are several new API methods in the upcoming JPA 3.2 (Jakarta EE 11) that might be interesting to support in Spring's JPA container arrangement, e.g.
Query.getSingleResultOrNullandEntityManagerFactory.run/callInTransaction:https://deploy-preview-652--jakartaee-specifications.netlify.app/specifications/persistence/3.2/