From 0cc749c263d3d4738e4fcb7fc102398ac5bcefff Mon Sep 17 00:00:00 2001 From: Roberto Cortez Date: Fri, 15 Nov 2024 13:29:02 +0000 Subject: [PATCH] Update to Quarkus 3.17.0 --- .../java/io/quarkiverse/jberet/runtime/QuarkusJobExecutor.java | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/core/runtime/src/main/java/io/quarkiverse/jberet/runtime/QuarkusJobExecutor.java b/core/runtime/src/main/java/io/quarkiverse/jberet/runtime/QuarkusJobExecutor.java index f3db3e4..d3fd5d3 100644 --- a/core/runtime/src/main/java/io/quarkiverse/jberet/runtime/QuarkusJobExecutor.java +++ b/core/runtime/src/main/java/io/quarkiverse/jberet/runtime/QuarkusJobExecutor.java @@ -20,7 +20,7 @@ public QuarkusJobExecutor(Executor delegate, final ThreadPoolConfig threadPoolCo return null; } return maxAsync + 1; // Adapt for the fact that JBeret requires one thread for coordination. - }).orElse(threadPoolConfig.maxThreads.orElse(Math.max(8 * ProcessorInfo.availableProcessors(), 200))); + }).orElse(threadPoolConfig.maxThreads().orElse(Math.max(8 * ProcessorInfo.availableProcessors(), 200))); } @Override diff --git a/pom.xml b/pom.xml index f3ef2fe..af38c83 100644 --- a/pom.xml +++ b/pom.xml @@ -20,7 +20,7 @@ 3.1.3 0.200.0 - 3.16.3 + 999-SNAPSHOT 2.1.1 3.0.0.Final 3.0.0.Final