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

4.x: Adds test in jpa-cdi to prove that application- and container-managed EntityManagers can co-exist #9145

Merged
merged 1 commit into from
Oct 2, 2024

Conversation

ljnelson
Copy link
Member

No documentation impact. Proves that #4929 is already fixed.

… EntityManagers can co-exist

Signed-off-by: Laird Nelson <[email protected]>
@ljnelson ljnelson added P2 jpa/jta testing java Pull requests that update Java code 4.x Version 4.x labels Aug 14, 2024
@ljnelson ljnelson requested a review from tjquinno August 14, 2024 21:58
@ljnelson ljnelson self-assigned this Aug 14, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Aug 14, 2024
@ljnelson ljnelson merged commit 398b8ba into helidon-io:main Oct 2, 2024
44 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x java Pull requests that update Java code jpa/jta OCA Verified All contributors have signed the Oracle Contributor Agreement. P2 testing
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Mixing user-supplied, application-managed EntityManagers with container-managed EntityManagers may not work
2 participants