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

JAXB Decoder doesn't support generics #759

Closed
RicardoRdzG opened this issue Aug 8, 2018 · 0 comments
Closed

JAXB Decoder doesn't support generics #759

RicardoRdzG opened this issue Aug 8, 2018 · 0 comments
Labels
bug Unexpected or incorrect behavior help wanted Issues we need help with tackling

Comments

@RicardoRdzG
Copy link
Contributor

Trying to decode instances of generics objects throws an exception because JAXBDecoder can't produce a context.
The raw type can be extracted and used for creating a JAXBContext for the generic type.

RicardoRdzG pushed a commit to RicardoRdzG/feign that referenced this issue Aug 9, 2018
@kdavisk6 kdavisk6 added bug Unexpected or incorrect behavior help wanted Issues we need help with tackling labels Aug 10, 2018
velo pushed a commit that referenced this issue Oct 7, 2024
* Allow decoding of parameterizedTypes (generics)

* Allow decoding of parameterizedTypes (generics)
velo pushed a commit that referenced this issue Oct 8, 2024
* Allow decoding of parameterizedTypes (generics)

* Allow decoding of parameterizedTypes (generics)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected or incorrect behavior help wanted Issues we need help with tackling
Projects
None yet
Development

No branches or pull requests

2 participants