-
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
TCK Close the original stream of setEntityStream #1164
Conversation
radcortez
commented
Jul 24, 2023
- Fixes TCK Challenge: ee.jakarta.tck.ws.rs.ee.rs.container.responsecontext.JAXRSClientIT#setEntityStreamTest #1163
I can't link the issues, but this resolves #1163 |
@alwin-joseph @jamezp is this the right branch? Or should it be PR to master? |
IMO it just depends. There definitely needs to be a master one, but if there is any chance a new 3.1.x release of the TCK would be done, I do think it makes sense to add it to this branch as well. |
Referring to https://jakarta.ee/committees/specification/tckprocess/ what I understand is that
To conclude I think we have below options
Please correct me if I made any incorrect assumptions. |
Yes, RESTEasy should be compatibile. It was accepted here #1111 and has been shipping with WildFly. |
I'm fine if we can just exclude the test to certify and use 3.1.3. This is also RESTEAsy, but with Vert.x. Now sure why this was not an issue before. I guess some runtimes may be closing the stream, but this is not reliable. |
In that case, we can redirect this PR to the master branch. Thoughts ? |
I'm good with this plan |
@radcortez Can you please redirect this PR to branch release-4.0 or master. Will create another change to exclude the test for 3.1.4 TCK. |
@alwin-joseph Until we decide how to proceed with the branches, we should target PR's such as this one to both branches. |
Gentle reminder, the issue is resolved by excluding the test in 3.1.4 release in #1181. |
I've changed the base to |
34c47dc
to
c95064b
Compare
c95064b
to
5be68f6
Compare