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

Conversation

bdemers
Copy link
Member

@bdemers bdemers commented Nov 3, 2020

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.

@coveralls
Copy link

coveralls commented Nov 3, 2020

Coverage Status

Coverage remained the same at 100.0% when pulling f66f78a on convenience-jar into 9007ae7 on master.

…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 bdemers changed the title Adds new 'all' module Adds new convenience module using the old package name Jul 9, 2021
@bdemers
Copy link
Member Author

bdemers commented Nov 24, 2021

This will help with issues like: #695

pom.xml Outdated Show resolved Hide resolved
@lhazlewood lhazlewood merged commit a858153 into master Jun 11, 2022
@lhazlewood lhazlewood deleted the convenience-jar branch June 11, 2022 22:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants