[cle-release-team] Possible blocker found in 2.9 which affects 10

Aaron Zeckoski azeckoski at unicon.net
Thu Apr 10 05:13:52 PDT 2014


I found what looks like a blocker related to caching. Please have a
look and comment on the ticket.

https://jira.sakaiproject.org/browse/KNL-1226

I am including a definition below in case you need it.

CACHE LOADER (CacheRefresher):
This is simply a cache miss loader (also known as a blocking cache
listener or cache warmer). This defines a kind of listener method
which will be called whenever a cache miss occurs. In other words, if
the cache is asked to retrieve an object by a key which does not exist
in the cache then this method will be called if defined for that
cache. Then the returned value will be returned from the lookup (or a
null if no new value was found) and
also inserted into the cache (unless the value was null).
Similar to https://github.com/jsr107/jsr107spec/blob/master/src/main/java/javax/cache/integration/CacheLoader.java
from the JSR-107 specification.
See KNL-1226 but this functionality is broken in Sakai trunk and 2.9 (at least)

-AZ


-- 
Aaron Zeckoski - Software Architect - http://tinyurl.com/azprofile


More information about the cle-release-team mailing list