spring-session
spring-session copied to clipboard
Optimize the usage of JacksonMongoSessionConverter to prevent duplica…
…te MongoSession Document saves when a custom ObjectMapper is provided.https://github.com/spring-projects/spring-session/issues/3185
@vpavic
Thanks for the PR. Generally, please only make the changes necessary (e.g. no changing of scopes or import ordering), ensure the build passes.
Also this PR should be based off of main since it is a new feature.
Thank you for the reminder. I have resubmitted the code as requested.