Code changes needed to resolve openjdk17 issues
[ccsdk/cds.git] / ms / blueprintsprocessor / application / src / test / kotlin / org / onap / ccsdk / cds / blueprintsprocessor / uat / BlueprintsAcceptanceTest.kt
index 4a8da53..6349b44 100644 (file)
@@ -66,7 +66,7 @@ class BlueprintsAcceptanceTest(
                 .map { file ->
                     arrayOf(
                         file.nameWithoutExtension,
-                        FileSystems.newFileSystem(file.canonicalFile.toPath(), null)
+                        FileSystems.newFileSystem(file.canonicalFile.toPath(), null as? ClassLoader)
                     )
                 }
         }