-
Notifications
You must be signed in to change notification settings - Fork 6k
Consolidate shared code between JwtDecoders and ReactiveJwtDecoders #7263
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
Comments
Hi @jzheaux, I would like to work on this issue |
It's yours, @ThomasVitale! |
Hi @jzheaux, I have submitted a first PR. When you have time, I would like to get your opinion about a few things please.
Thanks |
Good questions, @ThomasVitale. Yes, I think you have the right amount of consolidation. Let's please change the JavaDocs on the public methods back to how they are on Moving tests would be fine, but really since that class's methods are static, they are going to get tested anyway by |
Thanks for your answer @jzheaux, I have updated the PR according to your input. I have changed back the JavaDocs on the public methods and not added more tests since all the methods in the util class are covered by the existing ones. |
@ThomasVitale sounds great - will you please link the PR to this ticket? You can usually do that by adding a "Fixes gh-7263" at the bottom of the commit message. |
Done, thanks for your support @jzheaux |
Extract duplicated code from JwtDecoders and ReactiveJwtDecoders into a package-private class. Fixes gh-7263
Add deprecation notice to all files in the spring-security-openid module Fixes spring-projectsgh-7263
JwtDecoders
andReactiveJwtDecoders
share code that could be moved into a package-private class.A new package-private class called
JwtDecoderProviderConfigurationUtils
might be a good home for the shared code.The text was updated successfully, but these errors were encountered: