8/4/2013 1:02:03 PM
helper
Update to killbill-commons 0.2.1 and get rid of the util specific
GlobalLocker and MysqlTestingHelper.
This also fixes the tests with a local database (-Dcom.ning.billing.dbi.test.useLocalDb=true):
TestDefaultBlockingApi was creating a bad bundles table that would later on break subscriptions
tests.
Note that we needed to update all subprojects pom.xml as test-jars dependencies are not
transitive (see http://jira.codehaus.org/browse/MNG-1378).
Misc. changes:
* Update .idea files
* Add mysql as a defined group
Testing Done: ran all tests with the embedded DB and with my local DB.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
|
|
|
|
7/31/2013 12:06:03 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
7/30/2013 5:18:51 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
7/30/2013 12:06:19 PM
Praveen Agrawal <pkalwar@gmail.com>
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
7/29/2013 4:02:43 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
7/27/2013 11:46:22 AM
<pkalwar@gmail.com>
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
7/26/2013 6:37:42 PM
GET /1.0/kb/accounts/search/search_key GET /1.0/kb/paymentMethods/search/search_key
This required an update of killbill-api to 0.4.0 and
killbill-plugin-api to 0.3.0.
This also:
* fixes some jaxrs models which were missing an equals() implementation
* fixes the getPaymentMethodWithPluginInfo implementation in KillbillClient
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
7/25/2013 3:43:50 PM
GET /1.0/kb/invoices/invoice_number
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|