Add Jakarta REST Request and Response return support#828
Conversation
|
@arturobernalg Looks good overall. |
Done. I dropped ClientRequest / Request support and kept the change focused on Response. I also changed JSON Response entity decoding to parse into JsonNode once and reuse that tree for subsequent readEntity(...) calls. |
ok2c
left a comment
There was a problem hiding this comment.
@arturobernalg Please squash your changes
83f3e3e to
c399de5
Compare
Thank you |
@ok2c please let me know if you want to add any other feature to the Jackarta module |
@arturobernalg I will start a thread on the dev list to discuss release plans. We have plenty of new features already for the coming feature release. Please focus on polishing the new code and improving documentation. |
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.