-
Notifications
You must be signed in to change notification settings - Fork 26.5k
fix spring OAuth2 class serialize #15414
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
base: 3.3
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 3.3 #15414 +/- ##
============================================
- Coverage 60.74% 60.72% -0.02%
+ Complexity 10931 10923 -8
============================================
Files 1887 1897 +10
Lines 86219 86282 +63
Branches 12923 12929 +6
============================================
+ Hits 52370 52396 +26
- Misses 28377 28409 +32
- Partials 5472 5477 +5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
import com.fasterxml.jackson.databind.ObjectMapper; | ||
import com.fasterxml.jackson.databind.module.SimpleModule; | ||
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; | ||
import org.springframework.security.jackson2.CoreJackson2Module; | ||
import org.springframework.security.jackson2.SecurityJackson2Modules; |
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.
If user do not import spring-security-oauth2-authorization-server
, will something errors happend here
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.
This class is in the spring-security-core
module
What is the purpose of the change?
fix issues #15123
Checklist