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

XML: fix subtree with namespace parsing #1277

Merged
merged 2 commits into from
Oct 19, 2018

Conversation

duartepinto
Copy link
Contributor

@duartepinto duartepinto commented Oct 18, 2018

Pull request to fix issue #1276
Call of the function Document.createElementNS in Subtree had the arguments in inverted order (see documentation here)

@lightbend-cla-validator

Hi @444Duarte,

Thank you for your contribution! We really value the time you've taken to put this together.

Before we proceed with reviewing this pull request, please sign the Lightbend Contributors License Agreement:

http://www.lightbend.com/contribute/cla

@duartepinto
Copy link
Contributor Author

I already signed the CLA

Copy link
Member

@ennru ennru left a comment

Choose a reason for hiding this comment

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

LGTM.

@ennru
Copy link
Member

ennru commented Oct 19, 2018

Would be great if you'd add a test with your example.

@ennru ennru added the p:xml label Oct 19, 2018
@ennru ennru changed the title Fixed bug where parsing XML with namespace was throwing exception XML: fix subtree with namespace parsing Oct 19, 2018
@duartepinto
Copy link
Contributor Author

@ennru Just added a test with the example!

@ennru ennru merged commit abf54f7 into akka:master Oct 19, 2018
@ennru ennru added this to the 1.0-M2 milestone Oct 19, 2018
@ennru
Copy link
Member

ennru commented Oct 19, 2018

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants