spring-projects / spring-projects/spring-session
Custom Encoding
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.9k
- Forks
- 1.2k
- Avg merge
- 4h 27m
- Merged PRs (30d)
- 55
Description
We should document how to encode the session to:
- improve performance
- allow attribute changes passively
See https://github.com/eishay/jvm-serializers/wiki for performance
Related (possibly distinct ticket) we should provide mechanisms to persist common objects (i.e. SecurityContext, CsrfToken, etc)
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review the existing Spring Session documentation and session serialization behavior, then compare available encoding approaches with the linked JVM serializers reference. Document how custom encoding could improve performance and permit passive attribute changes; keep the separate question of persisting common objects such as SecurityContext and CsrfToken distinct unless its scope is clarified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100