-
Notifications
You must be signed in to change notification settings - Fork 112
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
Improve usability of JPA TCK #1291
Improve usability of JPA TCK #1291
Conversation
By the way, I noticed that the JPA TCK must currently be run with JDK 21, because the Glassfish asadmin command requires JDK 21. I'm seeing the following error:
Is that expected or should the final Glassfish version support JDK17 again? |
the EE Runtime does not have to be GF 8; it can be previous version, WildFly or whatever else... |
This is a usual bug - the exec must respect JAVA used to execute it, while
Actually we have two branches:
Am I right that the primary target of the JEE11 is Java 21, so everything must run with that too? |
Implementations are expected for both JDK 17 + 21. From https://jakartaee.github.io/platform/jakartaee11/JakartaEE11ReleasePlan:
|
51e86a4
to
bf8d76d
Compare
If you could merge and publish another persistence-tck ZIP @lukasj, I can test that next week and ensure everything is fine for a release by the end of next week. |
bf8d76d
to
0edfcb5
Compare
0edfcb5
to
24d55ac
Compare
<version>${postgresql.jdbc.version}</version> | ||
</dependency> | ||
</dependencies> | ||
</profile> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm late to review this but this change looks good to me.
Fixes Issue
No issue created for this yet, but I can do so if you need me to. The main goal of this PR is to improve the JPA testing experience by allowing to omit certain system variables when activating certain profiles.
There is also a small README which explains how to run JPA spec tests from within IntelliJ.
Describe the change
See the commit messages
CC @alwin-joseph @anajosep @arjantijms @cesarhernandezgt @dblevins @m0mus @edbratt @gurunrao @jansupol @jgallimore @kazumura @kwsutter @LanceAndersen @bhatpmk @RohitKumarJain @shighbar @gthoman @brideck @OndroMih @dmatej
@starksm64 @scottmarlow