From e0a0e4504956099a28b728b9498b79fac11909da Mon Sep 17 00:00:00 2001 From: Matheus Cruz Date: Wed, 19 Aug 2026 15:48:42 -0300 Subject: [PATCH] Register io.serverlessworkflow.impl.executors.ProcessResult in reflect-config.json Signed-off-by: Matheus Cruz --- .../reflect-config.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/impl/core/src/main/resources/META-INF/native-image/io.serverlessworkflow/serverlessworkflow-impl-core/reflect-config.json b/impl/core/src/main/resources/META-INF/native-image/io.serverlessworkflow/serverlessworkflow-impl-core/reflect-config.json index 5ed25b2df..d6e04d6cd 100644 --- a/impl/core/src/main/resources/META-INF/native-image/io.serverlessworkflow/serverlessworkflow-impl-core/reflect-config.json +++ b/impl/core/src/main/resources/META-INF/native-image/io.serverlessworkflow/serverlessworkflow-impl-core/reflect-config.json @@ -1,4 +1,19 @@ [ + { + "name": "io.serverlessworkflow.impl.executors.ProcessResult", + "queryAllPublicConstructors": true, + "queryAllDeclaredConstructors": true, + "queryAllPublicMethods": true, + "queryAllDeclaredMethods": true, + "allPublicConstructors": true, + "allDeclaredConstructors": true, + "allPublicMethods": true, + "allDeclaredMethods": true, + "allPublicFields": true, + "allDeclaredFields": true, + "allPublicClasses": true, + "allDeclaredClasses": true + }, { "name": "io.serverlessworkflow.impl.WorkflowError", "queryAllPublicConstructors": true,