vmware / vic-ui

vSphere Integrated Containers Plug-In for vSphere Client provides information about your VIC setup and allows you to deploy VCHs directly from the vSphere Client.
Other
26 stars 25 forks source link

VIC UI is blocked on VC that including new refactoring H5 client API #698

Closed xuelichao closed 3 years ago

xuelichao commented 3 years ago
  1. In VIC UI java layer, we import QueryUtil class which will be moved into a new package: com.vmware.vise.data.query.QueryUtil -> com.vmware.vise.data.query.util.QueryUtil

  2. we can not simply fix it by update the import path to com.vmware.vise.data.query.util.QueryUtil Because it will block VIC UI running on lower version before H5 client API changing.

  3. Solution: Remove the code dependency on QueryUtil class.

    Add and implements three Functions to replace the original Functions the new three funcs will provide the same function.