3/20/2017 7:19:56 PM
APIs (abstraction).
This will help with the Ehcache 3 upgrade, see https://github.com/killbill/killbill/issues/587.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/20/2017 6:24:39 AM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/17/2017 9:35:20 AM
CacheLoader has been replaced by CacheLoaderWriter. The new interface only
exposes a load(K key) method though, so we are unable to pass additional arguments anymore.
CacheControllerDispatcher, the caching abstraction in Kill Bill bridging to Ehcache,
has now been re-implemented to manually cache values when detecting a miss.
Note that this patch is made while we are still on Ehcache 2 to minimize the changes when
we are ready to upgrade the dependencies (it gives us a known working state to work from).
See https://github.com/killbill/killbill/issues/587.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/16/2017 5:30:25 AM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/16/2017 5:23:13 AM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/16/2017 5:16:26 AM
plugins
This fixes https://github.com/killbill/killbill/issues/349.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/15/2017 8:54:55 AM
in the future.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/15/2017 6:45:52 AM
from the plugins
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/14/2017 5:54:16 AM
fixes https://github.com/killbill/killbill/issues/618.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/14/2017 3:06:04 AM
https://github.com/killbill/killbill/issues/720.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|