ovirt-engine-sdk-java
ovirt-engine-sdk-java copied to clipboard
The oVirt Java SDK
Following the creation of 4.5 branch, snapshot version is changed to 4.6.0 Signed-off-by: Ori Liel
I have a question regarding the intended usage of this lib. how long can I keep a `Connection` Object without closing it? I want to use the SDK in a...
Bumps [io.undertow:undertow-core](https://github.com/undertow-io/undertow) from 2.2.25.Final to 2.3.5.Final. Commits a55aeac Prepare 2.3.5.Final 86bf19d Merge pull request #1452 from fl4via/INVESTIGATE_BUFFER_LEAK_SSLCONDUIT a9fe3d0 [UNDERTOW-2252] Potential fix for the SslConduit.dataToUnwrap buffer leak 1b76306 Merge pull request...
method: HttpConnection.send(HttpUriRequest request, boolean failedAuth) **old:** ``` private HttpResponse send(HttpUriRequest request, boolean failedAuth) { try { injectHeaders(request); HttpResponse response = client.execute(request); /** * If the request failed because of authentication,...
Bumps [io.undertow:undertow-core](https://github.com/undertow-io/undertow) from 2.2.25.Final to 2.3.14.Final. Release notes Sourced from io.undertow:undertow-core's releases. v2.3.14.Final Includes CVES: CVE-2024-6162 CVE-2024-27316 CVE-2023-5685 Release Notes - Undertow - Version 2.3.14.Final Commits d8edb8b Prepare 2.3.14.Final 58dd3f8...
This library does not allow you to specify a Proxy for the connection. This adds support for passing Proxy Information for both SOCKS or HTTP proxies
Hello. We found an issue that make our java process to frezze. We are trying to disconnect the service when the service is down. i think the issue is when...