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

Initial attempt at generating the persistence.xml files into the test tree #1447

Merged
merged 2 commits into from
Aug 16, 2024

Conversation

starksm64
Copy link
Contributor

Related Issue(s)
Related to #1317

Describe the change
Takes the EE10 transformed persistence.xml and maps the class names to the EE11 version and add the persistence.xml file to the test repo.

Additional context
Add any other context about the problem here.

CC @alwin-joseph @anajosep @arjantijms @cesarhernandezgt @dblevins @m0mus @edbratt @gurunrao @jansupol @jgallimore @kazumura @kwsutter @LanceAndersen @bhatpmk @RohitKumarJain @shighbar @gthoman @brideck @OndroMih @dmatej
@starksm64 @scottmarlow

… tree

Related to jakartaee#1317

Signed-off-by: Scott M Stark <starksm64@gmail.com>
… tree

Signed-off-by: Scott M Stark <starksm64@gmail.com>
<persistence-unit name="CTS-EM" transaction-type="JTA">
<description>Persistence Unit for CTS Vehicle Tests</description>
<jta-data-source>jdbc/DB1</jta-data-source>
<class>ee.jakarta.tck.persistence.ee.entityManagerFactory.Order</class>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ee.jakarta.tck.persistence.ee.entityManagerFactory.Order looks like a valid (mapped) class reference which in my local #1442 branch looks right.

@starksm64 starksm64 merged commit ed93697 into jakartaee:main Aug 16, 2024
2 checks passed
@starksm64 starksm64 deleted the issue1317 branch August 20, 2024 16:46
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.

2 participants