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

Extend FilterInputStream and use the stream directly #613

Merged
merged 4 commits into from
Oct 22, 2019

Commits on Oct 22, 2019

  1. Extend FilterInputStream and use the stream directly

    Instead of trying to return a composite struct. This is because codegen will attempt to cast the returned stream as a java.io.InputStream
    mccheah committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    72095b9 View commit details
    Browse the repository at this point in the history
  2. Invalidate sbt caches

    mccheah committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    007741c View commit details
    Browse the repository at this point in the history
  3. Update to sbt-git 1.0.0

    mccheah committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    92f342d View commit details
    Browse the repository at this point in the history
  4. Revert "Invalidate sbt caches"

    This reverts commit 007741c.
    mccheah committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    13e7b6a View commit details
    Browse the repository at this point in the history