|
|
|
3/23/2017 6:38:24 PM
Kill Bill core team <contact@killbill.io>
|
3/23/2017 12:24:44 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|
3/21/2017 8:03:19 AM
exist in Ehcache 3 anymore.
See https://github.com/killbill/killbill/issues/587.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/21/2017 6:51:54 AM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
3/21/2017 5:47:28 AM
operations on Ehcache 3 require the user to pass the expected
classes for both the key and the value.
To simplify the upgrade, do the same for our cache abstraction layer.
As part of this work, a bug was discovered in DefaultAccountApiBase:
the account id (UUID) was used to populate the ImmutableAccountData cache while
the account record id (Long) was expected instead. As a result, we probably
have a high miss rate on the ImmutableAccountData cache today.
See https://github.com/killbill/killbill/issues/587.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
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>
|