-
-
Notifications
You must be signed in to change notification settings - Fork 83
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
WstxEventFactory: Ensure events' immutable non-null location #205
Conversation
This should probably be handled already in the abstract base Stax2EventFactoryImpl, or it should document (@implNote) subclasses have to override and implement setLocation() explicitly to be conformant.
> The values are copied by value into the events created by this factory.
@cowtowncoder, would you review this, when you get the time? |
Hi @stanio! Thank you for contributing this & apologies for slow follow-up. I am traveling for work this week but will try to review this when I get home. |
@stanio I am now reviewing this and it looks good so far so I think there won't be issues. But one last process thing before I can merge the fix is to get a CLA from https://github.com/FasterXML/jackson/blob/master/contributor-agreement.pdf (unless you have sent one for Woodstox or Jackson contributions). Looking forward to merging this; will now complete the review. |
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.
LGTM
Ok, so after getting CLA & merging, I think I'll backport this into 6.6 for inclusion in 6.6.3 (should be easy to cherry-pick). Thank you again for contributing this! |
I have sent my CLA earlier today. |
Merged into |
Addresses #204:
The latter is a secondary issue noted in the original report.