-
Notifications
You must be signed in to change notification settings - Fork 597
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
Merge JPA 3.1.0 API and Eclipselink 4.0.0.70bac7a and update all JPA fats … #20804
Merge JPA 3.1.0 API and Eclipselink 4.0.0.70bac7a and update all JPA fats … #20804
Conversation
#build |
Please code review feature-related files, @OpenLiberty/delivery-approvers |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_SAKSgLtiEeyhmZ5zGPuLaA Target locations of links might be accessible only to IBM employees. |
#run-libby-bot Forgot to include persistence service changes (including the fat) for JPA 3.1. Fixed with commit 2. |
Please code review feature-related files, @OpenLiberty/delivery-approvers |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_-A5GsLtsEeyhmZ5zGPuLaA Target locations of links might be accessible only to IBM employees. |
#build looks like infra problems. |
Please code review feature-related files, @OpenLiberty/delivery-approvers |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_fmRsALvoEeyhmZ5zGPuLaA Target locations of links might be accessible only to IBM employees. |
Seems that infra problems affecting builds continue. #build |
Please code review feature-related files, @OpenLiberty/delivery-approvers |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_O_PIkLypEeyhmZ5zGPuLaA Target locations of links might be accessible only to IBM employees. |
#build |
Please code review feature-related files, @OpenLiberty/delivery-approvers |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_BW_70L8bEeyhmZ5zGPuLaA Target locations of links might be accessible only to IBM employees. |
If build keeps failing, I will rebase with integration HEAD and try again. |
18b1e32
to
88620b0
Compare
#run-libby-bot Rebased on latest integration to see if it resolves build issues. |
Please code review feature-related files, @OpenLiberty/delivery-approvers |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_YKeiUL_ZEeyhmZ5zGPuLaA Target locations of links might be accessible only to IBM employees. |
88620b0
to
c099cf4
Compare
#run-libby-bot |
The build jgrassel-20804-20220426-0533 |
The build jgrassel-20804-20220426-1100 |
The build jgrassel-20804-20220426-1158 |
Signed-off-by: Joe Grassel <jgrassel@us.ibm.com>
#run-libby-bot |
#build |
Please code review feature-related files, @OpenLiberty/delivery-approvers |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_FEIs0MYqEeyhmZ5zGPuLaA Target locations of links might be accessible only to IBM employees. |
… 9.3 Signed-off-by: Joe Grassel <jgrassel@us.ibm.com>
#run-libby-bot |
Joe's DHE check: ✔️ I found your oss_ibm.maven GAV artifacts on DHE. Thank you! ✔️ |
#build |
Please code review feature-related files, @OpenLiberty/delivery-approvers |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_COGYYMZtEeyhmZ5zGPuLaA Target locations of links might be accessible only to IBM employees. |
The build jgrassel-20804-20220427-0710 For help analyzing your personal build, go to https://cognitive.hursley.ibm.com/buildAnalysis.html?uuid=_FEIs0MYqEeyhmZ5zGPuLaA |
Signed-off-by: Joe Grassel <jgrassel@us.ibm.com>
#run-libby-bot |
Code analysis and actionsDO NOT DELETE THIS COMMENT.
|
Joe's DHE check: ✔️ I found your oss_ibm.maven GAV artifacts on DHE. Thank you! ✔️ |
#build |
Please code review feature-related files, @OpenLiberty/delivery-approvers |
Your personal build request is at https://wasrtc.hursley.ibm.com:9443/jazz/resource/itemOid/com.ibm.team.build.BuildResult/_fdK6MMbnEeyhmZ5zGPuLaA Target locations of links might be accessible only to IBM employees. |
The build jgrassel-20804-20220427-1508 |
The build jgrassel-20804-20220428-0544 For help analyzing your personal build, go to https://cognitive.hursley.ibm.com/buildAnalysis.html?uuid=_fdK6MMbnEeyhmZ5zGPuLaA |
Integrate JPA 3.1.0 API and Eclipselink 4.0.0.70bac7a. Updated all JPA FATs to also run
persistence-3.1
feature.Note: Tests which use CDI (com.ibm.ws.jpa.tests.eclipselink_fat, com.ibm.ws.jpa.tests.jpa_22_fat) are excluded from running persistence-3.1 until resolved.
Note: Noticed that the JPA API jars are missing
persistence_3_1.xsd
, so this pull request doesn't deliver complete JPA 3.1 functionality. Until this is rectified, cannot processpersistence.xml
files using the 3.1 schema level. (See jakartaee/persistence#372)