Issue Type: Improvement Improvement
Affects Versions: 5.0.0.Alpha2
Assignee: Gunnar Morling
Components: engine
Created: 17/Dec/12 4:14 AM
Description:

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.

Fix Versions: 5.0.0.Beta1
Project: Hibernate Validator
Priority: Major Major
Reporter: Gunnar Morling
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