-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Jsoncpp traits no longer uses deprecated Reader #357
Conversation
1.4 when we are using 1.9 I don't think it's a breaking change to requie this but it's worth noting. |
It has been marked as Deprecated since 1.4 😁 Who doesn't want to get rid of these deprecated messages. And when incorporating something new like jwt-cpp, getting these deprecated messages does not bring joy 😉 |
I see only 1 linter failed, https://github.com/Thalhammer/jwt-cpp/actions/runs/10100944975/job/27938470947?pr=357#step:5:82 If you don't there's instructions to fix it quickly, of not I will do my best to make time to push it myself. |
I saw that as well, but it is the 'process linter results' step 😁 Not something I think I can/should fix. Or did I overlook something? |
It's telling you there are changes to be applied to the PR 😜 again it tells you the exact command to run to fix it sonics just a copy paste... the code diff is there too if you expand it. |
Ah.. ok.. I need to read better 😜 Will have a look asap and apply the fixes... |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems good to me 👍
@prince-chrismc , you just beat me to it 😁 thx |
My pleasure :) Thanks for the contribution! 🚀 |
The jsoncpp trait made use of the deprecated Reader.
This PR fixes this. Safer and no more deprecation warnings when compiling.