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

Adds new convenience module using the old package name #629

Merged
merged 4 commits into from
Jun 11, 2022

Commits on Jul 9, 2021

  1. Adds new connivence module, in place of the old io.jsonwebtoken:jjwt …

    …module
    
    Some folks are unaware of newer JJWT versions because they are still using the old io.jsonwebtoken:jjwt module. This makes automatic version updates tools "just work" for them
    
    NOTE: This new module is _basically_ an empty jar, that adds `jjwt-api` (compile scope), `jjwt-impl` (runtime scope), and `jjwt-jackson` (runtime scope) transitive dependencies.
    bdemers committed Jul 9, 2021
    Configuration menu
    Copy the full SHA
    f66f78a View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2022

  1. Configuration menu
    Copy the full SHA
    7a58714 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e40673d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2600757 View commit details
    Browse the repository at this point in the history