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
{{ message }}
This repository has been archived by the owner on May 31, 2022. It is now read-only.
Caused by: java.io.InvalidClassException: org.springframework.security.core.authority.SimpleGrantedAuthority; local class incompatible: stream classdesc serialVersionUID = 530, local class serialVersionUID = 520
Actual Behavior
When we are generating token for the first time its not getting generated and if try next time onwards it generates token
Expected Behavior
It should generate the token from the first call itself.
Configuration
Version
Spring Boot version 2.2.2.RELEASE
Sample
The text was updated successfully, but these errors were encountered:
Summary
Caused by: java.io.InvalidClassException: org.springframework.security.core.authority.SimpleGrantedAuthority; local class incompatible: stream classdesc serialVersionUID = 530, local class serialVersionUID = 520
Actual Behavior
When we are generating token for the first time its not getting generated and if try next time onwards it generates token
Expected Behavior
It should generate the token from the first call itself.
Configuration
Version
Spring Boot version 2.2.2.RELEASE
Sample
The text was updated successfully, but these errors were encountered: