We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
a typo error in spring security reference not JacksonJacksonModules but SecurityJacksonModules
JacksonJacksonModules
SecurityJacksonModules
https://github.com/spring-projects/spring-security/blob/master/docs/manual/src/docs/asciidoc/_includes/servlet/architecture/jackson.adoc
To use it, register the JacksonJacksonModules.getModules(ClassLoader) ...
JacksonJacksonModules.getModules(ClassLoader)
To use it, register the SecurityJacksonModules.getModules(ClassLoader) ...
SecurityJacksonModules.getModules(ClassLoader)
5.1.1.RELEASE
The text was updated successfully, but these errors were encountered:
@dongmyo, thanks for the report! Would you like to submit a PR with the correction?
Sorry, something went wrong.
Fix Typo in Reference Docs
05e7148
Fixes spring-projectsgh-6076
b2c2f84
dc5f5f3
Fixes gh-6076
5bc0fdc
rwinch
No branches or pull requests
Summary
a typo error in spring security reference
not
JacksonJacksonModules
butSecurityJacksonModules
https://github.com/spring-projects/spring-security/blob/master/docs/manual/src/docs/asciidoc/_includes/servlet/architecture/jackson.adoc
Actual Behavior
To use it, register the
JacksonJacksonModules.getModules(ClassLoader)
...Expected Behavior
To use it, register the
SecurityJacksonModules.getModules(ClassLoader)
...Version
5.1.1.RELEASE
The text was updated successfully, but these errors were encountered: