-
Notifications
You must be signed in to change notification settings - Fork 36
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
Use jakarta.persistence-api instead of javax.persistence-api #88
Comments
I created a pull request for this change: |
[#88] Use jakarta.persistence-api instead of javax.persistence-api
I accepted the change. I'm making a couple of other changes and then I'll do a release. |
Ok, perfect. Thx |
Hi Chris. Do you already know when you will build the release? Thx |
1.2 done, sent to Maven Central. It always takes a while for them to publish. Should be there later today. My plan was to change the way we do testing, but that will have to wait for the next release. |
Feature request:
With Spring Boot 3.x and other libraries "javax.persistence-api" is more and more outdated.
It would be great if a new major version could be released which uses jakarta.persistence-api.
The text was updated successfully, but these errors were encountered: