Alona Kaplan has posted comments on this change. Change subject: core: Adds custom properties to VmDevice ......................................................................
Patch Set 7: (1 inline comment) .................................................... File backend/manager/modules/utils/src/main/java/org/ovirt/engine/core/utils/customprop/DevicePropertiesUtils.java Line 253: * @param type Line 254: * specified device type Line 255: * @return map of device properties Line 256: */ Line 257: public Map<String, Pattern> getDeviceProperties(Version version, VmDeviceGeneralType type) { Due to GWT limitations "Pattern" class can't be used in the client side. In GetDeviceCustomPropertiesQuery can you please return a Map<String, String> instead of Map<String, Pattern>? Line 258: if (!FeatureSupported.deviceCustomProperties(version)) { Line 259: return Collections.emptyMap(); Line 260: } Line 261: -- To view, visit http://gerrit.ovirt.org/14814 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I07daa5cccbf8e3cbd6b4191bbc8ebf0729d9d9a0 Gerrit-PatchSet: 7 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Martin Peřina <mper...@redhat.com> Gerrit-Reviewer: Allon Mureinik <amure...@redhat.com> Gerrit-Reviewer: Alona Kaplan <alkap...@redhat.com> Gerrit-Reviewer: Martin Peřina <mper...@redhat.com> Gerrit-Reviewer: Michal Skrivanek <michal.skriva...@redhat.com> Gerrit-Reviewer: Moti Asayag <masa...@redhat.com> Gerrit-Reviewer: Yair Zaslavsky <yzasl...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches