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

Support analog to extended persistence contexts #639

Closed
ljnelson opened this issue May 2, 2019 · 1 comment
Closed

Support analog to extended persistence contexts #639

ljnelson opened this issue May 2, 2019 · 1 comment
Assignees
Labels
enhancement New feature or request MP P3

Comments

@ljnelson
Copy link
Member

ljnelson commented May 2, 2019

The soon-to-be-available JPA/JTA support does not have any support currently for any kind of persistence context propagation (all EntityManagers are effectively @Dependent-scoped). It needs to in order to be fully compliant with the spirit of container-managed JPA.

@ljnelson ljnelson self-assigned this May 2, 2019
@ljnelson ljnelson added P3 enhancement New feature or request MP labels May 2, 2019
ljnelson added a commit that referenced this issue Jul 26, 2019
Provides support for appropriate combinations of transaction-scoped, extended, synchronized and unsynchronized persistence contexts in the larger service of providing CDI-provider-independent JPA support for Helidon MP.

Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
@ljnelson
Copy link
Member Author

Implemented by #812.

@m0mus m0mus added this to Backlog Aug 12, 2024
@m0mus m0mus moved this to Closed in Backlog Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request MP P3
Projects
Archived in project
Development

No branches or pull requests

1 participant