|
1/16/2015 3:14:12 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/15/2015 5:29:37 PM
fixes: java.sql.SQLDataException: Data too long for column 'updated_by' at row 1
as updated_by was set to org.killbill.billing.payment.core.janitor.PendingTransactionTask,
which is longer than the updated_by column.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|
|
1/14/2015 4:16:52 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/14/2015 3:24:27 PM
path was broken because the newly supplied credentials
were being validated.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/14/2015 1:58:33 PM
256, the space taken by the index is 256 * 3 = 768,
which exceeds the maximum length of an InnoDB index (767).
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/14/2015 12:28:32 PM
behavior was to either require tenant information
in the request and validate it or bypass the filter completly.
This wasn't enough for plugins which can choose to expose tenant
specific (e.g. Analytics export data API) or agnostic
(e.g. Stripe tokenize credit card page) endpoints.
This new patch will always honor tenant headers if specified
and only fail the request when these are mandatory.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
1/14/2015 11:46:42 AM
test
See https://github.com/killbill/killbill/issues/248.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|