[jboss-jira] [JBoss JIRA] (JBWEB-263) Remove WeakHash map from BeanELResolver and depend on proper callback to remove bean properties
Remy Maucherat (JIRA)
jira-events at lists.jboss.org
Wed Feb 13 10:03:56 EST 2013
[ https://issues.jboss.org/browse/JBWEB-263?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12753926#comment-12753926 ]
Remy Maucherat edited comment on JBWEB-263 at 2/13/13 10:03 AM:
----------------------------------------------------------------
Making this change is certainly not an option. Static = no (because it uses a String as a key). The more recent versions of BeanELResolver have had changes and use a Class as a key (in which case it would work if static).
was (Author: rmaucher):
Making this change is certainly not an option. Static = no.
> Remove WeakHash map from BeanELResolver and depend on proper callback to remove bean properties
> -----------------------------------------------------------------------------------------------
>
> Key: JBWEB-263
> URL: https://issues.jboss.org/browse/JBWEB-263
> Project: JBoss Web
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Bartosz Baranowski
> Assignee: Remy Maucherat
> Attachments: JBWEB-263.patch
>
>
> As in subject. Even though its a weakhashmap( and current source has the ConcurrentCache.
> Affected version: 2.1.12.GA - http://svn.jboss.org/repos/jbossweb/branches/2.1.x/
> Fix version: next( EAP depends on 2.1.13.GA-patch01 or JBOSSWEB_2_1_12_GA_patch03 )
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list