Merge branch '4.18'

This commit is contained in:
Daan Hoogland 2023-07-07 11:49:35 +02:00
commit a706bf2380
10 changed files with 8 additions and 10 deletions

View File

@ -80,4 +80,4 @@ public class DirectDownloadHelper {
DirectTemplateDownloader checker = getCheckerDownloader(url);
return checker.getRemoteFileSize(url, format);
}
}
}

View File

@ -58,4 +58,4 @@ public interface DirectTemplateDownloader {
* Get the list of checksums within a metalink content
*/
List<String> getMetalinkChecksums(String metalinkUrl);
}
}

View File

@ -249,4 +249,4 @@ public class HttpsDirectTemplateDownloader extends DirectTemplateDownloaderImpl
}
return null;
}
}
}

View File

@ -99,4 +99,4 @@ public class HttpsMultiTrustManager implements X509TrustManager {
}
return null;
}
}
}

View File

@ -174,4 +174,4 @@ public class MetalinkDirectTemplateDownloader extends DirectTemplateDownloaderIm
return downloader.getMetalinkChecksums(metalinkUrl);
}
}
}

View File

@ -43,4 +43,3 @@ public class JavaStorageLayerTest {
}
}
}

View File

@ -69,4 +69,4 @@ public class BaseDirectTemplateDownloaderTest {
ByteArrayInputStream inputStream = new ByteArrayInputStream(httpMetalinkContent.getBytes(StandardCharsets.UTF_8));
Mockito.when(httpEntity.getContent()).thenReturn(inputStream);
}
}
}

View File

@ -33,4 +33,4 @@ public class HttpsDirectTemplateDownloaderTest extends BaseDirectTemplateDownloa
Assert.assertEquals(1, metalinkUrls.size());
Assert.assertEquals(httpMetalinkUrl, metalinkUrls.get(0));
}
}
}

View File

@ -32,4 +32,4 @@ public class MetalinkDirectTemplateDownloaderTest extends BaseDirectTemplateDown
boolean result = metalinkDownloader.checkUrl(httpsUrl);
Assert.assertTrue(result);
}
}
}

View File

@ -350,4 +350,3 @@ Supported Virtual machine operations - live migration of VM to another host, vir
Supported Volume operations - attach/detach volume, live migrate volume between two StorPool primary storages, volume snapshot, delete snapshot, revert snapshot
Note: volume snapshot are allowed only when `sp.bypass.secondary.storage` is set to `true`. This means that the snapshots are not backed up to secondary storage