Community
Participate
Working Groups
Currently we create an ArrayList for nonAttributeChildrenList even when it just contains a single text node. Since XPathNode is already aware of text nodes we should be able to optimize this. This would eliminate an ArrayList per direct mapping to an XML element.
Created attachment 208491 [details] Core - Fix
Fix checked into 2.3.3 at rev: 10588 Fix checked into trunk at rev: 10592 Code reviewed by: Denise Smith Fix Details: Now only for mixed content use cases will the text node be added to the nonAttributeChildren List. This will never happen when used the standard JAXB 2 (JSR-222) mappings.
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink