-
Notifications
You must be signed in to change notification settings - Fork 684
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
When should play! migrate to jakarta-jpa? #1390
Comments
It seems that JPA 3 does not bring any new features, and only change packages for legal issues. |
Hi, @tomparle. I believe this is necessary at least to be able to update hibernate up to the next major release. |
Thank you, this is indeed a sufficient reason to migrate. |
Yep, I'll send it soon. |
Over at RePlay @asolntsev just upgraded Hibernate to 5.6.12Final which exposes Easy enough to fix, but Hibernate already started the move to jakarta for us (in a minor version). |
That would be the best!
It is, but it easy to let it rot. 🤷 Same goes for |
JPA 3.0 don't have backward compatibility with 1.x-2.x versions because of renaming of all packages. As possible solution I see extracting play.db.jpa package in independent module and make two versions of its: jpa 2.2 and jpa 3.0.
But in my opinion maintaining both versions is too complicated and costly.
The text was updated successfully, but these errors were encountered: