This is an automated email from the ASF dual-hosted git repository.
pearl11594 pushed a change to branch support-xen84-py3
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
from 75c9fffed7c fix test test_guest_os due to missing template on xen 8.4
add 8ff139e5d64 xen-api: use
https://mvnrepository.com/artifact/com.citrix.hypervisor/xen-api (#10644)
No new revisions were added by this update.
Summary of changes:
plugins/hypervisors/ovm/pom.xml | 2 +-
plugins/hypervisors/xenserver/pom.xml | 2 +-
.../xenserver/discoverer/XcpServerDiscoverer.java | 1 -
.../xenserver/resource/CitrixResourceBase.java | 4 +
.../resource/XenServerConnectionPool.java | 8 +-
.../java/com/xensource/xenapi/ConnectionNew.java | 335 +++++++++++++++++++++
pom.xml | 2 +-
7 files changed, 346 insertions(+), 8 deletions(-)
create mode 100644
plugins/hypervisors/xenserver/src/main/java/com/xensource/xenapi/ConnectionNew.java