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

Expanded Parser method argument support #844

Merged
merged 5 commits into from
Sep 30, 2023
Merged

Expanded Parser method argument support #844

merged 5 commits into from
Sep 30, 2023

Commits on Sep 30, 2023

  1. - Ensured Parser worked with CharSequence, InputStream and Reader, no…

    …t just String
    
    - Changed Deserializer#deserialize(InputStream) to deserialize(Reader)
    lhazlewood committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    12abcae View commit details
    Browse the repository at this point in the history
  2. Closes #328

    - Ensured Parser worked with CharSequence, InputStream and Reader, not just String
    - Changed Deserializer#deserialize(InputStream) to deserialize(Reader)
    - JwtParser now extends from Parser to support these additional methods.
    lhazlewood committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    0653123 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf54bb9 View commit details
    Browse the repository at this point in the history
  4. Changed remaining JwtParser.parse* methods to accept CharSequence arg…

    …uments instead of String args.
    lhazlewood committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    cf0667f View commit details
    Browse the repository at this point in the history
  5. minor assertion fix

    lhazlewood committed Sep 30, 2023
    Configuration menu
    Copy the full SHA
    02a29a0 View commit details
    Browse the repository at this point in the history