You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tests in SecurityMockServerConfigurerOpaqueTokenTests, SecurityMockServerConfigurersJwtTests and SecurityMockServerConfigurersOidcLoginTests are failing with a 500 error.
Error:
Caused by: com.fasterxml.jackson.databind.exc.InvalidDefinitionException: Java 8 date/time type `java.time.Instant` not supported by default: add Module "com.fasterxml.jackson.datatype:jackson-datatype-jsr310" to enable handling (through reference chain: org.springframework.security.core.context.SecurityContextImpl["authentication"]->org.springframework.security.oauth2.server.resource.authentication.JwtAuthenticationToken["principal"]->org.springframework.security.oauth2.jwt.Jwt["issuedAt"])
The text was updated successfully, but these errors were encountered:
Tests in
SecurityMockServerConfigurerOpaqueTokenTests
,SecurityMockServerConfigurersJwtTests
andSecurityMockServerConfigurersOidcLoginTests
are failing with a 500 error.Error:
The text was updated successfully, but these errors were encountered: