|
12/8/2013 6:16:19 PM
events
This fixes https://github.com/killbill/killbill/issues/135.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
12/6/2013 2:44:26 PM
any occurrence in production logs for
blocking states, but this may be common for subscription
base events (changes in the same day). For the latter use case,
we trust createdDate as a proxy.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
|
12/6/2013 2:22:41 PM
overlapping entitlement events and populate missing
next plan information under certain circumstances.
This closes https://github.com/killbill/killbill/issues/134 and
https://github.com/killbill/killbill/issues/140.
This also:
* removes RE_CREATE handling code, as it is not needed anymore and
helps simplify the code
* extract DefaultSubscriptionEvent to its own file for simplicity
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
12/5/2013 11:20:56 AM
functional change.
Signed-off-by: Pierre-Alexandre Meyer <pierre@ning.com>
|
12/9/2013 10:40:25 PM
we don't use reflection when mapping back results from ResultSet.
When there is a large number of results returned * large number of columns this starts to become significant.
This will save between 10 and 15 uSec per value, so for 400 rows returned * 15 fields -> 90 mSec.
(If the call makese several of those queries, for e.g 3 queries -> 270 mSec).
|
12/6/2013 12:39:30 AM
version
|
|
|