-
Notifications
You must be signed in to change notification settings - Fork 32
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
[Certification]: Compatibility certification request for Open Liberty 24.0.0.6-beta for Jakarta Data 1.0 (of Jakarta EE 11) #741
Comments
Closing as approved by lazy consensus |
Hi |
Yes, Open Liberty has a good amount of automated testing for Data that runs with each build to ensure it doesn't get broken. It is definitely working in that version. One simple example project is here, It should be noted that some configuration will be required, like enabling the |
Hi
Yes I have <feature>data-1.0 </feature> and dataSource in my server.xml.
I have already checked sample-jakarta-data.
Nothing is logged as error or trace.
Open liberty has started without any errors, meaning there is implemenation that satsfys @repository.
Method in the repostory interfcae is called but nothing happens.
I will check it again.
BR
Lulseged
…________________________________
From: Nathan Rauh ***@***.***>
Sent: Monday, February 17, 2025 21:13
To: jakartaee/data ***@***.***>
Cc: lulseged ***@***.***>; Comment ***@***.***>
Subject: Re: [jakartaee/data] [Certification]: Compatibility certification request for Open Liberty 24.0.0.6-beta for Jakarta Data 1.0 (of Jakarta EE 11) (Issue #741)
[njr-11]njr-11 left a comment (jakartaee/data#741)<#741 (comment)>
Hi This must work with the latest open liberty beta(25.0.0-2-beta) right? Is there any working example? I am not getting mine to work.
Yes, Open Liberty has a good amount of automated testing for Data that runs with each build to ensure it doesn't get broken. It is definitely working in that version. One simple example project is here,
https://github.com/OpenLiberty/sample-jakarta-data
It should be noted that some configuration will be required, like enabling the data-1.0 feature and configuring a data source to get it to connect to your database. You might also want to check for any errors in the logs.
—
Reply to this email directly, view it on GitHub<#741 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AA55GNJT7TYYWD4F7QQL2HD2QI7HTAVCNFSM6AAAAABXJ5SCK2VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMNRTHE4TSOJZGE>.
You are receiving this because you commented.
|
I would recommend opening an issue against the Open Liberty github project with a more detailed description of the scenario, including the repository interface you are using, the entity class, and the code where you are using it, along with clarification of what you mean by nothing happens. For example, you invoke the method and it completes but you don't see any updates in your database. Or it doesn't return any results. Or flow of control never returns to your application at all. |
The only difference I have with the sample-jakarta-data is that I have ear maven project and not war project. |
Organization
IBM
Implementation
Open Liberty 24.0.0.6-beta
Specification
Jakarta Data 1.0
Technology Compatibility Kit (TCK)
Jakarta Data 1.0 TCK | SHA
Technology Compatibility Kit (TCK) Validation
02dda1984b67f57bf6996942bea6b1234476e7d1a14bd5770f54f1264decaf35
Technology Compatibility Kit (TCK) Results
https://openliberty.io/certifications/jakartaee/11/data/24.0.0.6-beta-Java17-TCKResults.html
https://openliberty.io/certifications/jakartaee/11/data/24.0.0.6-beta-Java21-TCKResults.html
Additional Specification Requirements
Instructions to run the TCK with Open Liberty
Java Runtime(s)
Java 17 and Java 21:
Environments
Ubuntu (5.15.0-107-generic)
Eclipse Foundation Technology Compatibility Kit License (EFTL)
TCK Requirements and Compatibility
The text was updated successfully, but these errors were encountered: