diff --git a/core/src/main/java/io/javaoperatorsdk/jenvtest/KubeAPIServerConfig.java b/core/src/main/java/io/javaoperatorsdk/jenvtest/KubeAPIServerConfig.java index 17d496b..7c5a6eb 100644 --- a/core/src/main/java/io/javaoperatorsdk/jenvtest/KubeAPIServerConfig.java +++ b/core/src/main/java/io/javaoperatorsdk/jenvtest/KubeAPIServerConfig.java @@ -18,7 +18,7 @@ public class KubeAPIServerConfig { private final String apiServerVersion; /** - * If true, tries to download binaries. If the apiServerVersion is not set and some local binaries + * If true, does not download binaries. If the apiServerVersion is not set and some local binaries * found won't try to download them again. */ private final boolean offlineMode; diff --git a/pom.xml b/pom.xml index c29dd88..00433f9 100644 --- a/pom.xml +++ b/pom.xml @@ -41,7 +41,7 @@ 3.24.2 UTF-8 UTF-8 - 1.23.0 + 1.24.0 26.12.0 2.13.0 1.75 @@ -49,14 +49,14 @@ 11 11 3.10.1 - 3.1.0 + 3.2.2 1.9.0 2.22.0 1.0 11.0.15 1.0.0 1.6.13 - 3.5.0 + 3.6.2 2.14.2 java-operator-sdk @@ -226,11 +226,12 @@ - junit.jupiter.execution.parallel.enabled = true - junit.jupiter.execution.parallel.mode.default = concurrent - junit.jupiter.execution.parallel.mode.classes.default = concurrent - junit.jupiter.execution.parallel.config.strategy = fixed - junit.jupiter.execution.parallel.config.fixed.parallelism = 5 + + + + + +