|
|
|
4/24/2014 4:19:44 PM
Meyer <pierre@mouraf.org>
|
4/24/2014 11:46:00 AM
be double encoded, i.e. { "city" => "Carrot City", "billing_address" => "address[postcode]=12345" }
should be sent as:
pluginProperty=city%3DCarrot%20City&pluginProperty=billing_address%3Daddress%5Bpostcode%5D%3D12345
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
4/24/2014 9:29:13 AM
Meyer <pierre@mouraf.org>
|
4/23/2014 1:53:10 PM
map values are ordered chronologically.
The sort comparison (via RolledUpUsageForUnitTypes#compareTo) is a no-op, as the
end date of the left interval is equal to the start date of the right interval.
On jdk 8, the map values are inversed. We need to try harder in the compareTo method
to actually sort the intervals.
Signed-off-by: Pierre-Alexandre Meyer <pierre@mouraf.org>
|
4/23/2014 1:15:07 PM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|
4/23/2014 11:47:54 AM
Pierre-Alexandre Meyer <pierre@mouraf.org>
Conflicts:
osgi-bundles/libs/killbill/pom.xml
|
4/2/2014 11:23:58 AM
Pierre-Alexandre Meyer <pierre@mouraf.org>
|