This is an automated email from the ASF dual-hosted git repository.
jdaugherty pushed a change to branch GRAILS-10852
in repository https://gitbox.apache.org/repos/asf/grails-core.git
was 2490b46cfa Add config property grails.i18n.filecache.seconds - Set the
number of seconds to cache loaded properties files. grails.i18n.cache.seconds
is now - Set the number of seconds to cache the list of matching properties
files.
This change permanently discards the following revisions:
discard 2490b46cfa Add config property grails.i18n.filecache.seconds - Set the
number of seconds to cache loaded properties files. grails.i18n.cache.seconds
is now - Set the number of seconds to cache the list of matching properties
files.
discard 7fe316a4db GRAILS-10852 Add caching for binary plugin i18n lookups
discard 3e2a747fb1 use CacheEntry callback instead of reflection for entry
creation
discard 78ed48dfd9 Add callback for creating CacheEntry instance
discard caa2543149 Make inner class static
discard 4b5ac27ea7 replace setPluginCacheMillis with setPluginCacheSeconds for
consistence with other cache timeout settings
discard 08dfa0fde7 Reformat ReloadableResourceBundleMessageSource
discard 4cd89afa68 Use Grails version of ReloadableResourceBundleMessageSource
for PluginAwareResourceBundleMessageSource
discard d1c0d74515 add separate fileCacheMillis setting to optimized
ReloadableResourceBundleMessageSource - cacheMillis is now for caching the
scanning of properties files - fileCacheMillis is the interval for checking the
file for modifications
discard d0c0e74ccf non-blocking version of
ReloadableResourceBundleMessageSource
discard af3b15b2f8 Add possibility to reset timestamp in sub-class of
CacheEntry's when shouldUpdate returns false
discard dc5985c652 Add support for non-expiring entries
discard c69fd55622 Copy
org.springframework.context.support.ReloadableResourceBundleMessageSource to
Grails
discard eb1c7abbc3 migrate to grails.util.CacheEntry that is "cache storm" safe
discard 11a669dd1e Make it possible to use custom CacheEntry class when using
getValue helper method
discard 0928335178 Add "cache storm safe" helper method for retrieving values
from ConcurrentMap that uses CacheEntry
discard 13a8a90dc0 Move CacheEntry class to grails-core so that it can be
reused