|
8/7/2014 4:45:58 PM
code to get log4jdbc-log4j2 support.
The default logback.xml configuration will print out only sqltiming logs,
grouped by thread name.
Grouping by thread name may not be what we want ultimately: although it
helps having bus and notification queues stats in their own files, since we have
several plugin threads and thread pool executors, the other queries
end up spread across several files.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|
|
8/6/2014 5:37:00 PM
data
Harden code to fix sporadic failure in intergation tests
Signed-off-by: stephane brossier <sbrossier@groupon.com>
|
|
8/5/2014 9:49:23 PM
NPEs that occured when invoice retrives the billing events associated with an account when a subscription start date is in the future (e.g transfer EOT)
- Fix Glitches with dates by ensuring that context createdDate -- used quite extensively in invoice code would be set in UTC, and therefore localDate ends up where we expect it to be.
- Change default setting for payment PluginDispatcher timeout from 90sec -> 5sec
|
8/5/2014 9:43:31 PM
on the same date, we could end up with adding two fixed items when generating the new invoice items.
The fix will only keep the latest one by using a map to override previuous entry for the same date (and for the same subscription)
|
|
|