feat(reflection): add GameWritebackEventDto to native reflection configuration
Build & Test (NowChessSystems) TeamCity build finished
Build & Test (NowChessSystems) TeamCity build finished
This commit is contained in:
+2
@@ -1,5 +1,6 @@
|
|||||||
package de.nowchess.tournament.config
|
package de.nowchess.tournament.config
|
||||||
|
|
||||||
|
import de.nowchess.api.dto.GameWritebackEventDto
|
||||||
import de.nowchess.tournament.client.{CoreCreateGameRequest, CoreGameResponse, CorePlayerInfo, CoreTimeControl}
|
import de.nowchess.tournament.client.{CoreCreateGameRequest, CoreGameResponse, CorePlayerInfo, CoreTimeControl}
|
||||||
import de.nowchess.tournament.domain.{Tournament, TournamentPairing, TournamentParticipant}
|
import de.nowchess.tournament.domain.{Tournament, TournamentPairing, TournamentParticipant}
|
||||||
import de.nowchess.tournament.dto.*
|
import de.nowchess.tournament.dto.*
|
||||||
@@ -29,6 +30,7 @@ import io.quarkus.runtime.annotations.RegisterForReflection
|
|||||||
classOf[CoreTimeControl],
|
classOf[CoreTimeControl],
|
||||||
classOf[CoreCreateGameRequest],
|
classOf[CoreCreateGameRequest],
|
||||||
classOf[CoreGameResponse],
|
classOf[CoreGameResponse],
|
||||||
|
classOf[GameWritebackEventDto],
|
||||||
),
|
),
|
||||||
)
|
)
|
||||||
class NativeReflectionConfig
|
class NativeReflectionConfig
|
||||||
|
|||||||
Reference in New Issue
Block a user