Hi it seems that we cannot use the spring session module spring-security- oauth2.0. In my spring boot project (using security oauth 2.0.14), there is failure to store the token (in Hazelcast that used object serialization) with the spring session dependency.
Hi it seems that we cannot use the spring session module spring-security- oauth2.0. In my spring boot project (using security oauth 2.0.14), there is failure to store the token (in Hazelcast that used object serialization) with the spring session dependency.
Caused by: java.io.NotSerializableException: org.springframework.security.oauth2.client.token.grant.code.AuthorizationCodeResourceDetails
The bean can be serialized but it does not implement the serialize interface.
Can you please fix that ?