From 71f63618fb83c8e19ae48d5dc4a6e3927031cc10 Mon Sep 17 00:00:00 2001 From: Dante Niewenhuis Date: Tue, 4 Nov 2025 21:09:38 +0100 Subject: Memory update (#379) * Updated the memory usage of Tasks. Still in Progress. * Merged Task and ServiceTask -> Currently not fully working!!! * Fixed bugs that made the merger between Task and ServiceTask not work well. * Updated jdk version for Dockerfile * Removed ServiceFlavor.java and Task.kt --- .../opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'opendc-compute/opendc-compute-api/src/main/kotlin') diff --git a/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt index 48765a3b..48e0e1da 100644 --- a/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt +++ b/opendc-compute/opendc-compute-api/src/main/kotlin/org/opendc/compute/api/Flavor.kt @@ -45,7 +45,7 @@ public interface Flavor : Resource { /** * Set of Tasks that need to be finished before this can startAdd commentMore actions */ - public val parents: Set + public val parents: ArrayList /** * Set of Tasks that need to be finished before this can startAdd commentMore actions -- cgit v1.2.3