In XmlParserHelper we use the method XMLInputFactory#newFactory(). This method is available only in Java 1.6.0_18 and later due to an update of the StAX API.
As we generally target Java 6, we should use the method XMLInputFactory#newInstance() instead which does the same and is available in all Java 6 releases.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira