]
Manik Surtani resolved ISPN-1374.
---------------------------------
Fix Version/s: (was: 5.1.0.BETA1)
(was: 5.1.0.FINAL)
Resolution: Duplicate Issue
See ISPN-1190
ModuleProperties ignores classloader parameter when returning cached
values
---------------------------------------------------------------------------
Key: ISPN-1374
URL:
https://issues.jboss.org/browse/ISPN-1374
Project: Infinispan
Issue Type: Bug
Affects Versions: 5.0.0.FINAL
Reporter: Sanne Grinovero
Assignee: Manik Surtani
The class org.infinispan.util.ModuleProperties is being invoked with a classloader
parameter, but will cache whatever it builds in static fields, and the cached values are
returned to subsequent invocations _whatever the classloader_ being used at the new
invocation.
Seems related to ISPN-1190: I think the ModuleProperties should not use static fields at
all.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: