-
Notifications
You must be signed in to change notification settings - Fork 121
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
Sources aren't published into maven central #1264
Comments
I'm seeing sources here https://repo1.maven.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/4.0.0/ for the API, but I don't see sources for the TCK. My understanding though is you need to download from https://download.eclipse.org/jakartaee/restful-ws/4.0/ which does include he sources. |
This is interesting. I completely understand the requirement for rebuilding the TCK tests, and it makes sense. It nicely demonstrates the progress of frameworks state from Java EE. Back then, only a few TCKs were allowed to be rebuilt and JAX-RS was not one of them. I certainly am not sure about the rules with Jakarta. However, the certification compatibility request (if it would be made official) includes the SHA of the TCK bundle which will change in the case where the tests are being rebuilt. It may make sense to discuss this with the Platform Spec committee. |
Along with the 4.0.1 TCK service release(includes fix for #1267), the sources are published to maven staging at https://jakarta.oss.sonatype.org/content/groups/staging/jakarta/ws/rs/jakarta-restful-ws-tck/4.0.1/ . Please help verify if the TCK and sources looks good. |
Downloaded and unpacked, they seem fine. |
Are you going to publish 4.0.1 into maven central? |
Yes, working on it. |
The 4.0.1 TCK is published to maven central https://repo1.maven.org/maven2/jakarta/ws/rs/jakarta-restful-ws-tck/4.0.1/ |
To implement TCK frameworks like Micronaut, sources must be processed with the annotation processors, which requires recompiling the test sources.
The text was updated successfully, but these errors were encountered: