TableStar 5

Sophora TableStar Update Notes

Instructions for updating from the previous Sophora version.

TableStar Controller

VersionTimingChanges
5.0.0This must be done before the TableStar Controller is started for the first time in version 5.0.0.
  • The Sophora Server connection info notation within the application.yml has been changed. An example of the new configuration can be found in the documentation of the TableStar Controller.
  • The management endpoints (e.g. /jolokia, /health) are now located below /actuator. Examples: /actuator/jolokia, /actuator/health
5.15.0This must be done when using the new 5.15.0. maven artifacts.com.subshell.sophora.sport.model.round.match.Match
  • the method getPhaseOfMatchObject has been removed
  • the method getPhaseOfMatch now returns the enum type PhaseOfMatch instead of SingleSelectValue<?>
5.23.0This must be done when using the new 5.23.0. maven artifacts.com.subshell.sophora.sport.model.liveticker.LiveTickerMessageRow
  • the mehod getTickerMessageType has been renamed to getTickerMessageTypes; it now also returns the type List<TickerMessageType> instead of MultiSelectValue<? extends SophoraDocumentEntity>

com.subshell.sophora.sport.model.shorthand.LineupRow
  • the method getSubstitution has been renamed to getSubstitutions
  • the method getSubstitutionShort has been renamed to getSubstitutionsShort

com.subshell.sophora.sport.model.round.match.Match
  • the method getContestStateObject has been removed
  • the method getContestState now returns the enum type ContestState instead of SingleSelectValue<?>

Last modified on 1/19/21

The content of this page is licensed under the CC BY 4.0 License. Code samples are licensed under the MIT License.

Icon