
Oved Ourfali has submitted this change and it was merged. Change subject: xmlrpc: marshalling of Long type ...................................................................... xmlrpc: marshalling of Long type The change let people use 64bit numerical type (long) with xmlrpc. Jsonrpc already supports long type. There is xmlrpc extension i8 which let people use long type but we do not want to enable it due to backward compatibility reasons. In order to use this code developer needs to add method name to SUPPORTED_METHODS_FOR_LONG_CONVERSION collection. This reduces overhead of type fixing only to known methods. Long type is normalized to string to let older vdsms understand the value. Change-Id: I97ffc2da3703dbf7ce58607b7461a02aea35f2bb Signed-off-by: pkliczewski <piotr.kliczewski@gmail.com> --- M backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/xmlrpc/XmlRpcUtils.java 1 file changed, 35 insertions(+), 0 deletions(-) Approvals: Piotr Kliczewski: Verified Martin Sivák: Looks good to me, but someone else must approve Yair Zaslavsky: Looks good to me, but someone else must approve Oved Ourfali: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/34854 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I97ffc2da3703dbf7ce58607b7461a02aea35f2bb Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: Antoni Segura Puimedon <asegurap@redhat.com> Gerrit-Reviewer: Martin Sivák <msivak@redhat.com> Gerrit-Reviewer: Oved Ourfali <oourfali@redhat.com> Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: Roy Golan <rgolan@redhat.com> Gerrit-Reviewer: Saggi Mizrahi <smizrahi@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzaslavs@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server