From ebba729af3265df1619dfbe46fd1945b2a7e30b7 Mon Sep 17 00:00:00 2001 From: Janis Date: Sun, 17 May 2026 17:59:54 +0200 Subject: [PATCH] fix: ensure full hierarchy registration for reflection in NativeReflectionConfig --- .../scala/de/nowchess/store/config/NativeReflectionConfig.scala | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/store/src/main/scala/de/nowchess/store/config/NativeReflectionConfig.scala b/modules/store/src/main/scala/de/nowchess/store/config/NativeReflectionConfig.scala index 7f3d7fb..f4e6055 100644 --- a/modules/store/src/main/scala/de/nowchess/store/config/NativeReflectionConfig.scala +++ b/modules/store/src/main/scala/de/nowchess/store/config/NativeReflectionConfig.scala @@ -9,5 +9,6 @@ import io.quarkus.runtime.annotations.RegisterForReflection classOf[GameRecord], classOf[GameWritebackEventDto], ), + registerFullHierarchy = true, ) class NativeReflectionConfig