Skip to content

Commit 778b1f9

Browse files
committed
1 parent bc5728a commit 778b1f9

File tree

5 files changed

+3
-5
lines changed

5 files changed

+3
-5
lines changed

plugins/hypervisors/ovm/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
</parent>
3030
<dependencies>
3131
<dependency>
32-
<groupId>net.java.dev.vcc.thirdparty</groupId>
32+
<groupId>com.citrix.hypervisor</groupId>
3333
<artifactId>xen-api</artifactId>
3434
<version>${cs.xapi.version}</version>
3535
</dependency>

plugins/hypervisors/xenserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<scope>compile</scope>
4545
</dependency>
4646
<dependency>
47-
<groupId>net.java.dev.vcc.thirdparty</groupId>
47+
<groupId>com.citrix.hypervisor</groupId>
4848
<artifactId>xen-api</artifactId>
4949
<version>${cs.xapi.version}</version>
5050
</dependency>

plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/discoverer/XcpServerDiscoverer.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ protected boolean poolHasHotFix(Connection conn, String hostIp, String hotFixUui
265265
} catch (Exception e) {
266266
logger.debug("Caught exception during logout", e);
267267
}
268-
conn.dispose();
269268
conn = null;
270269
}
271270

plugins/hypervisors/xenserver/src/main/java/com/cloud/hypervisor/xenserver/resource/XenServerConnectionPool.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,6 @@ public Connection connect(String hostUuid, String poolUuid, String ipAddress,
231231
} catch (Exception e) {
232232
LOGGER.debug("Caught exception during logout", e);
233233
}
234-
conn.dispose();
235234
}
236235
if (!hostenabled) {
237236
String msg = "Unable to create master connection, due to master Host " + ipAddress + " is not enabled";

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<cs.trilead.version>build-217-jenkins-27</cs.trilead.version>
185185
<cs.vmware.api.version>8.0</cs.vmware.api.version>
186186
<cs.winrm4j.version>0.5.0</cs.winrm4j.version>
187-
<cs.xapi.version>6.2.0-3.1</cs.xapi.version>
187+
<cs.xapi.version>8.1.0</cs.xapi.version>
188188
<cs.xmlrpc.version>3.1.3</cs.xmlrpc.version>
189189
<cs.xstream.version>1.4.20</cs.xstream.version>
190190
<org.springframework.version>5.3.26</org.springframework.version>

0 commit comments

Comments
 (0)