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 zero-argument non-private constructors to NonTransactionalEntityManager and ExtendedEntityManager #7561

Merged
merged 1 commit into from
Sep 9, 2023

Conversation

ljnelson
Copy link
Member

@ljnelson ljnelson commented Sep 8, 2023

Addresses #7558. Forward port of #7559.

…Manager and ExtendedEntityManager

Signed-off-by: Laird Nelson <laird.nelson@oracle.com>
@ljnelson ljnelson added bug Something isn't working P1 cdi CDI jpa/jta must-have backport Issues that are merged into a single branch, but missing in either master or previous release 4.x Version 4.x labels Sep 8, 2023
@ljnelson ljnelson self-assigned this Sep 8, 2023
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Sep 8, 2023
@ljnelson ljnelson merged commit 021d343 into helidon-io:main Sep 9, 2023
12 checks passed
@ljnelson ljnelson added this to the 4.0.0-RC1 milestone Sep 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x backport Issues that are merged into a single branch, but missing in either master or previous release bug Something isn't working cdi CDI jpa/jta must-have OCA Verified All contributors have signed the Oracle Contributor Agreement. P1
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

NonTransactionalEntityManager is normal-scoped but does not declare a zero-argument non-private constructor
2 participants