Re: Recent changes to SerializedViewCollection

2015-03-24 Thread Kito Mann
Thanks, Leonardo. Totally missed that issue in JIRA. I was thinking we need to use an LRU data structure. Just removing the key and re-adding it is much simpler :-). ___ Kito D. Mann | @kito99 | Author, JSF in Action Virtua, Inc. | http://www.virtua.com | JSF/Java EE training and consulting http

Re: Recent changes to SerializedViewCollection

2015-03-23 Thread Leonardo Uribe
Hi Kito Checking the lists of issues, I think is this one: https://issues.apache.org/jira/browse/MYFACES-3886 SerializedViewCollection does not update it's _keys list when _serializedViews contains key It was fixed on 2.2.4. In 2.2.x branch we did some improvements to align state saving algorith