Skip to content
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

jakarta.persistence-api version #562

Open
conifercone opened this issue Mar 21, 2025 · 1 comment
Open

jakarta.persistence-api version #562

conifercone opened this issue Mar 21, 2025 · 1 comment

Comments

@conifercone
Copy link

The current jakarta.persistence-api version is 3.2.0, which conflicts with the jakarta.persistence-api 3.1.0 in spring boot, causing key bean initialization failure. However, it is currently impossible to upgrade the jakarta.persistence-api in spring boot to 3.2.0 because it is incompatible with hibernate. Is there a plan to solve this problem?

@conifercone
Copy link
Author

Trying to upgrade to 3.2.0 gets the following exception:

Caused by: java.lang.IllegalArgumentException: methods with same signature getSchemaManager() but incompatible return types: [interface org.hibernate.relational.SchemaManager, interface jakarta.persistence.SchemaManager]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant