syndesisio / syndesis-rest

The API for Syndesis - a flexible, customizable, cloud-hosted platform that provides core integration capabilities as a service. It leverages Red Hat's existing product architecture using OpenShift Online/Dedicated and Fuse Integration Services.
https://syndesis-staging.b6ff.rh-idev.openshiftapps.com/api/v1/
Apache License 2.0
6 stars 17 forks source link

fix: Add unit directly to amount #714

Closed rhuss closed 7 years ago

rhuss commented 7 years ago

As it is seems that Quantity doesn't honor the unit when deserializing.

Fixes #713

jimmibot commented 7 years ago

@rhuss, thanks! @KurtStam, please review this.

rhuss commented 7 years ago

retest this please

pure-bot[bot] commented 7 years ago

Pull request approved by @chirino - applying approved label

jimmidyson commented 7 years ago

the (de)serialisation rules are pretty complex so we didn't implement this properly in the Java client... lazy coders!

chirino commented 7 years ago

Manual merging since this is just waiting for Jenkins CI and that seems a little broken at the moment.