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

Add JAXRS3Decoder to allow using jakarta.ws.rs.core.Response as respo… #2361

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

chrste90
Copy link

…nse type

fixes #188

@velo I tried to create a pr for the old issue #188

What do you think about it? I can add tests if this is likely to be merged.

Copy link
Member

@velo velo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this is something merge-able... my only concern is dragging jackson (or any other JSON parsing library into the mix).

Is there any official jakarta.ws.Response.magicParser() available?

@@ -49,6 +49,11 @@
<artifactId>jakarta.ws.rs-api</artifactId>
<version>3.1.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jax-rs don't have a way to parse this without we manually parsing it using jackson?

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.

[question] How to use Feign with a JAX-RS interface defining jaxrs.Response as return types
2 participants