feat: NCS-53 changed IO to MicroService for easier scaling #37

Merged
Janis merged 8 commits from feat/NCS-53 into main 2026-04-21 15:38:59 +02:00
2 changed files with 2 additions and 4 deletions
Showing only changes of commit 963f576db1 - Show all commits
@@ -21,7 +21,6 @@ import io.quarkus.runtime.annotations.RegisterForReflection
classOf[LegalMovesResponseDto], classOf[LegalMovesResponseDto],
classOf[OkResponseDto], classOf[OkResponseDto],
classOf[PlayerInfoDto], classOf[PlayerInfoDto],
classOf[GameContext], classOf[GameContext],
classOf[Color], classOf[Color],
classOf[Piece], classOf[Piece],
@@ -35,7 +34,6 @@ import io.quarkus.runtime.annotations.RegisterForReflection
classOf[PromotionPiece], classOf[PromotionPiece],
classOf[GameResult], classOf[GameResult],
classOf[DrawReason], classOf[DrawReason],
), ),
) )
class NativeReflectionConfig class NativeReflectionConfig