[infinispan-issues] [JBoss JIRA] (ISPN-6011) ClassCastException in CDI generated keys for JCache
Galder Zamarreño (JIRA)
issues at jboss.org
Thu Dec 3 10:06:00 EST 2015
Galder Zamarreño created ISPN-6011:
--------------------------------------
Summary: ClassCastException in CDI generated keys for JCache
Key: ISPN-6011
URL: https://issues.jboss.org/browse/ISPN-6011
Project: Infinispan
Issue Type: Bug
Affects Versions: 8.0.2.Final, 8.1.0.CR1
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 8.1.0.Final
When using JCache-annotations the DefaultCacheKeyGenerator exclusively looks at parameter values to form the cache key. Therefore it will be very likely that collissions occur (resulting in difficult to find ClassCastExceptions). The provided patch uses the method- and class names as additionally values to make the cache key more unique.
Might also add that I am aware that by spec this should not be an issue when no cachename is given (as it should generate a cache using the class-name), but when a cache name is given collissions may occur.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the infinispan-issues
mailing list