[
https://issues.apache.org/jira/browse/MYFACES-2680?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe resolved MYFACES-2680.
-------------------------------------
Fix Version/s: 1.1.8-SNAPSHOT
1.2.9-SNAPSHOT
2.0.1-SNAPSHOT
Resolution: Fixed
> Cache renderKit used
> --------------------
>
> Key: MYFACES-2680
> URL: https://issues.apache.org/jira/browse/MYFACES-2680
> Project: MyFaces Core
> Issue Type: Improvement
> Affects Versions: 1.1.7, 1.2.8, 2.0.0
> Reporter: Leonardo Uribe
> Assignee: Leonardo Uribe
> Fix For: 1.1.8-SNAPSHOT, 1.2.9-SNAPSHOT, 2.0.1-SNAPSHOT
>
>
> Discussing some extval stuff, it was found myfaces always try to retrieve the
> renderkit factory to get the current renderkit, ignoring the method
> FacesContext.getRenderKit().
> FacesContext implementation cache a renderkit factory instance and on that
> place we could cache the current renderkit too. Doing some tests with extval
> on mojarra we discover that it creates very few instances (between 2 to 4)
> and myfaces creates many of them, because extval renderkit create wrappers
> over and over and myfaces does not cache them.
> In theory, the renderkit instance used is per view, so in a single request it
> is expected this instance changes by most twice. I think we should commit
> this change on all branches (1.1.x, 1.2.x and 2.0.x).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.