[
https://issues.apache.org/jira/browse/TUSCANY-3167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Raymond Feng resolved TUSCANY-3167.
-----------------------------------
Resolution: Fixed
Fixed in 2.x, 1.x and 1.5.1 streams
> Look to cache JAXBPropertyDescriptor in XMLRootElementUtil
> ----------------------------------------------------------
>
> Key: TUSCANY-3167
> URL: https://issues.apache.org/jira/browse/TUSCANY-3167
> Project: Tuscany
> Issue Type: Improvement
> Components: Java SCA Data Binding Runtime
> Reporter: Scott Kurz
> Assignee: Raymond Feng
> Priority: Minor
>
> Profiling shows that method createPropertyDescriptorMap() is a bottleneck,
> with the underlying cause related to newing up this map every time:
> Map<String, JAXBPropertyDescriptor> map = new HashMap<String,
> JAXBPropertyDescriptor>();
> Look to cache somehow.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.