-
Notifications
You must be signed in to change notification settings - Fork 41.5k
Update instructions on how to use JAXB as XML renderer #16005
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. I've made a suggestion.
---- | ||
|
||
If Jackson's XML extension is not available, JAXB (provided by default in the JDK) is | ||
If Jackson's XML extension is not available, JAXB (provided by default in the JDK 8) is |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rather than focusing on JDK 8 and now that this is an optional feature, I'd prefer if we rephrase that section along the lines of "if available".
Should I rebase the PR against 2.1.x or will the change be cherry-picked into 2.1.x ? |
Don't worry about that we can take care of it |
@larsgrefer I did requested a change though, are you willing to update the PR? |
Update instructions on how to use JAXB as XML renderer.
@snicoll I've restructured the section and added more general instructions on how to use JAXB. |
* pr/16005: Polish "Update instructions on how to use JAXB as XML renderer" Update instructions on how to use JAXB as XML renderer
No description provided.