feat(reflection): add GameWritebackEventDto to native reflection configuration
Build & Test (NowChessSystems) TeamCity build finished

This commit is contained in:
2026-06-10 11:19:21 +02:00
parent e31825021c
commit 1aee39c1ad
@@ -1,5 +1,6 @@
package de.nowchess.tournament.config
import de.nowchess.api.dto.GameWritebackEventDto
import de.nowchess.tournament.client.{CoreCreateGameRequest, CoreGameResponse, CorePlayerInfo, CoreTimeControl}
import de.nowchess.tournament.domain.{Tournament, TournamentPairing, TournamentParticipant}
import de.nowchess.tournament.dto.*
@@ -29,6 +30,7 @@ import io.quarkus.runtime.annotations.RegisterForReflection
classOf[CoreTimeControl],
classOf[CoreCreateGameRequest],
classOf[CoreGameResponse],
classOf[GameWritebackEventDto],
),
)
class NativeReflectionConfig