-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Initial support for JPA 3.2 #31157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi I would like to work on this issue. |
@jhoeller any update on this? |
@Petros1020 first of all, thanks for volunteering! This is in the works already so we are not quite expecting external contributions here, at least not for the above-mentioned |
It turns out that there are only two new methods to immediately support in Spring's JPA proxies: The aforementioned Last but not least, JPA 3.2 comes with a new |
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
andEntityManagerFactory.run/callInTransaction
:https://deploy-preview-652--jakartaee-specifications.netlify.app/specifications/persistence/3.2/
The text was updated successfully, but these errors were encountered: