Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork233
Fix for #356, multiple class adapted for the feature.#357
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:3.x
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
- Accepts new annotation for collection type.
This functional usually called from the factories of various frameworks like spring needs to resolve the the type of `value` directly rather than trying to figure parameter of some generic.
src/main/java/com/fasterxml/jackson/dataformat/xml/ser/XmlSerializerProvider.java OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
cowtowncoder commentedAug 30, 2019
Ah, this looks good I think; I will try to go through with it in more detail, but wanted to mention that this is on my radar for things to go in 2.10 (but I'm also bit overload with all changes :) ). Only one more question: have I already asked for CLA? If not, it's here: https://github.com/FasterXML/jackson/blob/master/contributor-agreement.pdf and we'd need a filled copy before first merged contribution (apologies if I have already asked and gotten one). |
Uh oh!
There was an error while loading.Please reload this page.
(fix for#356)
Hey I have made a few improvements to fix the issue. All tests cases are passing but I definitely need a review for this commit.