Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cached error deserialisation where the Throwable has a cause #418

Merged
merged 11 commits into from
Jan 21, 2019

Commits on Jan 18, 2019

  1. Configuration menu
    Copy the full SHA
    00c8c85 View commit details
    Browse the repository at this point in the history
  2. test: verify that loading an RxJava error from disk succeeds when a t…

    …hrowable also has a cause
    fractalwrench committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    2c3815a View commit details
    Browse the repository at this point in the history
  3. fix: support deserialising multiple exceptions in ErrorReader JSON array

    Java exceptions can have multiple throwables (e.g. a root throwable, and the 'cause' which triggered
    the exception). The ErrorReader class did not previously handle this case, which led to a failure to
    send cached error reports.
    fractalwrench committed Jan 18, 2019
    Configuration menu
    Copy the full SHA
    0e101ed View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec14853 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31bdd2d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdc8386 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    026d226 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    84cb5be View commit details
    Browse the repository at this point in the history

Commits on Jan 21, 2019

  1. Configuration menu
    Copy the full SHA
    14aa4a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86ed025 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b27dfe View commit details
    Browse the repository at this point in the history