You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TCKs are passing when I exclude the tests that deploy war files, and the signature test.
The problem is that these tcks are not published in maven. Jersey is taking them in this way: wget -q https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-restful-ws-tck-3.1.1.zip -O jakarta-restful-ws-tck-3.1.1.zip
@tomas-langer question: Do we make TCKs to be published in maven repo, or do I make similar approach than Jersey with a maven plugin?.
tomas-langer
changed the title
4.x: Upgrade Jersey to 3.1.0
4.x: Upgrade Jersey to 3.1.1
Feb 6, 2023
Let's wait for the TCK to be available in Maven central (unless they already are).
For certification purposes, we will add a separate job to use the proper TCK zip file.
Let's wait for the TCK to be available in Maven central (unless they already are). For certification purposes, we will add a separate job to use the proper TCK zip file.
I have more information about this topic.
The jars cannot be published in Maven central because of a license issue, and this is not going to be fixed in EE10.
The bundle (the zip file containing the jars) can be published, and this is in progress. I guess this is the only option we have right now, unless we want to wait for EE11.
Upgrade Jersey:
The text was updated successfully, but these errors were encountered: