Skip to content

Fix ClassNotFoundException for jakarta.persistence.Table #110

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

Merged
merged 1 commit into from
Nov 4, 2024

Conversation

abel533
Copy link
Contributor

@abel533 abel533 commented Jun 21, 2024

Related to #109

Updates the jakarta.persistence-api dependency scope in jakarta-jpa/pom.xml to ensure it's included at runtime.

  • Changes the scope of jakarta.persistence-api from provided to compile. This ensures the dependency is included in the runtime classpath, addressing the ClassNotFoundException for jakarta.persistence.Table.
  • Maintains the version of jakarta.persistence-api at 3.1.0, aligning with the recommended version to resolve the issue.

For more details, open the Copilot Workspace session.

@abel533 abel533 merged commit 588295b into master Nov 4, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant