Skip to content

Add Jakarta REST Request and Response return support#828

Open
arturobernalg wants to merge 1 commit into
apache:masterfrom
arturobernalg:jakarta-rest-client
Open

Add Jakarta REST Request and Response return support#828
arturobernalg wants to merge 1 commit into
apache:masterfrom
arturobernalg:jakarta-rest-client

Conversation

@arturobernalg
Copy link
Copy Markdown
Member

@arturobernalg arturobernalg commented May 3, 2026

Support jakarta.ws.rs.core.Response as a resource method return type,
including access to response metadata and entity decoding. Responses
declared as Response are returned to the caller even for non-successful
status codes.

@arturobernalg arturobernalg requested a review from ok2c May 3, 2026 12:15
@ok2c
Copy link
Copy Markdown
Member

ok2c commented May 11, 2026

@arturobernalg Looks good overall. ClientRequest does not look very useful. I would drop it for now. I also would like to change the intermediate representation of the ClientResponse JSON content from byte array to JsonNode for better efficiency but this can be done as a separate change-set at a later point.

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

Successfully merging this pull request may close these issues.

2 participants