Skip to content
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

Open
dstepanov opened this issue May 16, 2024 · 2 comments
Open

Sources aren't published into maven central #1264

dstepanov opened this issue May 16, 2024 · 2 comments

Comments

@dstepanov
Copy link

To implement TCK frameworks like Micronaut, sources must be processed with the annotation processors, which requires recompiling the test sources.

@jamezp
Copy link
Contributor

jamezp commented May 17, 2024

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.

@jansupol
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants