eclipse-ee4j / eclipse-ee4j/jersey
Use StAX instead of SAX for JAXB
Open
Component: media
jaxb
Priority: Major
Type: Improvement
- Dominant language
- Java
- Stars
- 730
- Forks
- 382
- PR merge metrics
- No merged PRs in 30d
Description
Is it possible to change SAXSource to StAX XMLInputFactory in org.glassfish.jersey.message.internal.XmlRootElementJaxbProvider?
JAXB RI use woodstox StAX implementation if possible because it has great perfomance advantages, so adding woodstox jar to classpath will increase XML marshalling and unmarshalling speed.
#### Affected Versions
[2.16]
Contributor guide
Assessment
This issue has not been assessed yet.