You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if reading grid, participant components etc., an empty Optional is returned, accompanied by some error log messages that are writting into console, but which might be missed.
Refactor methods such as CsvSystemParticipantSource#getSystemParticipants, CsvRawGridSource#getGridData etc. to no longer return Optionals, but throw appropriate exceptions.