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

4.x: Fix buffering of content in our Jersey integration. #8461

Merged
merged 4 commits into from
Mar 8, 2024

Conversation

tomas-langer
Copy link
Member

Description

Fix buffering of content in Jersey (our integration), to use Content-Length instead of chunked encoding for smaller entities.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@tomas-langer tomas-langer added bug Something isn't working jax-rs JAX-RS and Jersey related issues 4.x Version 4.x labels Mar 8, 2024
@tomas-langer tomas-langer self-assigned this Mar 8, 2024
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Mar 8, 2024
@tomas-langer tomas-langer added this to the 4.0.6 milestone Mar 8, 2024
spericas added 2 commits March 8, 2024 13:07

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
@spericas spericas force-pushed the jaxrs-buffering branch 2 times, most recently from 9d62e10 to 3640a0f Compare March 8, 2024 21:53

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…on-io#8462)

* Also catch UncheckedIOException in test.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

* Attempt to fix TCK download.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

---------

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
@spericas spericas merged commit 083c1ba into helidon-io:main Mar 8, 2024
12 checks passed
hrstoyanov pushed a commit to hrstoyanov/helidon that referenced this pull request Mar 12, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
…8461)

* Fix buffering of content in our Jersey integration.

* Replace old comment in JaxRsService.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

* Attempt to fix TCK download.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

* Also catch UncheckedIOException in test to handle broken pipes (helidon-io#8462)

* Also catch UncheckedIOException in test.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

* Attempt to fix TCK download.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

---------

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

---------

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
Co-authored-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
hrstoyanov pushed a commit to hrstoyanov/helidon that referenced this pull request Mar 12, 2024

Verified

This commit was signed with the committer’s verified signature.
Brooooooklyn LongYinan
…8461)

* Fix buffering of content in our Jersey integration.

* Replace old comment in JaxRsService.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

* Attempt to fix TCK download.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

* Also catch UncheckedIOException in test to handle broken pipes (helidon-io#8462)

* Also catch UncheckedIOException in test.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

* Attempt to fix TCK download.

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

---------

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>

---------

Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
Co-authored-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
@tomas-langer tomas-langer deleted the jaxrs-buffering branch August 23, 2024 10:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4.x Version 4.x bug Something isn't working jax-rs JAX-RS and Jersey related issues OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants